Need Help With Making App Portable
I'm in the process of making a launcher for Final Burn Alpha. I using a simple NSIS script as shown below.
------------------------------------------
!define NAME "Final Burn Alpha"
OutFile "${NAME}.exe"
WindowIcon Off
SilentInstall Silent
AutoCloseWindow True
Icon "fba.ico"
Section "Main"
Exec 'App\fba.exe'
SectionEnd
-------------------------------------------
- Read more about Need Help With Making App Portable
- 7 comments
- Log in or register to post comments