A short overview of using some of the capabilites of SIG.
Go to "Settings" on the toolbar and be sure to set the ouput folder and nsis installation path.
Output folder - the folder where the generated scripts and installers go.
Nsis install path - the path to which NSIS is installed. I should have an autodetect for this really. I'll add it to the list of features to add.
SIG is based on template which are created by you, the user. A template script is just like an NSIS script with all the "File" and "WritreReg" commands removed although you can obviously still have those if you want.
A template script will have string markers in it which are replaced by actual NSIS "File" and "WriteReg" commands. The best way to see
this at work will be to run the sample templates I'll be uploading eventually. I'll post a note in the news section when I finally do that.
There is a folder in under the tool settings for setting the path where these template scripts are stored.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
A short overview of using some of the capabilites of SIG.
Go to "Settings" on the toolbar and be sure to set the ouput folder and nsis installation path.
Output folder - the folder where the generated scripts and installers go.
Nsis install path - the path to which NSIS is installed. I should have an autodetect for this really. I'll add it to the list of features to add.
SIG is based on template which are created by you, the user. A template script is just like an NSIS script with all the "File" and "WritreReg" commands removed although you can obviously still have those if you want.
A template script will have string markers in it which are replaced by actual NSIS "File" and "WriteReg" commands. The best way to see
this at work will be to run the sample templates I'll be uploading eventually. I'll post a note in the news section when I finally do that.
There is a folder in under the tool settings for setting the path where these template scripts are stored.