<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"/>
<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>
--- /dev/null
+<?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
+ "$INSTALL_PATH/Uninstaller/uninstaller.jar""\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