Quote:
Originally Posted by spawniectes
I tested whitout the registry values and works. Besides to be honest I dont know how to put the registry values and I read that if you mess whit the registry values on the installer script the conversion will not work.
|
use proper values & it will work just fine.. add these IF you want to ISS script.
Code:
[REGISTRY]
Root: HKCU; Subkey: "Software\Valve\Steam\ActiveProcess"; ValueName: "SteamClientDll64"; ValueType: String;
Root: HKCU; Subkey: "Software\Valve\Steam\ActiveProcess"; ValueName: "SteamClientDll"; ValueType: String;
Root: HKLM; Subkey: "SOFTWARE\Wow6432Node\Valve\Steam"; ValueName: "InstallPath"; ValueType: String; ValueData: "{pf}\Steam"; Check: "IsWin64";
Root: HKLM; Subkey: "SOFTWARE\Valve\Steam"; ValueName: "InstallPath"; ValueType: String; ValueData: "{pf}\Steam"; Check: "Not IsWin64";
Root: HKLM; Subkey: "Software\Sumo Digital\Sonic and All-Stars Racing Transformed"; ValueName: "InstallPath"; ValueType: String; ValueData: "{app}\"; Flags: uninsdeletekey;