Commandline usage of the WixNetFxExtension for Burn packages with NetFxAsPrereq #7209
-
I have a little bit of a hard time finding out how to call the wix toolset (v4.0.rc2 in my case) to create a burn bundle where the prerequisite. when I have my chain beginning as follows:
and call it with the following commandline: "error WIX6802: There must be at least one package with bal:PrereqPackage="yes" when using the ManagedBootstrapperApplicationHost. After looking through the wix4 repo i found the wxs for the netfx redist, and it looked like I just need to change the PackageGroupRef:
to get the bal:PrereqPackage set correctly. Am I using the commandline wrong? Is there any documentation on 4.0 already that I did miss so far - I just found the wix3 to 4 quickstart guide. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
btw I found the issue #7026 but it didnt help me with how to reference the prereq package. |
Beta Was this translation helpful? Give feedback.
-
The source code and command line looks correct. I don't know why it's not finding the package group from the NetFx extension. My guess is you have a typo in your code that isn't reflected here. |
Beta Was this translation helpful? Give feedback.
-
Is there any problem? Should I try to add a minimalexample to a github? I am at a loss here. |
Beta Was this translation helpful? Give feedback.
Is there any problem? Should I try to add a minimalexample to a github? I am at a loss here.