DEVEL15-windows-installer-wix-20071010
authorJeffrey Altman <jaltman@secure-endpoints.com>
Wed, 10 Oct 2007 16:38:25 +0000 (16:38 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Wed, 10 Oct 2007 16:38:25 +0000 (16:38 +0000)
Later versions of the wix toolset require that all variables be defined
with a value.

(cherry picked from commit 58627b15ebae4ecd6e574d11e1848fab53ffc2d1)

src/WINNT/install/wix/config.wxi

index 84c3a77..94d9ed8 100644 (file)
@@ -93,7 +93,7 @@
         <?define PackageCode="6086552D-3EFA-436C-A0BD-25668849F0DB"?>
     <?endif?>
     <?if $(env.AFSDEV_BUILDTYPE) = "CHECKED"?>
-        <?define Debug?>
+        <?define Debug = "yes"?>
         <?define ReleaseType="DT"?>
     <?elseif $(env.AFSDEV_BUILDTYPE) = "FREE"?>
         <?define ReleaseType="GA"?>
     <?endif?>
 
     <!-- We are including debug symbols anyway.  Undefine this for a leaner installer without debug syms. -->
-    <?define DebugSyms?>
+    <?define DebugSyms = "yes"?>
 
     <!-- Parameters for the features containing debug symbols -->
     <?ifdef DebugSyms?>
     <?endif?>
 
     <!-- Use the afsloopback.dll instead of instloop.exe -->
-    <?define UseDllLoopbackInstaller?>
+    <?define UseDllLoopbackInstaller = "yes"?>
 
     <!-- Note that if the follwing file does not exist, the build will fail -->
     <?ifndef CellDbFile?>