diff options
author | Holger Zickner <[email protected]> | 2004-10-25 15:15:26 +0000 |
---|---|---|
committer | Holger Zickner <[email protected]> | 2004-10-25 15:15:26 +0000 |
commit | dbf7fe54e41a0c9dccd01a34bbe8c98091185e7f (patch) | |
tree | 72f91d9e39b39eee0417dc742a1cc63721c081a5 /shortcutSpec.xml | |
parent | 7e2207ab03e4a12b502cb19065d0698516196a9c (diff) |
shortcut creation for windows
Diffstat (limited to 'shortcutSpec.xml')
-rw-r--r-- | shortcutSpec.xml | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/shortcutSpec.xml b/shortcutSpec.xml new file mode 100644 index 0000000..b1cef15 --- /dev/null +++ b/shortcutSpec.xml @@ -0,0 +1,39 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> + +<shortcuts> + + <programGroup defaultName="Jake2" location="applications"/> + + + <shortcut + name="Jake2" + programGroup="yes" + desktop="no" + applications="no" + startMenu="no" + startup="no" + target="$INSTALL_PATH/Jake2.bat" + workingDirectory="$INSTALL_PATH" + commandLine="" + description="Jake2" + initialState="noShow"> + + <createForPack name="Windows libraries and scripts"/> + + </shortcut> + + <shortcut + name="Uninstaller" + programGroup="yes" + desktop="no" + applications="no" + startMenu="no" + startup="no" + target="$INSTALL_PATH/Uninstaller/uninstaller.jar" + commandLine="" + description="uninstall Jake2"> + + <createForPack name="Windows libraries and scripts"/> + </shortcut> + +</shortcuts> |