FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   reg in inno (https://fileforums.com/showthread.php?t=97017)

cartemem 07-07-2015 18:48

reg in inno
 
hello everyone

how do i add this reg :



Code:


Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Valve]

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Valve\Steam]
"Language"="english"
"InstallPath"="C:\\Program Files (x86)\\Steam"
"SteamPID"=dword:00001468
"TempAppCmdLine"=""
"TempAppPath"=""

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Valve\Steam\Apps]

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Valve\Steam\Apps\0]

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Valve\Steam\Apps\110800]
"InstallDir"="K:\\L.A Noire"


But the setup have to change the installation path for example if the game installed on C:/ it will be C:\\L.A Noire and if H:/ it will be H:\\L.A Noire
.... ect


Pleaes help with this thing

pakrat2k2 08-07-2015 00:37

look in useful programs topic for regtoinno > http://fileforums.com/showthread.php?t=92995

this will convert the reg file to inno script which you edit & change the K:\\L.A Noire
to {app}

this will allow anyone using your setup to install the game anywhere they choose to.


All times are GMT -7. The time now is 21:43.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com