Hi
Quote:
Originally Posted by jojo670
put the folder in 'include'
|
Please don't put any of your program files into the Include folder - Include folder is only for decompressors and their configurations.
Quote:
Originally Posted by jojo670
I click on setup.exe try to install I have an ISdone error. dll
|
Please tell us what ISDone error you experience, a screenshot of the error message would be helpful.
Quote:
#define Binary "Test.exe" ;; Type full path to EXE file!
and this, i don't understand what should i put?
|
According to your explanation, if your app name is "abc" then you should write the line like this:
Code:
#define Binary "def\ijk.exe"
To add extra parameters to the shortcut, modify line 52 like this:
Code:
Name: "{commondesktop}\{#Name}"; Filename: "{app}\{#Binary}"; Parameters: "lmn.xex" --fullscreen"; Check: CreateADesktopIcon
Hope this helps!