|
|
|
|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#91
|
||||
|
||||
|
hmm, impressive.
you can't extract it the original script. I think designer has to wait. I'mma create that. |
| Sponsored Links |
|
#92
|
|||
|
|||
|
Do you need the files?
|
|
#93
|
||||
|
||||
|
yeah.
|
|
#94
|
|||
|
|||
|
I see in each custom installer temp a file called botva2.dll, how do i use it to create a custome theme?
Here is the files: |
| The Following User Says Thank You to danswano For This Useful Post: | ||
Razor12911 (23-06-2013) | ||
|
#95
|
||||
|
||||
|
how can i insert hompage and browse button
in autorunscript thanks for help me |
|
#96
|
||||
|
||||
|
Quote:
Code:
http://isskin.codejock.com/ Code:
http://isskin.codejock.com/gettingstarted.asp |
|
#97
|
|||
|
|||
|
Hi.
1. How can i set that some files will be installed and the end? I need some MOD to be installed after all files will be installed. So Inno will create folders and install files but folder and files for MOD will be installed after all this. 2. When i want to uninstall my game i will say "The uninstall log file ......unins00.dat is in a format not recognized by this version of the uninstaller. Cannot uninstall. Check attached file for Inno Setup scrips. Thank you for help. Last edited by Joelz; 30-09-2013 at 16:41. |
|
#98
|
||||
|
||||
|
How to use -z161 -d0 these parameters in compression method to speedup the compression
|
|
#99
|
||||
|
||||
|
Depends on that particular file. Else just put the command in the method along with your current switches and commands
|
|
#100
|
||||
|
||||
|
Silent Hill 3 Regkey Problem
Hey there People,
I've made a own Conversion from Silent Hill 3 but got Problems with the Regkeys. The Original Game was Installed on Drive E:\ the Conversion later to Drive H:\, the Game won't Start from Conversion because the most Strings still stands on E:\ Quote:
With this "Bug" I can't Share the Installer, anybody help please.
Last edited by Inge; 24-12-2013 at 14:40. |
|
#101
|
||||
|
||||
|
Quote:
i hope this works ![]() Code:
#define Appname "Silent Hill 3"
#define Publisher "Konami"
#define Ver "1.0.0"
[Registry]
Root: HKLM; SubKey: SOFTWARE\{#Publisher}\{#Appname}; ValueType: string; ValueName: Path; ValueData: {app}; Flags: uninsdeletevalue uninsdeletekeyifempty
Root: HKLM; SubKey: SOFTWARE\{#Publisher}\{#Appname}; ValueType: string; ValueName: Version; ValueData: {#Ver}; Flags: uninsdeletevalue uninsdeletekeyifempty
Root: HKLM; SubKey: SOFTWARE\{#Publisher}\{#Appname}; ValueType: string; Flags: uninsdeletevalue uninsdeletekeyifempty
Root: HKLM; SubKey: SOFTWARE\{#Publisher}\{#Appname}; ValueType: string; ValueName: save; ValueData: {app}\savedata\; Flags: uninsdeletevalue uninsdeletekeyifempty
Root: HKLM; SubKey: SOFTWARE\{#Publisher}\{#Appname}; ValueType: string; ValueName: data; ValueData: {app}; Flags: uninsdeletevalue uninsdeletekeyifempty
Root: HKLM; SubKey: SOFTWARE\{#Publisher}\{#Appname}; ValueType: string; ValueName: movie; ValueData: {app}; Flags: uninsdeletevalue uninsdeletekeyifempty
Root: HKLM; SubKey: SOFTWARE\{#Publisher}\{#Appname}; ValueType: string; ValueName: installdir; ValueData: {app}; Flags: uninsdeletevalue uninsdeletekeyifempty
Root: HKLM; SubKey: SOFTWARE\{#Publisher}\{#Appname}; ValueType: string; ValueName: sound; ValueData: {app}; Flags: uninsdeletevalue uninsdeletekeyifempty
Last edited by y_thelastknight; 24-12-2013 at 21:55. |
| The Following User Says Thank You to y_thelastknight For This Useful Post: | ||
Inge (25-12-2013) | ||
|
#102
|
||||
|
||||
|
only thing I see incorrect is
ValueName: Path; ValueData: {src}; > that too should be {app}; |
| The Following 2 Users Say Thank You to pakrat2k2 For This Useful Post: | ||
Inge (25-12-2013), y_thelastknight (24-12-2013) | ||
|
#103
|
|||
|
|||
|
these keys are useless .. all default
|
|
#104
|
||||
|
||||
|
Thanks, Guys. Setting the Value data to {app} has solved the problem. Everything works fine now.
|
| The Following User Says Thank You to Inge For This Useful Post: | ||
y_thelastknight (25-12-2013) | ||
|
#105
|
||||
|
||||
|
please explain in detail why? and whats right?
currently I'm trying to make trilogy conversion and I'm stuck on registries. when I check on regedit. the entries are in many places
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|