contrib/wix/defines.wxi
author Steve Borho <steve@borho.org>
Fri, 26 Nov 2010 17:40:13 -0600
branchstable
changeset 13042 bd9bc4123920
permissions -rw-r--r--
wix: add support for x64 native MSI packages

<Include>

  <?if $(var.Platform) = "x64" ?>
    <?define IsX64 = yes ?>
  <?else?>
    <?define IsX64 = no ?>
  <?endif?>

</Include>