-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRegistrySpec.xml
More file actions
28 lines (26 loc) · 1.08 KB
/
RegistrySpec.xml
File metadata and controls
28 lines (26 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!--
Registry definition file for IzPack wsp Installation.
-->
<registry>
<pack name="UninstallStuff">
<!-- Special "pack", if not defined an uninstall key will be generated automatically -->
<value name="DisplayName"
keypath="SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$UNINSTALL_NAME"
root="HKLM"
string="$UNINSTALL_NAME"/>
<value name="UninstallString"
keypath="SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$UNINSTALL_NAME"
root="HKLM"
string=""$INSTALL_PATH\${winfolder}\jre\bin\javaw.exe" -jar "$INSTALL_PATH\uninstaller\uninstaller.jar""/>
</pack>
<pack name="WSP">
<key
keypath="SOFTWARE\wellstorm\wsp\$UNINSTALL_NAME\??????????????"
root="HKLM"/>
<value name="Path"
keypath="SOFTWARE\wellstorm\wsp\$UNINSTALL_NAME"
root="HKLM"
string="$INSTALL_PATH"/>
</pack>
</registry>