NSIS Help please.
I'm working on making a launcher for a app called Skinner. But I keep getting this annoying message. My Code is:
Outfile ..\..\SkinnerPortable.exe Name "Skinner Portable" Icon "..\..\App\AppInfo\appicon2.ico" SilentInstall Silent AutoCloseWindow True RequestExecutionLevel user !include "FileFunc.nsh" !include "ReplaceInFile.nsh" !include "Registry.nsh" !insertmacro GetRoot Var APPDIR Var SETDIR Section Main System::Call 'kernel32::CreateMutexA(i 0, i 0, t "SkinnerPortable"2) i .r1 ?e' Pop $0 StrCmp $0 0 DefineVariables TheEnd DefineVariables:
- Read more about NSIS Help please.
- 6 comments
- Log in or register to post comments