Creating the string value AppAutoUpdate entry using Windows registry

To create the string value AppAutoUpdate entry using Windows registry:

  1. Open Registry Editor window.
  2. Do one of the following:
    • To install as an Administrator, browse to HKEY_LOCAL_MACHINE\SOFTWARE\<VendorName>\<ApplicationName>.

    • To install as a user, browse to HKEY_CURRENT_USER\SOFTWARE\<VendorName>\<ApplicationName>.

    Note:

    This registry entry is where the application information gets updated when the application is installed.

  3. Right-click the <AppName> and select New > String Value from the context menu.
  4. Enter the string name as AppAutoUpdate and click ENTER.

    The AppAutoUpdate registry entry is created under <AppName>.

  5. Close the Registry Editor window.