How to Execute NSIS Samples
Hello,
Need Help
I am new in NSIS and I would like to execute one of the samples code but I do not know how to execute once I have it in a file.
Ed.
562-209-2939
Archive: How to Execute NSIS Samples
How to Execute NSIS Samples
Hello,
Need Help
I am new in NSIS and I would like to execute one of the samples code but I do not know how to execute once I have it in a file.
Ed.
562-209-2939
Right click the file and select Compile NSIS to compile script into installer.
How to Execute NSIS Samples
I created the file with notepad. What editor should I used to create the file to right click and follow your instruction to execute it?
Ed.
You can use Notepad. Just make sure when you save you choose All files (*.*) and save with a .nsi file extension. Otherwise it will be saved with a .txt file extension. You should also go into Folder Options > View and uncheck "Hide file extensions for known file types".
Stu
Thank You. That got me started.
Ed.