fixed typos
[iDMC.git] / installer / shortcutSpec.xml
blobf92823a167d0fec2060fa3cdce0f0225680c0008
1 <shortcuts>
2   <skipIfNotSupported/>
3   <programGroup defaultName="iDMC" location="startMenu"/>
4   <shortcut
5     name="iDMC $APP_VER"
6     target="java"
7     commandLine="-jar iDmc-$APP_VER.jar"
8     workingDirectory="$INSTALL_PATH"
9     description="Start iDMC $APP_VER"
10     iconFile="$INSTALL_PATH\logo_32x32.ico"
11     iconIndex="0"
12     initialState="noShow"
13     programGroup="yes"
14     desktop="yes"
15     applications="no"
16     type="Application"
17     startMenu="no"
18     startup="no">
19     <createForPack name="Core program"/>
20   </shortcut>
21   <shortcut
22            name="Uninstall iDMC $APP_VER"
23            target="java"
24            commandLine="-jar &quot;$INSTALL_PATH/Uninstaller/uninstaller.jar&quot;"
25            workingDirectory="$INSTALL_PATH"
26            description="Uninstall iDMC $APP_VER"
27            iconFile=""
28            iconIndex="0"
29            initialState="maximized"
30            programGroup="yes"
31            desktop="yes"
32            applications="no"
33            type="Application"
34            startMenu="no"
35            startup="no">
36   <createForPack name="Core program" />
37   </shortcut>
38   <shortcut
39            name="iDMC homepage"
40            target="http://www.dss.uniud.it/nonlinear/"
41            workingDirectory=""
42            description="iDMC homepage"
43            iconFile=""
44            iconIndex="0"
45            initialState="maximized"
46            programGroup="yes"
47            desktop="yes"
48            applications="no"
49            type="Link"
50            startMenu="no"
51            startup="no">
52           <createForPack name="Core program"/>
53   </shortcut>
54 </shortcuts>