View Single Post
  #2  
Old 24-10-2022, 00:05
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,217
Thanks: 294
Thanked 1,404 Times in 637 Posts
Masquerade is on a distinguished road
Hi
Quote:
Originally Posted by jojo670 View Post
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 View Post
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!
Reply With Quote
The Following 2 Users Say Thank You to Masquerade For This Useful Post:
Grumpy (27-10-2022), jojo670 (24-10-2022)