Backport of b6b65cd637f41758bfd38692772ffade3c8cbbbc

Installer: run fixperms.bat all Windows versions except XP/2003.
Wasn't being run on Windows 8.
This commit is contained in:
zzz
2013-04-20 18:46:27 +00:00
parent a7a0ca87c9
commit 88afb23a8c

View File

@@ -254,7 +254,8 @@
<!-- workaround for vista permission problems - see comments above -->
<executable targetfile="$INSTALL_PATH/fixperms.bat" type="bin" stage="postinstall" keep="true" failure="warn"
condition="izpack.windowsinstall.vista|izpack.windowsinstall.7" >
condition="!izpack.windowsinstall.xp+!izpack.windowsinstall.2003" >
<os family="windows" />
<args>
<arg value="$INSTALL_PATH" />
</args>
@@ -263,6 +264,7 @@
<executable targetfile="$INSTALL_PATH/utility.jar"
type="jar" class="net.i2p.installer.Delete"
stage="postinstall" keep="true" failure="warn" condition="izpack.windowsinstall.xp|izpack.windowsinstall.2003">
<os family="windows" />
<args>
<arg value="$INSTALL_PATH\fixperms.bat" />
</args>