Skip to content

Commit 4041894

Browse files
committed
Installer updates to fix issues on Windows
1 parent c9af331 commit 4041894

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed
Binary file not shown.

conf/Version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Mon, 06 Oct 2014 14:09:58 -0500
1+
#Mon, 06 Oct 2014 15:34:39 -0500
22

33
version=1.2.7
44
copyrightYear=2014

installer/ShellLink.dll

48 KB
Binary file not shown.

installer/ShellLink_x64.dll

49 KB
Binary file not shown.

installer/installer.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<installation version="1.0">
33

4-
<natives>
5-
<native type="izpack" name="ShellLink.dll"/>
6-
<native type="izpack" name="ShellLink_x64.dll"/>
7-
</natives>
4+
<native type="izpack" name="ShellLink.dll"/>
5+
<native type="izpack" name="ShellLink_x64.dll"/>
6+
<native type="3rdparty" name="COIOSHelper.dll" stage="both"/>
7+
<native type="3rdparty" name="COIOSHelper_x64.dll" stage="both"/>
88

99
<resources>
1010
<res src="windows_shortcut_specification.xml"
@@ -29,6 +29,7 @@
2929
</authors>
3030
<javaversion>1.7</javaversion>
3131
<version>1.2.7</version>
32+
<run-privileged condition="izpack.windowsinstall.vista|izpack.windowsinstall.7"/>
3233
</info>
3334

3435
<guiprefs height="600" resizable="yes" width="800">

0 commit comments

Comments
 (0)