Changes

Jump to: navigation, search

Variables

236 bytes removed, 18:06, 1 July 2011
Applying different versions
<source lang="xml">
<host name="TestPC" profile-id="DesktopPC" >
<variable name="PKG_VER" value="1.3.14" /> <variable name="PKG_EXE_VER" value="1.0.0.22" />
</host>
priority="999">
<variable name="PKG_VER" value="1.3.9" /> <variable name="PKG_EXE_VER" value="1.0.0.18" />
<check type="uninstall" condition="versiongreaterorequal" path="WPKG" value="%PKG_VER%"/>
<check type="file" condition="versiongreaterorequal" path="%ProgramFiles%\wpkg\wpkginst.exe" value="%PKG_EXE_VER%" />
<!-- replace x32 with x86 and x64 with AMD64 in the installer file name -->

Navigation menu