12 Commits

Author SHA1 Message Date
Michael Insel
921c0fa5f6 Raise .NET target version to 4.6
This sets the target .NET framework version to 4.6.

The Prefer32Bit option was introduced with .NET 4. When set to true this
will generate x86 machine code on a 64-bit system, but this only affects
projects where the platform target is set to Any CPU. CMake generates
the project based on the system. Since the Prefer32Bit option was auto
generated during the switch to the new .NET version I ensured this is
explicitly set to false.

refs #7090
2019-04-25 19:01:07 +02:00
Markus Frosch
61ea5ea758 windows: Add rules for Win32 to IcingaAgent C#
Theoretically this should be automatically, but the C++ project uses
Win32 as platform...
2019-04-05 09:24:25 +02:00
Michael Insel
662f817364 Add option to windows installer to add global zones
This implements the option to add global zones to the windows agent
wizard.
2018-03-18 16:19:15 +01:00
Rune Darrud
26db63ba39 Add support for x64 Icinga2SetupAgent
refs #11462
2016-03-29 23:56:06 +02:00
Gunnar Beutner
85d773a21b Improve user experience when updating Icinga 2 with the NSIS installer
fixes #8116
2015-05-12 13:55:40 +02:00
Gunnar Beutner
086eeea66f Update texts for the Windows wizard
refs #7525
2014-10-31 13:08:09 +01:00
Gunnar Beutner
edbfe222d3 Change architecture of the Wizard project back to x86 2014-10-22 21:15:29 +02:00
Gunnar Beutner
900b62c129 Revert "Rename .csproj platform to match CMake targets"
This reverts commit 977ef99abb96771b55171ce1990163acb28adb9f.

Conflicts:
	agent/windows-setup-agent/Icinga2SetupAgent.csproj
2014-10-22 21:08:28 +02:00
Gunnar Beutner
97b5b42cb0 Explicitly set platform name for the Windows Wizard project
refs #7241
2014-10-22 10:05:45 +02:00
Gunnar Beutner
977ef99abb Rename .csproj platform to match CMake targets
refs #7241
2014-10-22 09:38:09 +02:00
Gunnar Beutner
9c7d97b8bc Update the Windows agent wizard
refs #7241
2014-10-21 16:07:39 +02:00
Gunnar Beutner
954debf235 Build fix for Linux 2014-09-19 10:10:45 +02:00