Closed ColinWPA closed 2 years ago
It's implemented in WiX v3.14.
From your web page one can download 3.11.2 as the latest production build. It seems your organization is not keen for users to download development builds, but is this your recommendation?
Development Builds These have the latest changes, but may introduce unexpected bugs. These are not considered to be production-ready. If you are still interested, you can find them herehttps://wixtoolset.org/releases/development/.
I intend to use the tool in a production environment for distribution. Would you advice against this?
Thank you Colin Attwell
From: Bob Arnson @.> Sent: Wednesday, September 21, 2022 2:15 PM To: wixtoolset/issues @.> Cc: Attwell, Colin (Contractor) @.>; Author @.> Subject: [External]Re: [wixtoolset/issues] Documented features in 3.11 not supported in WixNetFxExtension (Issue #6925)
You don't often get email from @.*** Learn why this is importanthttps://aka.ms/LearnAboutSenderIdentification
It's implemented in WiX v3.14.
— Reply to this email directly, view it on GitHubhttps://github.com/wixtoolset/issues/issues/6925#issuecomment-1253694633, or unsubscribehttps://github.com/notifications/unsubscribe-auth/A3GJ25VMBJPHEQTAN3QQKHLV7MC5TANCNFSM6AAAAAAQSB4ODQ. You are receiving this because you authored the thread.Message ID: @.***>
@ColinWPA this is an open source project, not an organization.
Development builds are what they say they are. A build from a point in time with no attempt at broad validation across the community.
If you want to treat the WiX toolset like a product, there are companies that provide support contracts for WiX.
Ok thanks. I’ll pursue the option suggested to see if the organization want’s to go that route (or rather buy a license to a commercial product)
Thanks again for your help and support.
From: Rob Mensching @.> Sent: Wednesday, September 21, 2022 2:33 PM To: wixtoolset/issues @.> Cc: Attwell, Colin (Contractor) @.>; Mention @.> Subject: [External]Re: [wixtoolset/issues] Documented features in 3.11 not supported in WixNetFxExtension (Issue #6925)
You don't often get email from @.*** Learn why this is importanthttps://aka.ms/LearnAboutSenderIdentification
@ColinWPAhttps://github.com/ColinWPA this is an open source project, not an organization.
Development builds are what they say they are. A build from a point in time with no attempt at broad validation across the community.
If you want to treat the WiX toolset like a product, there are companies that provide support contracts for WiXhttps://www.firegiant.com/services/.
— Reply to this email directly, view it on GitHubhttps://github.com/wixtoolset/issues/issues/6925#issuecomment-1253719102, or unsubscribehttps://github.com/notifications/unsubscribe-auth/A3GJ25VBF3H7WV47NXCYIX3V7MFCPANCNFSM6AAAAAAQSB4ODQ. You are receiving this because you were mentioned.Message ID: @.***>
Triage
Issues are triaged at online meetings, generally held alternate Thursdays at 9:30 a.m. Pacific time (UTC-7/UTC-8). Meeting requests are sent to the wix-devs and wix-users mailing lists, as well as in Discussions.
Discussions and support
Note that discussions are best held on the mailing lists not in issues. Please do not open issues requesting support or debugging help; first start a thread on the wix-users mailing list and open an issue if the discussion suggests a bug in the WiX Toolset or that a feature request is appropriate. You can also try out the beta Discussions feature.
Instructions
Read the sections above. Delete the Triage, Discussions and support, and Instructions sections and fill out the rest.
Bugs
If this issue is a bug:
I include a reference to WixNetFxExtension in the references section, as well as including the reference in the script as well:
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:util="http://schemas.microsoft.com/wix/UtilExtension" xmlns:netfx="http://schemas.microsoft.com/wix/NetFxExtension" >
It would seem then that the PackageGroupIDs or Property Names shown in the documents are as yet not built into the supporting dlls.
This is the contents of my Bundle file:
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:bal="http://schemas.microsoft.com/wix/BalExtension" xmlns:netfx="http://schemas.microsoft.com/wix/NetFxExtension" > <?define ProjectDir=C:\Workspace\Fusion Wireless System Path Estimator\FusionPathEstimatorSetup\?>
Is there a work around for this so that the Wix toolset can be successfully used to install a recent version of .NET along with the payload of application files?
Is there another step needed to get this to work?