well, and a now shortly about quick changing the vghd software
with installed vghd new setup not needed, DON'T CHANGE YOUR VGHD REGISTRATION without needs
replace the client application on second pc WITHOUT CHANGING ACCOUNT ACCESS KEYS is easy to do:
0: unload both loaded vghd exes (downloader via task manager if allowed after quits)
1: unpack original vgsetup.exe with inno unpacker and place the files where you want
Inno Setup Unpacker is free tool, take the last version from SourceForge:
http://innounp.sf.net/2: save your current registry settings to file before doing any changes
press Win+R, type CMD and press Enter, then paste to the console a command below and press Enter:
reg.exe export "HKCU\Software\Totem" "%HomeDrive%%HomePath%\totem.reg"
be sure that you have saved YOUR ACCOUNT ACCESS KEYS WITH THEIR CONTENTS
notepad.exe "%HomeDrive%%HomePath%\totem.reg"
3: change the current data to version 1.1.0.84 (only of two values if your pathes stay the same)
paste both commands below and press Enter:
reg.exe add "HKCU\Software\Totem\vghd\DLM" /v "version" /d "1010084" /f
reg.exe add "HKCU\Software\Totem\vghd\DLM" /v "installedon" /d "0108130000" /f
if the files in other locations then change corresponding values of "vghd\System" subkey
4: delete the prevention keys before start any previous version, they will created by vghd again
for %K in (Spin2 Stdin2) do reg.exe delete "HKCU\Software\%K" /f >nul 2>^&1
5: "Trolltech" and "QtProject" keys can be used by other apps, look inside carefully before deletion
for %K in (Trolltech QtProject) do reg.exe query "HKCU\Software\%K" /s
don't delete that you haven't under control
6: start vghd.exe without parameters and enjoy the simplicity
return to new version is easy also: unload exes, replace the files, import saved regfile, start vghd
.