NIS Edit

Ask other users about problems encountered with portable apps or help by posting solutions to existing problems.
Post Reply
Message
Author
M@tty
Posts: 192
Joined: Wed May 02, 2007 9:32 am
Contact:

NIS Edit

#1 Post by M@tty »

In order to compile NSIS scripts using NIS Edit (http://www.portablefreeware.com/?id=737) you seem to have to set an absolute path to the MakeNSIS compiler.

I have tried changing it to point to the directory NIS Edit is in using ".\MakeNSIS.exe" with no luck.

Does anyone have a solution to this lack of path portability?

User avatar
Andrew Lee
Posts: 3083
Joined: Sat Feb 04, 2006 9:19 am
Contact:

#2 Post by Andrew Lee »

Try a drive-less absolute path, eg.

Code: Select all

\app\nsis\MakeNSIS.exe
Works for me.

M@tty
Posts: 192
Joined: Wed May 02, 2007 9:32 am
Contact:

#3 Post by M@tty »

Sorry for the late reply.

At present I have the files located in "C:\Program Files\Utilities\NIS Edit".

I opened up nisedit.ini and went to the "[Profiles\Default]" section.

Code: Select all

Compiler=\Program Files\Utilities\NIS Edit\makensis.exe
I have this line, it still doesn't work. I have yet to test it from a removeable drive.

User avatar
Zach Thibeau
Posts: 251
Joined: Tue Nov 28, 2006 3:26 pm
Contact:

Hmmm

#4 Post by Zach Thibeau »

I think Nis Edit needs an absolute path

Post Reply