From 06b2e2f8e63d8dfb69c253115eb17680114a34a9 Mon Sep 17 00:00:00 2001 From: vboxsync Date: Thu, 3 Jul 2014 08:51:17 +0000 Subject: try disable the installer integrity check and hope it'll fix the w2k8 issues. git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@51835 cfe28804-0f27-0410-a406-dd0f0b0b656f --- src/VBox/Installer/win/Stub/Makefile.kmk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/VBox/Installer/win/Stub/Makefile.kmk') diff --git a/src/VBox/Installer/win/Stub/Makefile.kmk b/src/VBox/Installer/win/Stub/Makefile.kmk index bac327b75f1..5dc759f9f01 100644 --- a/src/VBox/Installer/win/Stub/Makefile.kmk +++ b/src/VBox/Installer/win/Stub/Makefile.kmk @@ -39,6 +39,8 @@ if "$(KBUILD_TARGET_ARCH)" == "x86" $(VBOX_LIB_RUNTIME_STATIC) \ $(PATH_SDK_$(VBOX_WINPSDK)_LIB)/Msi.lib + VBoxStub_LDFLAGS = /IntegrityCheck:NO + VBoxStub.cpp_DEFS += VBOX_SVN_REV=$(VBOX_SVN_REV) VBoxStub.cpp_DEPS = $(VBOX_SVN_REV_KMK) -- cgit v1.2.1