I could use a little help understanding how the Registry Key section of Installer works.
Is it possible to create a password that a user of my product must use before the installation process begins?
In the Registry page you can find a tree structure, that contains the registry entries that will be installed to the target computer. The tree has three root items: HKEY_CLASSES_ROOT, HKEY_CURRENT_USER, HKEY_LOCAL_MACHINE, HKEY_USERS and "Current User/Local machine".I could use a little help understanding how the Registry Key section of Installer works.
Yes, you can protect the installation of your application with a password or even a serial number.Is it possible to create a password that a user of my product must use before the installation process begins?