PDA

View Full Version : Suggestions steam line in setup


gimenezadrian
08-08-2013, 15:55
Hello, it is possible that from now on will include this line in the setup? is for games that need steam installed.

Root: HKLM; Subkey: SOFTWARE\Valve\Steam\; ValueType: string; ValueName: InstallPath; ValueData: {pf}\Steam; Flags: CreateValueIfDoesntExist UninsDeleteKeyIfEmpty;

Smurf Stomper
09-08-2013, 07:10
Not that simple - what if the user already has steam installed? How do you mange the uninstall process, only deleting what's been written with the installer? I came up with the solution.. It can be pasted into any script that requires this, I've put everything that needs pasting in the .txt file. If forum users want it, just PM me.

gimenezadrian
09-08-2013, 07:29
Just add the record if not installed steam

CreateValueIfDoesntExist

Smurf Stomper
09-08-2013, 07:47
forget it then, you think you already have it figured out.