Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 29th, 2012  |  syntax: None  |  size: 0.50 KB  |  hits: 25  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Wix3.5: Undefined preprocessor variable '$(var.Platform)'
  2. <?xml version="1.0" encoding="utf-8"?>
  3. <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
  4.  
  5.   <?if $(var.Platform)=x64 ?>
  6.   <?define win64Flag = "yes" ?>
  7.   <?else ?>
  8.   <?define win64Flag = "no" ?>
  9.   <?endif ?>
  10.  
  11. </Wix>
  12.        
  13. D:>candle m.wxs
  14. Microsoft (R) Windows Installer Xml Compiler version 3.5.2519.0
  15. Copyright (C) Microsoft Corporation. All rights reserved.
  16.  
  17. m.wxs
  18. D:m.wxs(4) : error CNDL0150 : Undefined preprocessor variable '$(var.Platform)'.