Sorry, caSuffix.wxi is at src\ext\ca\inc\ in the source tree.  It contains
the following:

<?xml version="1.0" encoding="utf-8"?>


<Include xmlns="http://schemas.microsoft.com/wix/2006/wi";>
    <?ifndef platform ?>
        <?error Required value "platform" not defined in include
caSuffix.wxi ?>
    <?endif ?>

    <?ifdef Suffix ?>
        <?undef Suffix ?>
        <?undef DeferredSuffix ?>
    <?endif ?>

    <?if $(var.platform)="x86" ?>
        <?define Suffix="" ?>
        <?define DeferredSuffix="" ?>
    <?endif ?>

    <?if $(var.platform)="x64" ?>
        <?define Suffix="_x64" ?>
        <?define DeferredSuffix="_64" ?>
    <?endif ?>

    <?if $(var.platform)="arm" ?>
        <?define Suffix="_ARM" ?>
        <?define DeferredSuffix="_ARM" ?>
    <?endif ?>
</Include>



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/caSuffix-wxi-and-PrinEULA-tp7592038p7592159.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
WatchGuard Dimension instantly turns raw network data into actionable 
security intelligence. It gives you real-time visual feedback on key
security issues and trends.  Skip the complicated setup - simply import
a virtual appliance and go from zero to informed in seconds.
http://pubads.g.doubleclick.net/gampad/clk?id=123612991&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to