hopperlkak.blogg.se

Advanced installer registry
Advanced installer registry






advanced installer registry advanced installer registry

The first is the SomeIntegerValue value, which is of type integer and has a value of 1. Under the RegistryKey element the RegistryValue element is used to create the actual registry values. The optional Action attribute is used to tell Windows Installer that the key should be created (if necessary) on install, and that the key and all its sub-values should be removed on uninstall. In this example the key is under HKEY_CURRENT_USER\Software\M圜ompany\MyApplicationName.

advanced installer registry

The registry entries are created by first using the RegistryKey element to specify where in the registry the values should go. The component is given an id for reference later in the WiX project and a unique guid. Under the DirectoryRef is a Component element that groups together the registry entries to be installed. This effectively means the registry entries should be installed to the target user's machine. The snippet begins with a DirectoryRef that points to the TARGETDIR directory defined by Windows Installer.








Advanced installer registry