|
#1
|
|||
|
|||
|
inno setup problem,help mee!!!
I can not run the prey game from the desktop, from the shortcut icon, can someone help me modify the script so that the game opens up?
![]() [Files] Source: "C:\GAMES\Prey.v1.07\Binaries\Danielle\x64\Release \Prey.exe"; DestDir: "{app}"; Flags: ignoreversion Source: "C:\GAMES\Prey.v1.07\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs ; NOTE: Don't use "Flags: ignoreversion" on any shared system files [Icons] Name: "{group}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}" Name: "{group}\{cm:UninstallProgram,{#MyAppName}}"; Filename: "{uninstallexe}" Name: "{commondesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon |
| Sponsored Links |
|
#2
|
||||
|
||||
|
You must start the game as admin. Use google search to find out how to give shortcuts admin privileges.
__________________
Haters gonna hate
|
|
#3
|
|||
|
|||
|
It is not a problem to run the game as an administrator, the problem is that the game.exe is in subfolders and you have to edit the script.
|
|
#4
|
||||
|
||||
|
Show me your [Setup] section
__________________
Haters gonna hate
|
|
#5
|
|||
|
|||
|
#6
|
||||
|
||||
|
Here is the fix
If you want the Mooncrash desktop icon too, remove the first semicolons ( ; ) before the two lines Code:
;Name: "{commondesktop}\PREY Mooncrash"; Filename: "{app}\Whiplash\Binaries\Danielle\x64\Release\Prey.exe"; Tasks: desktopicon
;Name: "{group}\PREY Mooncrash"; Filename: "{app}\Whiplash\Binaries\Danielle\x64\Release\Prey.exe"
__________________
Haters gonna hate
|
|
#7
|
|||
|
|||
|
thank friend for help me.Can you tell me what lines are you modified to have the 2 shortcuts on the desk for future repack?
Last edited by ivanlakersss666; 24-07-2018 at 14:08. |
|
#8
|
||||
|
||||
|
Only have changed 1 line, removed 1 line and added 2 lines. Compare both script to see the difference.
__________________
Haters gonna hate
|
|
#9
|
|||
|
|||
|
Can you help with The game Rime for edit the script?
https://www75.zippyshare.com/v/ojyKnah5/file.html Last edited by ivanlakersss666; 06-08-2018 at 01:45. |
|
#10
|
||||
|
||||
|
you need only one script at a time, just edit the same script everytime
i would suggest that make your script a bit easy to read
__________________
“WE ALL GO A LITTLE MAD SOMETIMES” |
|
#11
|
|||
|
|||
|
Can you help me to edit script?
|
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| BlackBox v2 | y_thelastknight | Conversion Tutorials | 567 | 11-03-2025 07:16 |
| INNO TROUBLESHOOT - Tutorials and Answers about INNO Setup | REV0 | Conversion Tutorials | 129 | 21-05-2021 05:51 |
| Inno Setup: Additional Libraries | altef_4 | Conversion Tutorials | 50 | 21-10-2020 09:59 |
| Useful Dll for Inno Setup users | peterf1999 | Conversion Tutorials | 88 | 01-12-2017 16:00 |
| INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup | REV0 | Conversion Tutorials | 51 | 26-03-2015 06:57 |