Thanks both for your help so far.

This has turned into a bit of a nightmare. Couldn't resolve a reference to
C:\tools\WixBuild.targets, managed to get that from the 3.7 source.

Now get - the system cannot find the file '!(bindpath.x86)uica.dll'.

Looks like someone else has came across this before:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Custom-Action-Non-existant-uica-dll-td7583152.html

I'm going to try and rebuild in VC++, but I'm not a VC++ dev - if anyone
has an alternative approach I'm all ears. As an aside, is my memory failing
me or did this print eula not used to be done in a different manner?

Thanks in advance,
Martin



On 28 January 2014 16:01, Phill Hogland <phogl...@rimage.com> wrote:

> 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
>
------------------------------------------------------------------------------
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