In util:ProductSearch for Bundle, how to search product (Package) with Id instead of UpgradeCode, if Id is recommended way to use in new Project? #9286
Unanswered
dongyi-cai-mctlg
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Question
I have a bundle and a package. The package is added to bundle along with some additional msi files. The package has an Id attribute, which is a replacement for UpgradeCode. In documentation it says "Use this attibute instead of the UpgradeCode attribute in new development". (https://docs.firegiant.com/wix/schema/wxs/package/)
However, I need information from ProductSearch in Bundle, according to the documentation (https://docs.firegiant.com/wix/schema/util/productsearch/), only UpgradeCode can be used here. How do I specify Id of the Package instead of UpgradeCode?
Open Source Maintenance Fee
wixtoolsetproject because I support the maintainers.Beta Was this translation helpful? Give feedback.
All reactions