Replies: 2 comments 1 reply
-
|
I am not sure I can map your observations to any build scenarios WixSharp supports.
The WixSharp indeed creates The fact that the msi includes the right files and builds correctly, tells me that your expectations might not be fully correct. |
Beta Was this translation helpful? Give feedback.
-
|
@oleg-shilo, thank you very much for your response. It turned out that there was an issue within the postbuild step, which had nothing to do with WiX or WiXSharp. Therefore, could this discussion be deleted!? |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Everybody,
I am building an MSI package using WiXSharp and have encountered an issue with files that are added to the MSI package but not appearing in the WiX output folder.
My final installer should include some external DLLs and JSON files, all of which are placed within the release folder.
The MSI package that is generated contains all the files as expected.
However, the output 'wix' folder in my 'bin' directory does not contain the .json files. All .exe and .dll are correctly placed in the 'wix' output folder.
I’m unsure why this discrepancy occurs. Why are these files missing in the output "wix" folder?
Has anyone else encountered a similar issue?
Any comments, help, or solutions would be greatly appreciated.
Thank you!
Here are some details:
Here’s a part of my setup.cs:
Beta Was this translation helpful? Give feedback.
All reactions