contrib/wix/defines.wxi
author Pierre-Yves David <pierre-yves.david@fb.com>
Wed, 28 May 2014 15:57:23 -0700
changeset 21622 457492741007
parent 13042 bd9bc4123920
permissions -rw-r--r--
bundle2: support transmission of params error over the wire We picked a null character to split each parameter during the transfer. This is fragile if the same character is used in parameter name. However other codes will already behave in a strange way in that case, so we are not introducing any regression. A better format may be picked for the final version of the protocol.

<Include>

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

</Include>