![]() |
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. |
Quote:
But remove this line in both x86 and x64 OS in your registry (\WOW6432NODE) |
Quote:
|
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. |
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; |
Thanks!
I would have never realized I needed the "createvalueifdoesntexist" if you hadn't given me the example. |
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? |
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 :( |
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? |
please, how to join / merge setup.cab into setup.exe? I've tried internal instalation tutorial but I still don't quite understand :(
|
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. |
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. |
Quote:
compile script first (with #define Internal) and then run file "Convert_AutorunToDLL.bat". after running this file you can delete setup.cab. |
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 :o |
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. |
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. |
i want to make a nice, simple, fast and very effective installer like this:
http://img560.imageshack.us/img560/646/ainstall.jpg with extra music on/off button the function is simple : install game => install support drivers (directx, phsyx dll.) in silent mode. is it possible? can someone share how to make it? it would be wonderful. thanks :) |
Quote:
and run files thru batch file like this Code:
#Soft#\vc80_redist\Vcredist_x86.exe /q:a /c:"msiexec /i vcredist.msi /qn /l*v %temp%\vcredist_x86.log" |
Quote:
btw is visual basic program capable to make the same exact installer like these scripts especially yener script? |
good evening
sorry to use google translation to translate i have the same problem that buttignol a solution? thank you Quote:
|
1 Attachment(s)
Quote:
|
Quote:
|
1 Attachment(s)
Hello,
I want to change the default progress bar by a with image PNG customized. Is possible also, change use only wizardform? Anybody can show me in both case? Attachment 7516 |
please how to make button for 'custom install', 'default install' and finish button?
and on ci 8.x.x.x i can get play button turn on after install. but in ciu after install the play button won't work and the feature of EnableAutorunMenu=0 isn't there. why upgrading the script but taking off the best feature of the previous script? |
good evening
I have a small problem I use the script kucukutu 1.8 and I want to add a background, I added the line windowsvisible = yes but the problem is that it launches the splash at the same time as the background (see screen) I would like to launch the splash then the background a solution? thank you http://img4.hostingpics.net/pics/608531Sanstitre.jpg |
well maybe you should disable windowsvisible. what's the function of it anyways?
|
Quote:
this function (windowsvisible) displays a window in the background You just add a line of code to display the image |
please help what are the meaning of these arguments in launcher section:
/i --no-display --i-accept-the-pb-eula /qn /q /norestart /S /q:a i want all component installing automatically without displays. is it possible? and what is the correct code for each component such phsyx, punkbuster, etc ? |
|
Hello
can one remove what have to surround in red on image thank you http://img4.hostingpics.net/pics/692002Sanstitre.jpg |
procedure InitializeWizard;
begin WizardForm.BorderStyle:=bsNone; end; |
Quote:
|
i don't know how to fix this text. Please help me.
http://i.minus.com/i08D5mklBkyvh.jpg I use CI Designer 0.4a, and script CIU 1.0.0.6. Thanks |
Quote:
|
Quote:
|
Quote:
|
Quote:
|
Fixed Thanks ;)
|
Friends can not add an empty folder I use this file.txt
Example [arc a - ep1 -r -w.\ -m0 -dp"%choice1%" [email protected] .\Final\%dat%)] have to add some command The empty folder that is in the ([email protected]) does not appear Example [[email protected]] multi (empty) Support\* pb\* |
Why you want to add a empty folder to archive?
Just place a dummy file in this folder. |
| All times are GMT -7. The time now is 06:37. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com