PDA

View Full Version : patch to install archive



bobrebyc
02-25-2006, 02:34 PM
Registry.SetValue (HKEY_LOCAL_MACHINE, "Software\\bobo\\1.0", "InstallPath", patch to install archive, REG_SZ);

How?

Adam
02-27-2006, 11:15 AM
I am sorry but you will have to explain your question further in order for us to help.

Adam Kapilik

Absynthe
02-28-2006, 03:16 PM
I believe he is looking for

Registry.SetValue (HKEY_LOCAL_MACHINE, "Software\\bobo\\1.0", "InstallPath", SessionVar.Expand("%AppFolder%"), REG_SZ);

bobrebyc
03-01-2006, 02:04 AM
Thanks! :)