NSIS PortableApps Installer Script (help please)
I am compiling an PortableApps NSIS installer for the first time, rather than using an sfx archive. I have been working with the installer source code which is provided in about every app available on this site, but I am having trouble with the last bit of script:
Section "!App Portable (required)" SetOutPath $INSTDIR File /r "Files\*.*" This is where I specify the files to include in the installer, isn't it?
- Read more about NSIS PortableApps Installer Script (help please)
- 11 comments
- Log in or register to post comments