Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>You can manually change these details under</p> <p><strong><code>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall</code></strong></p> <p>Some of the valid accepted key values:</p> <ul> <li>InstallLocation (string) - Installation directory ($INSTDIR)</li> <li>DisplayIcon (string) - Path, filename and index of of the icon that will be displayed next to your application name</li> <li>Publisher (string) - (Company) name of the publisher</li> <li>ModifyPath (string) - Path and filename of the application modify program</li> <li>InstallSource (string) - Location where the application was installed from</li> <li>ProductID (string) - Product ID of the application</li> <li>Readme (string) - Path (File or URL) to readme information</li> <li>RegOwner (string) - Registered owner of the application</li> <li>RegCompany (string) - Registered company of the application</li> <li>HelpLink (string) - Link to the support website</li> <li>HelpTelephone (string) - Telephone number for support</li> <li>URLUpdateInfo (string) - Link to the website for application updates</li> <li>URLInfoAbout (string) - Link to the application home page</li> <li>DisplayVersion (string) - Displayed version of the application</li> <li>VersionMajor (DWORD) - Major version number of the application</li> <li>VersionMinor (DWORD) - Minor version number of the application</li> <li>NoModify (DWORD) - 1 if uninstaller has no option to modify the installed application</li> <li>NoRepair (DWORD) - 1 if the uninstaller has no option to repair the installation</li> <li>SystemComponent (DWORD) - Set 1 to prevents display of the application in the Programs List of the Add/Remove Programs in the Control Panel.</li> <li>EstimatedSize (DWORD) - The size of the installed files (in KB)</li> <li>Comments (string) - A comment describing the installer package</li> </ul> <p>If both NoModify and NoRepair are set to 1, the button displays "Remove" instead of "Modify/Remove".</p> <p>For example:</p> <pre><code>Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\WinRAR archiver] "DisplayName"="WinRAR 4.20 (64-bit)" "DisplayVersion"="4.20.0" "VersionMajor"=dword:00000004 "VersionMinor"=dword:00000014 "UninstallString"="C:\\Program Files\\WinRAR\\uninstall.exe" "DisplayIcon"="C:\\Program Files\\WinRAR\\WinRAR.exe" "InstallLocation"="C:\\Program Files\\WinRAR\\" "NoModify"=dword:00000001 "NoRepair"=dword:00000001 "Language"=dword:00000000 "Publisher"="win.rar GmbH" </code></pre> <p>You can change (or create it if it does not exist) the value of the <code>DisplayIcon</code> key. This will change the uninstaller icon in <em>Add or Remove Programs</em> in the control panel.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload