Thread: reg in inno
View Single Post
  #1  
Old 07-07-2015, 18:48
cartemem cartemem is offline
Registered User
 
Join Date: Apr 2015
Location: usa
Posts: 12
Thanks: 4
Thanked 3 Times in 2 Posts
cartemem is on a distinguished road
Smile 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

Last edited by cartemem; 07-07-2015 at 18:52.
Reply With Quote
Sponsored Links