|
|
@ -185,7 +185,7 @@ |
|
|
|
<readyToInstallActionList> |
|
|
|
<runProgram> |
|
|
|
<program>${uninstaller_path}</program> |
|
|
|
<programArguments>--mode unattended</programArguments> |
|
|
|
<programArguments></programArguments> |
|
|
|
<ruleList> |
|
|
|
<compareValues> |
|
|
|
<logic>equals</logic> |
|
|
@ -196,7 +196,7 @@ |
|
|
|
</runProgram> |
|
|
|
<deleteFile> |
|
|
|
<explanation>Deleting user data</explanation> |
|
|
|
<path>${user_home_directory}/.iguana</path> |
|
|
|
<path>${windows_folder_appdata}/Iguana</path> |
|
|
|
<progressText>Deleting user data</progressText> |
|
|
|
<ruleList> |
|
|
|
<compareValues> |
|
|
@ -216,45 +216,6 @@ |
|
|
|
</compareValues> |
|
|
|
</ruleList> |
|
|
|
</deleteFile> |
|
|
|
<deleteFile> |
|
|
|
<explanation>Deleting user settngs</explanation> |
|
|
|
<path>${user_home_directory}/.config/Iguana</path> |
|
|
|
<progressText>Deleting user settngs</progressText> |
|
|
|
<ruleList> |
|
|
|
<compareValues> |
|
|
|
<logic>equals</logic> |
|
|
|
<value1>${previous_installation_exists}</value1> |
|
|
|
<value2>1</value2> |
|
|
|
</compareValues> |
|
|
|
<compareValues> |
|
|
|
<logic>equals</logic> |
|
|
|
<value1>${installation_type}</value1> |
|
|
|
<value2>uninstall</value2> |
|
|
|
</compareValues> |
|
|
|
<compareValues> |
|
|
|
<logic>equals</logic> |
|
|
|
<value1>${keep_settings_and_userdata}</value1> |
|
|
|
<value2>0</value2> |
|
|
|
</compareValues> |
|
|
|
</ruleList> |
|
|
|
</deleteFile> |
|
|
|
<showText> |
|
|
|
<height>100</height> |
|
|
|
<text>Uninstallation completed</text> |
|
|
|
<title>Uninstalled</title> |
|
|
|
<ruleList> |
|
|
|
<compareValues> |
|
|
|
<logic>equals</logic> |
|
|
|
<value1>${previous_installation_exists}</value1> |
|
|
|
<value2>1</value2> |
|
|
|
</compareValues> |
|
|
|
<compareValues> |
|
|
|
<logic>equals</logic> |
|
|
|
<value1>${installation_type}</value1> |
|
|
|
<value2>uninstall</value2> |
|
|
|
</compareValues> |
|
|
|
</ruleList> |
|
|
|
</showText> |
|
|
|
<exit> |
|
|
|
<explanation>Uninstalled</explanation> |
|
|
|
<progressText>Uninstalled</progressText> |
|
|
|