Hello,
I have just installed NSIS 3.0a1.
My problem is that I can't compile anything.
For example if I try to compile example1.nsi, I get:
Output: "C:\Program Files (x86)\NSIS\Examps\example1.exe"
Can't open output file
Error - aborting creation process
This is new problem. With earlier versions of NSIS I have been able to compile.
I can't compile anything
3 posts
probably due to the restrictions in the %programfiles% on all modern windows versions. try compiling the script somewhere in user space.
mentioned here: http://forums.winamp.com/showthread....91#post2950191
mentioned here: http://forums.winamp.com/showthread....91#post2950191
This solved my problem. Thanks!