[wix-devs] Testing 4x

Rob Mensching rob at firegiant.com
Thu Jul 9 14:48:21 PDT 2020


1. Always start with "wix convert" of your old code to new code. It isn't just namespaces that change.

2. Updated documentation that shows the v4 shape of things will obviously be important.


-----Original Message-----
From: wix-devs <wix-devs-bounces at lists.wixtoolset.org> On Behalf Of Hoover, Jacob via wix-devs
Sent: Thursday, July 9, 2020 2:42 PM
To: WiX Toolset Developer Mailing List <wix-devs at lists.wixtoolset.org>
Cc: Hoover, Jacob <Jacob.Hoover at greenheck.com>
Subject: Re: [wix-devs] Testing 4x

If the CLI matters...

Tools\build\Release\net461\win-x86>wix build Z:\Temp\Product.wxs Z:\Temp\Components.wxs -o test

From: wix-devs [mailto:wix-devs-bounces at lists.wixtoolset.org] On Behalf Of Hoover, Jacob via wix-devs
Sent: Thursday, July 9, 2020 4:30 PM
To: WiX Toolset Developer Mailing List <wix-devs at lists.wixtoolset.org>
Cc: Hoover, Jacob <Jacob.Hoover at greenheck.com>
Subject: Re: [wix-devs] Testing 4x

And the authoring in question is:

<DirectoryRef Id="Xxx">
<Component Id="Xxx.Directory" Guid="{...}"> <CreateFolder /> <RemoveFolder Id='Xxx.Directory.Remove' On='uninstall'/> <Condition>NOT UPGRADINGPRODUCTCODE</Condition> </Component> </DirectoryRef>

From: wix-devs [mailto:wix-devs-bounces at lists.wixtoolset.org] On Behalf Of Hoover, Jacob via wix-devs
Sent: Thursday, July 9, 2020 4:20 PM
To: WiX Toolset Developer Mailing List <wix-devs at lists.wixtoolset.org<mailto:wix-devs at lists.wixtoolset.org>>
Cc: Hoover, Jacob <Jacob.Hoover at greenheck.com<mailto:Jacob.Hoover at greenheck.com>>
Subject: [wix-devs] Testing 4x

Trying to kick the tires on the now built tools, but some things lack a lot of detail, or any detail, for that matter. From the meetings I could remember wix build source files..., but what are the other options? Tried running against an existing installer source, and after doing namespace upgrades I am now running into a strange error:

error WIX0005: The Component element contains an unexpected child element 'Condition'



Thanks,
Jacob

____________________________________________________________________
WiX Toolset Developer Mailing List provided by FireGiant http://www.firegiant.com/<http://www.firegiant.com><http://www.firegiant.com<http://www.firegiant.com>>
NOTE: This email was received from an external source. Please use caution when opening links or attachments in the message.
____________________________________________________________________
WiX Toolset Developer Mailing List provided by FireGiant http://www.firegiant.com/<http://www.firegiant.com/>
NOTE: This email was received from an external source. Please use caution when opening links or attachments in the message.
____________________________________________________________________
WiX Toolset Developer Mailing List provided by FireGiant http://www.firegiant.com/



More information about the wix-devs mailing list