|
|
|
#1
|
|||
|
|||
|
If A game has it's registry keys in 2 different places based on if it's 64 or 32-bit how would I add that to innosetup?
EG: The Game on 32-bit windows has it's registry in "HKEY_LOCAL_MACHINE\SOFTWARE", But in 64-bit windows it instead goes into "HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432NODE". Would I simply add registry for both editions, changing the "HKLM; SubKey: "SOFTWARE\" to "HKLM; SubKey: "SOFTWARE\WOW6432NODE\". Or does innosetup sort it out itself? Thanks in advance. |
| Sponsored Links |
|
#2
|
||||
|
||||
|
Quote:
But remove this line in both x86 and x64 OS in your registry (\WOW6432NODE) |
|
#3
|
|||
|
|||
|
Quote:
I am trying to add the registry for PES2014, it works fine off the original installer but every time I convert it the registry doesn't seem to be added correctly. |
|
#4
|
||||
|
||||
|
Quote:
[Registry] Root: HKLM; SubKey: SOFTWARE\Wow6432Node\Valve\Steam; ValueType: string; ValueName: InstallPath; ValueData: C:\Program Files (x86)\Steam; Flags: createvalueifdoesntexist; Check: isWin64; Root: HKLM; SubKey: SOFTWARE\Valve\Steam; ValueType: string; ValueName: InstallPath; ValueData: C:\Program Files\Steam; Flags: createvalueifdoesntexist; Check: not isWin64; |
| The Following User Says Thank You to altef_4 For This Useful Post: | ||
killkrazed (17-10-2013) | ||
|
#5
|
|||
|
|||
|
Thanks!
I would have never realized I needed the "createvalueifdoesntexist" if you hadn't given me the example. |
|
#6
|
|||
|
|||
|
Hey REV0 and Yener
Hey guys I am Vishal.
I was going through your CI installscript...it is awesome. but this script adds and compress files from DVD(original file)...whereas i want to modify your script according to my game repack(external files that i run through "RUN and UNINSTALLRUN"....but was unable to do so. I can make a basic setup with splash screen...I need my setup to be good looking with minimum possible size...so can you guys help me out? also can i use ogg vorbis(small size) for music? |
|
#7
|
||||
|
||||
|
How to create shourtcut in one folder with innoide? I do not know of one folder created with Inno shourtcut it just created in the home directory.
Please! Sorry my bad english
|
|
#8
|
|||
|
|||
|
can anyone help me how to create a setup like this?
http://fileforums.com/showthread.php?t=91778 when i put my mouse over the install button it zooms out. can anyone gimme source code of this? |
|
#9
|
||||
|
||||
|
please, how to join / merge setup.cab into setup.exe? I've tried internal instalation tutorial but I still don't quite understand
|
|
#10
|
||||
|
||||
|
using CIU you must have
#define Internal ( like it is in BOTH Installerscript / Langscript ISS files. In Installerscript.iss the ;#define ProgramFiles .... line MUST have the ; in front. Then the files from Setup.cab MUST be extracted in Setup subfolder. Then files from setup.cab will be included into the setup.exe. |
|
#11
|
||||
|
||||
|
Quote:
![]() but when i deleted the setup.cab. setup.exe is still looking for the setup.cab And seems like the game not loaded into the script. |
|
#12
|
|||
|
|||
|
Quote:
compile script first (with #define Internal) and then run file "Convert_AutorunToDLL.bat". after running this file you can delete setup.cab. |
| The Following User Says Thank You to ASSAiL For This Useful Post: | ||
reiji777 (29-10-2013) | ||
|
#13
|
||||
|
||||
|
I've seen the scripts from some installer.
1st installer (tombraider survival) didn't put any registry code Quote:
Quote:
Quote:
what is the difference between three of them? how do i recognize a game which required alot of registry code to be inserted in the script or not at all? if I don't insert the registry key, then the game wouldn't compatible for the future updates of the game? (like in the first ver. splinter cell blacklist installer) sorry for my bad english
Last edited by reiji777; 29-10-2013 at 14:37. |
|
#14
|
||||
|
||||
|
some games don't care if they have any registry entries at all. The uninstall entry is only for INNO version, to uninstall properly. ( much like #1 & #2 installers )
Then there is the 3rd type of game which will NOT run at all, or allow any updates to be installed if the proper registry entries are not found. You need to search thru registry for entries that the particular game your doing, entered any. IF it has you MAY need to copy those types of entries into your INNO script. |
| The Following User Says Thank You to pakrat2k2 For This Useful Post: | ||
reiji777 (29-10-2013) | ||
|
#15
|
|||
|
|||
|
Can anyone modify the installerscript?
I don't want to include "include" folder...that means no arc...no 7z...and nothing else....i want to use my custom files. and also i don't need disk spanning for three disk or more. I just need 1 disk slice. can any one modify the script???...i can't do that because everything is related to each other. |
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| INNO TROUBLESHOOT - Tutorials and Answers about INNO Setup | REV0 | Conversion Tutorials | 129 | 21-05-2021 05:51 |
| INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup | REV0 | Conversion Tutorials | 51 | 26-03-2015 06:57 |
| Frequently Asked Questions | Joe Forster/STA | PC Games - Frequently Asked Questions | 0 | 29-11-2005 09:48 |