Author: nextgens
Date: 2008-08-22 18:37:43 +0000 (Fri, 22 Aug 2008)
New Revision: 22103

Added:
   trunk/apps/new_installer/res/unix/Uninstaller/
   trunk/apps/new_installer/res/unix/Uninstaller/show_uninstall_survey.sh
   trunk/apps/new_installer/res/windows/Uninstaller/show_uninstall_survey.cmd
Modified:
   trunk/apps/new_installer/install.xml
Log:
new_installer: ask the uninstalling users to fill in a survey for us

Modified: trunk/apps/new_installer/install.xml
===================================================================
--- trunk/apps/new_installer/install.xml        2008-08-22 18:08:01 UTC (rev 
22102)
+++ trunk/apps/new_installer/install.xml        2008-08-22 18:37:43 UTC (rev 
22103)
@@ -201,9 +201,23 @@
                        <parsable targetfile="$INSTALL_PATH/bin/setup.sh"/> 
                </pack>

-               <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 name="UninstallStuff" id="uninstall" required="yes" 
parent="base">
+                       <description>Create uninstallation hooks</description>
+                       <executable 
targetfile="$INSTALL_PATH\Uninstaller\show_uninstall_survey.cmd" keep="true" 
stage="uninstall">
+                               <os family="windows"/>
+                       </executable>
+                       <parsable 
targetfile="$INSTALL_PATH\Uninstaller\uninstall.cmd">
+                               <os family="windows"/>
+                       </parsable>
+
+                       <executable 
targetfile="$INSTALL_PATH/Uninstaller/show_uninstall_survey.sh" keep="true" 
stage="uninstall">
+                               <os family="unix"/>
+                               <os family="mac"/>
+                       </executable>
+                       <parsable 
targetfile="$INSTALL_PATH/Uninstaller/show_uninstall_survey.sh">
+                               <os family="unix"/>
+                               <os family="mac"/>
+                       </parsable>
                </pack>

                <pack name="AutoUpdater" id="autoupdater" required="no" 
parent="base">

Added: trunk/apps/new_installer/res/unix/Uninstaller/show_uninstall_survey.sh
===================================================================
--- trunk/apps/new_installer/res/unix/Uninstaller/show_uninstall_survey.sh      
                        (rev 0)
+++ trunk/apps/new_installer/res/unix/Uninstaller/show_uninstall_survey.sh      
2008-08-22 18:37:43 UTC (rev 22103)
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+cd "$INSTALL_PATH"
+
+java -jar bin/browser.jar 
"http://spreadsheets.google.com/viewform?key=pARgKQ0i0ggo42b-G3If4Iw";


Property changes on: 
trunk/apps/new_installer/res/unix/Uninstaller/show_uninstall_survey.sh
___________________________________________________________________
Name: svn:mergeinfo
   + 

Added: 
trunk/apps/new_installer/res/windows/Uninstaller/show_uninstall_survey.cmd
===================================================================
--- trunk/apps/new_installer/res/windows/Uninstaller/show_uninstall_survey.cmd  
                        (rev 0)
+++ trunk/apps/new_installer/res/windows/Uninstaller/show_uninstall_survey.cmd  
2008-08-22 18:37:43 UTC (rev 22103)
@@ -0,0 +1 @@
+ at rundll32.exe shdocvw.dll,OpenURL 
http://spreadsheets.google.com/viewform?key=pARgKQ0i0ggo42b-G3If4Iw


Reply via email to