![]() |
How to know which registry files to extract/use and how to do it?
So please correct me if I am wrong. But what I understand it is sufficient to simply pack (archive) the installation directory of a game for it to run no matter where its installed. But in addition to that we also need registry entries that get created on install.
Whats the easiest way to find which entries are needed and how to export/use them in my installer? Thanks |
Not all games need registry entires nor create them (because they don't have any).
Some games require registry entries (most common for EA games). You have to know firstly where to look. Most games store information in "HKLM\Software\Wow6432Node\xyz". Simply watch out for publisher keys (it's most common). Example for GOG games: "Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\ GOG.com\[GameID]" Right-click on the key folder and export it to somewhere, then you can use a .reg to .iss converter (it is somewhere in this forum). Or you could also use InnoIDE to do this job. |
@Chrushev
Useful Programs Lots of helpful little programs available in that thread I have linked you too .... you will find a Reg to Inno program in the 2nd post in that thread ;) |
Quote:
READ this Articles it will help! https://www.howtogeek.com/198679/how...your-registry/ https://www.maketecheasier.com/regsh...istry-changes/ https://www.maketecheasier.com/monit...ndows-regshot/ and use this tool to convert .reg file to inno setup registry Reg to INNO Converter ENG it's Perfect Tool https://fileforums.com/showpost.php?...65&postcount=2 SPECIAL THANKS TO pakrat2k2 For Making this Tool :) |
you really dont have to have external program to get the reg entries you want. Use regedit
( comes with every version of windows ), navigate to section you want, then right-click export to conversion folder your working on. After that use reg to inno converter. Code:
IE:You would just goto the GOG.com listing, then export that like I mention above. Much easier then how you currently do it, but thanks for posting that info, as others can use it for reference. Here is an example from exported Registry Entry for game. Code:
Windows Registry Editor Version 5.00Code:
Root: HKCU; SubKey: Software\Ubisoft\Uplay\GameStarter\1176; ValueType: dword; ValueName: StartResult; ValueData: $00000000; Flags: uninsdeletevalue uninsdeletekeyifemptyCode:
Root: HKLM; SubKey: SOFTWARE\WOW6432Node\Ubisoft\Launcher\Installs\1176; ValueType: string; ValueName: Language; ValueData: en-US; Flags: uninsdeletevalue uninsdeletekeyifempty |
Quote:
like you said, it will be easier to track down with regedit.exe we just need to know the game publisher or developers for example Ubisoft games use here 32 Bit Registry Here: Code:
HKEY_CURRENT_USER\Software\UbisoftCode:
HKEY_CURRENT_USER\Software\Wow6432Nodethat's why i suggest the regshot :D |
| All times are GMT -7. The time now is 10:26. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com