¡@

Home 

c# Programming Glossary: key_path

Installer Custom Action problem - can't write to register key

http://stackoverflow.com/questions/1782492/installer-custom-action-problem-cant-write-to-register-key

stateSaver base.Install stateSaver const string key_path SOFTWARE VendorName MyAppName const string key_value_name InstallationDirectory.. RegistryKey key Registry.LocalMachine.OpenSubKey key_path if key null key Registry.LocalMachine.CreateSubKey key_path.. if key null key Registry.LocalMachine.CreateSubKey key_path string tgt_dir Context.Parameters TARGETDIR key.SetValue key_value_name..