
Untitled
By: a guest on
Jul 29th, 2012 | syntax:
None | size: 0.50 KB | hits: 25 | expires: Never
Wix3.5: Undefined preprocessor variable '$(var.Platform)'
<?xml version="1.0" encoding="utf-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<?if $(var.Platform)=x64 ?>
<?define win64Flag = "yes" ?>
<?else ?>
<?define win64Flag = "no" ?>
<?endif ?>
</Wix>
D:>candle m.wxs
Microsoft (R) Windows Installer Xml Compiler version 3.5.2519.0
Copyright (C) Microsoft Corporation. All rights reserved.
m.wxs
D:m.wxs(4) : error CNDL0150 : Undefined preprocessor variable '$(var.Platform)'.