Author: nextgens
Date: 2008-06-12 14:19:23 +0000 (Thu, 12 Jun 2008)
New Revision: 20277
Modified:
trunk/apps/new_installer/install.xml
Log:
new_installer: force the uninstall pack to be selected on windows
Modified: trunk/apps/new_installer/install.xml
===================================================================
--- trunk/apps/new_installer/install.xml 2008-06-12 13:19:50 UTC (rev
20276)
+++ trunk/apps/new_installer/install.xml 2008-06-12 14:19:23 UTC (rev
20277)
@@ -201,7 +201,7 @@
<parsable targetfile="$INSTALL_PATH/bin/setup.sh"/>
</pack>
- <pack name="UninstallStuff" id="uninstall" required="no"
os="windows" parent="base">
+ <pack name="UninstallStuff" id="uninstall" required="yes"
os="windows" parent="base">
<description>Create uninstallation hooks in the
registry</description>
<parsable
targetfile="$INSTALL_PATH\Uninstaller\uninstall.cmd"/>
</pack>