Replies: 5 comments 3 replies
-
Use the .wixpdb instead. |
Beta Was this translation helpful? Give feedback.
-
It's generated after bundle is built, but we need this information before. For example, bundle must include SomethingBasedOnExistingMSIs.data file. |
Beta Was this translation helpful? Give feedback.
-
But how I can find which MSIs I need to use? I have only "wxs" from bundle project, and need somehow find all includes |
Beta Was this translation helpful? Give feedback.
-
Is it feasible to introduce some option for wix.exe, to build only PDB without building final executable file? |
Beta Was this translation helpful? Give feedback.
-
wixipls - is it some special output type? Thank you, I'll try to check what is it |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
In wix3, there was wixobj file, that can be used before to build the bundle.
We're using it to validate MSI, extract some information from there and prepare some files for the final bundle.
But seems right now it's executed just as one action. Alternative to parse wxs myself (with all possible includes and libraries) very disappoints :(
Beta Was this translation helpful? Give feedback.
All reactions