577
edits
Changes
WinMerge
,→WinMerge: Tidied up, but surely there's a simpler way to install 32-bit / 64-bit.
= WinMerge =
===32-bit or 64-bit===
<source lang="xml">
<package
reboot='false' >
<check type='uninstall' condition='exists' path='WinMerge 2.10.4.0' />
<install cmd='"%SOFTWARE%\WinMerge v.2.10.4\unattended.cmd"' /> <remove cmd='"%SOFTWARE%\WinMerge v.2.10.4\unattended-uninstall.cmd"' /> <upgrade cmd='"%SOFTWARE%\WinMerge v.2.10.4\unattended.cmd"' />
</package>
</source>
<source lang="dos">
@echo off
</source>
<source lang="dos">
@echo off
</source>
If you do not need to support x64 editions you might simply include the command lines within the XML file:
<source lang="xml">
<package
</package>
</source>
===Just 64-bit===
Or with X64 support, and no cmd files: