Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Example usage:</p> <pre><code> WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\&lt;Name&gt;" \ "DisplayName" "&lt;Name&gt;" ;The Name shown in the dialog WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\&lt;Name&gt;" \ "UninstallString" "$INSTDIR\&lt;Path to uninstaller&gt;" WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\&lt;Name&gt;" \ "InstallLocation" "$INSTDIR" WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\&lt;Name&gt;" \ "Publisher" "&lt;Your Name&gt;" WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\&lt;Name&gt;" \ "HelpLink" "&lt;URL&gt;" WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\&lt;Name&gt;" \ "DisplayVersion" "&lt;Version&gt;" WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\&lt;Name&gt;" \ "NoModify" 1 ; The installers does not offer a possibility to modify the installation WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\&lt;Name&gt;" \ "NoRepair" 1 ; The installers does not offer a possibility to repair the installation WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\&lt;Name&gt;" \ "ParentDisplayName" "&lt;Parent&gt;" ; WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\&lt;Name&gt;" \ "ParentKeyName" "&lt;ParentKey&gt;" ; The last two reg keys allow the mod to be shown as an update to another software. Leave them out if you don't like this behaviour </code></pre>
    singulars
    1. This table or related slice is empty.
    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.
    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