Registry.SetValue (HKEY_LOCAL_MACHINE, "Software\\bobo\\1.0", "InstallPath", patch to install archive, REG_SZ);
How?
Professional Software Development Tools
Registry.SetValue (HKEY_LOCAL_MACHINE, "Software\\bobo\\1.0", "InstallPath", patch to install archive, REG_SZ);
How?
I am sorry but you will have to explain your question further in order for us to help.
Adam Kapilik
I believe he is looking for
Registry.SetValue (HKEY_LOCAL_MACHINE, "Software\\bobo\\1.0", "InstallPath", SessionVar.Expand("%AppFolder%"), REG_SZ);
Thanks!![]()