* Matthew Toseland <toad at amphibian.dyndns.org> [2008-08-30 22:44:42]:
> On Friday 22 August 2008 19:37, nextgens at freenetproject.org wrote: > > 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> > > The .sh is listed as both executable and parsable. The .cmd is only > executable. Is this important? > > No; we don't have anything to parse on windows as we don't have to cd. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: Digital signature URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20080831/416cd57e/attachment.pgp>
