Module: check_mk
Branch: master
Commit: 59892ed343b596a5b568409f4a50aeb005b1a9ba
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=59892ed343b596…
Author: Andreas Boesl <ab(a)mathias-kettner.de>
Date: Thu Jul 24 10:43:44 2014 +0200
included check_mk_agent windows msi installer
The new msi install check_mk_agent.msi package contains the 32 and 64 bit version of the
check_mk_agent.exe.
Upon install the msi package will determine the os architecture and install the matching
agent accordingly.
The installed 32/64 Bit Agent is always named check_mk_agent.exe.
Note: The msi installer always installs into the 32 bit program files folder. This is by
design.
---
.werks/1088 | 12 +
ChangeLog | 1 +
Makefile | 6 +-
agents/windows/Makefile | 6 +-
agents/windows/install_agent-64.exe | Bin 159342 -> 159342 bytes
agents/windows/install_agent.exe | Bin 156400 -> 156400 bytes
agents/windows/msibuild/Makefile | 16 +-
agents/windows/msibuild/msi_container.msi | Bin 612864 -> 613376 bytes
.../msibuild/patches/configure_remove_wixl.dif | 622 ++++++++++++++++++++
9 files changed, 652 insertions(+), 11 deletions(-)
Diff:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commitdiff;h=59892ed343…