MSI Factory 2.3

Registry.CreateKey

Registry.CreateKey

This is the first topic This is the last topic  

Registry.CreateKey

This is the first topic This is the last topic  

OverviewExamples

Registry.CreateKey (

number MainKey,

string SubKey )

Example 1

Registry.CreateKey (HKEY_LOCAL_MACHINE, "Software\\My Application");

Creates the sub key "My Application" in HKEY_LOCAL_MACHINE\Software.

Example 2

Registry.CreateKey (2, "Software\\My Application");

Creates the sub key "My Application" in HKEY_CURRENT_USER\Software.

See also: Related Actions


Learn More: Indigo Rose Software - MSI Factory - Buy Now - Contact Us