]> gerrit.simantics Code Review - simantics/sysdyn.git/commitdiff
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@18465 ac1ea38d-2e2b...
authorlehtonen <lehtonen@ac1ea38d-2e2b-0410-8846-a27921b304fc>
Tue, 19 Oct 2010 06:48:18 +0000 (06:48 +0000)
committerlehtonen <lehtonen@ac1ea38d-2e2b-0410-8846-a27921b304fc>
Tue, 19 Oct 2010 06:48:18 +0000 (06:48 +0000)
installer/installer.xml
installer/shortcutSpec.xml [new file with mode: 0644]

index 7866302b811f75b21369914f576d0006cb91c87d..feb6adcbad00f2ce07375ad7ca52baa0fe776bf2 100644 (file)
@@ -48,6 +48,7 @@
         <res id="TargetPanel.dir.windows" src="TargetDir.txt.windows" />
         <res id="TargetPanel.dir.unix" src="TargetDir.txt.unix" />
         <res id="CustomLangpack.xml_eng" src="CustomLangpack_eng.xml" />
+        <res id="shortcutSpec.xml" src="shortcutSpec.xml" />
        </resources>
        <panels>
                <panel classname="CheckedHelloPanel"/>
@@ -94,5 +95,8 @@ Nothing is done if these are already installed on your system.</description>
                        <file override="true" unpack="true"
                                src="files/dist.zip" targetdir="$INSTALL_PATH"/>
                </pack>
-       </packs>        
+       </packs>
+       <native type="izpack" name="ShellLink.dll">
+        <os family="windows"/>
+    </native>
 </installation>
diff --git a/installer/shortcutSpec.xml b/installer/shortcutSpec.xml
new file mode 100644 (file)
index 0000000..161ddcc
--- /dev/null
@@ -0,0 +1,65 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes"?>\r
+<shortcuts>\r
+\r
+  <skipIfNotSupported/>\r
+\r
+  <programGroup defaultName="Simantics/System Dynamics" location="applications"/>\r
+\r
+  <shortcut\r
+    name="Start Simantics System Dynamics"\r
+    target="$INSTALL_PATH\simantics-sysdyn\Simantics-Sysdyn.exe"\r
+    commandLine=""\r
+    workingDirectory="$INSTALL_PATH\simantics-sysdyn"\r
+    description="Starts Simantics System Dynamics"\r
+    initialState="normal"\r
+    iconFile="$INSTALL_PATH\simantics-sysdyn\puzzle_green.ico"\r
+    iconIndex="0"\r
+    programGroup="yes"\r
+    desktop="yes"\r
+    applications="no"\r
+    startMenu="yes"\r
+    startup="no">\r
+    <createForPack name="Simantics System Dynamics"/>\r
+  </shortcut>\r
+\r
+  <shortcut\r
+     name="Simantics System Dynamics Documentation"\r
+     programGroup="yes"\r
+     desktop="no"\r
+     applications="no"\r
+     startMenu="yes"\r
+     startup="no"\r
+     target="explorer"\r
+     workingDirectory=""\r
+     commandLine=""\r
+     initialState="noShow"\r
+     iconFile="help"\r
+     iconIndex="0"\r
+     url="https://www.simantics.org/end_user_wiki/index.php/Simantics_System_Dynamics"\r
+     type="Link"\r
+     encoding="UTF-8"\r
+     description="User documentation">\r
+    <createForPack name="Simantics System Dynamics"/>\r
+  </shortcut>\r
+\r
+  <shortcut\r
+     name="Uninstall Simantics System Dynamics"\r
+     programGroup="yes"\r
+     desktop="yes"\r
+     applications="no"\r
+     startMenu="no"\r
+     startup="no"\r
+     target="java"\r
+     commandLine="-jar\r
+     &quot;$INSTALL_PATH/Uninstaller/uninstaller.jar&quot;"\r
+     initialState="noShow"\r
+     iconFile="trashcan_full"\r
+     iconIndex="0"\r
+     workingDirectory=""\r
+     type="Application"\r
+     encoding="UTF-8"\r
+     description="Simantics System Dynamics Uninstaller">\r
+    <createForPack name="Simantics System Dynamics"/>\r
+  </shortcut>\r
+\r
+</shortcuts>
\ No newline at end of file