Log in

View Full Version : reg in inno


cartemem
07-07-2015, 18:48
hello everyone

how do i add this reg :




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

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

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Valve\Stea m\Apps]

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Valve\Stea m\Apps\0]

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Valve\Stea m\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.