|
|
|
|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
#1
|
||||
|
||||
|
Quote:
|
| Sponsored Links |
|
#2
|
|||
|
|||
|
how to execute a bat file after installation
how do I execute a bat file after installation of game. the bat file is located inside {app} directory???
|
|
#3
|
|||
|
|||
|
Use this code
Code:
[Run]
Filename: "{app}\delete.bat"; Parameters: "install"; Flags: hidden/visible
Sad8669 for this
|
| The Following User Says Thank You to GaMEr_2077 For This Useful Post: | ||
pratikpatel8982 (21-05-2021) | ||
|
#4
|
|||
|
|||
|
I already found that, but thanks.
|
|
#5
|
||||
|
||||
|
hmm, I see, it fails, trying the last method, if this fails then I got no clue or solution.
try this Last edited by Razor12911; 07-04-2013 at 02:15. |
| The Following User Says Thank You to Razor12911 For This Useful Post: | ||
mausschieber (07-04-2013) | ||
|
#6
|
||||
|
||||
|
Quote:
|
|
#7
|
||||
|
||||
|
hmm, I'm out of Ideas, will ask someone.
|
| The Following User Says Thank You to Razor12911 For This Useful Post: | ||
mausschieber (07-04-2013) | ||
|
#8
|
||||
|
||||
|
my ideas are also at the end
but thanks anyway for your toil |
|
#9
|
||||
|
||||
|
What i need to copy from this to my iss ?and how to export this as reg file?
![]() Who know please help me becouse i so beginner !!! Thanks
__________________
I'll make him an offer he can't refuse. |
|
#10
|
||||
|
||||
|
Quote:
__________________
always above all, keep in mind that some day you will die. Bushido. |
|
#11
|
||||
|
||||
|
Thanks man
Now i need to know if need to change something or i paste in my iss script
__________________
I'll make him an offer he can't refuse. |
|
#12
|
||||
|
||||
|
you dont need :
cd drive line Folder line install from line change Install Dir line to "Install Dir"="{app}" locale & language lines will need to be changed for which language the user has game installed in if not english. |
| The Following User Says Thank You to pakrat2k2 For This Useful Post: | ||
andrei222 (10-04-2013) | ||
|
#13
|
||||
|
||||
|
spawniectes error is reg.iss script
Root: HKLM; SubKey: SOFTWARE\Electronic Arts\Need for Speed SHIFT; ValueType: string; ValueName: Install Dir; ValueData: {app}\Need for Speed SHIFT\; Flags: uninsdeletevalue uninsdeletekeyifempty BOLD doesn't need to be there. ( users can choose what to name it, also its specified in setup.ini too. |
| The Following 2 Users Say Thank You to pakrat2k2 For This Useful Post: | ||
andrei222 (10-04-2013), spawniectes (10-04-2013) | ||
|
#14
|
|||
|
|||
|
When I change the icon in Inno Setup. Why the output retains the old icon icon even though I've replaced all with new icons. Hope you can help me!
|
|
#15
|
||||
|
||||
|
try to move setup.exe to other folder and check
|
| The Following User Says Thank You to altef_4 For This Useful Post: | ||
huavancuong098 (11-04-2013) | ||
![]() |
|
|