contrib/wix/defines.wxi
author Pierre-Yves David <pierre-yves.david@fb.com>
Mon, 21 Apr 2014 16:13:15 -0700
branchstable
changeset 21187 bcfd44abad93
parent 13042 bd9bc4123920
permissions -rw-r--r--
bundle2: gracefully handle hook abort We make sure any exceptions raised during the whole span of handling bundle2 processing are decorated. This let us catch exceptions raised by hooks prior to transaction commit.

<Include>

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

</Include>