summaryrefslogtreecommitdiff
path: root/src/VBox/Installer/win/Stub/Makefile.kmk
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2014-07-03 08:51:17 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2014-07-03 08:51:17 +0000
commit06b2e2f8e63d8dfb69c253115eb17680114a34a9 (patch)
tree6568099004b12cec431654b4092f3223c4d98957 /src/VBox/Installer/win/Stub/Makefile.kmk
parentf1a3d5466a5f0d60d6f9676a02d419b6a3647317 (diff)
downloadVirtualBox-svn-06b2e2f8e63d8dfb69c253115eb17680114a34a9.tar.gz
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
Diffstat (limited to 'src/VBox/Installer/win/Stub/Makefile.kmk')
-rw-r--r--src/VBox/Installer/win/Stub/Makefile.kmk2
1 files changed, 2 insertions, 0 deletions
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)