From 7e18e35f385a76daa8b73ca072cc6641eef3afc6 Mon Sep 17 00:00:00 2001 From: Benjamin Jemlich Date: Wed, 11 Aug 2010 01:37:29 +0200 Subject: [PATCH] Use the correct way to add the WIX UI extension --- installer/MumbleInstall.wixproj | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/installer/MumbleInstall.wixproj b/installer/MumbleInstall.wixproj index fbe5d42ab..7f37642ab 100644 --- a/installer/MumbleInstall.wixproj +++ b/installer/MumbleInstall.wixproj @@ -15,14 +15,15 @@ bin\$(Configuration)\ obj\$(Configuration)\ Debug - -ext WixUIExtension + + bin\$(Configuration)\ obj\$(Configuration)\ - -ext WixUIExtension -cc obj -reusecab + -cc obj -reusecab True True @@ -53,6 +54,12 @@ + + + $(WIX)\bin\WixUIExtension.dll + WixUIExtension + +