* Izpack: Add 64-bit windows dll so installer doesn't die trying to add shortcuts

This commit is contained in:
zzz
2010-02-10 11:49:21 +00:00
parent 7212f855d8
commit 05d22344b5

View File

@ -78,8 +78,21 @@
<langpack iso3="ukr"/>
</locale>
<!--
The <os> tag can be used to restrict the inclusion into the uninstaller
to a specific operating system family, architecture or version.
The inclusion into the installer will be always done.
Here's a sample :
<native type="izpack" name="ShellLink.dll">
<os family="windows"/>
</native>
This doesn't appear to be necessary, the dlls don't get put in Uninstaller/uninstaller.jar on linux
-->
<native type="izpack" name="ShellLink.dll" />
<native type="izpack" name="ShellLink_x64.dll" />
<resources>
<res id="Installer.image" src="installer/resources/i2plogo.png" />
<res id="InfoPanel.info" src="installer/resources/readme.license.txt"/>