Author: nextgens
Date: 2006-10-31 17:39:43 +0000 (Tue, 31 Oct 2006)
New Revision: 10756

Modified:
   trunk/apps/new_installer/Win_shortcutSpec.xml
Log:
new_installer: add an shortcut to the uninstaller in the program group menu

Modified: trunk/apps/new_installer/Win_shortcutSpec.xml
===================================================================
--- trunk/apps/new_installer/Win_shortcutSpec.xml       2006-10-31 16:55:36 UTC 
(rev 10755)
+++ trunk/apps/new_installer/Win_shortcutSpec.xml       2006-10-31 17:39:43 UTC 
(rev 10756)
@@ -35,6 +35,22 @@

                <createForPack name="Base" />
        </shortcut>
+
+       <shortcut
+               name="Freenet Uninstaller"
+               programGroup="yes"
+               desktop="no"
+               applications="no"
+               startMenu="no"
+               startup="no"
+               target="javaw -jar $INSTALL_PATH\Uninstaller\uninstaller.jar"   
  
+               commandLine=""
+               iconFile="%SystemRoot%\system32\SHELL32.dll"
+               iconIndex="31" 
+               description="This uninstalls Freenet">
+
+               <createForPack name="UninstallStuff" />
+       </shortcut>

        <shortcut
                name="Browse Freenet"


Reply via email to