Skip to content

SourceDir property is incorrect for non-cached MsiPackage called from a bootstrapper #6332

Discussion options

You must be logged in to vote

The WiX Toolset does not use GitHub issues for support. I have converted this issue into a discussion item, which is an experiment that we're trying out. Alternatively, you may want to ask your question on the wix-users mailing list or Stack Overflow.

For security reasons, the bootstrapper will only execute packages from the package cache after it has verified that all of its files are exactly the same as when the bundle was built. Cache="no" means that the package should be removed from the cache at the end of execution.

You need to add the loose file(s) as a Payload element as a child of the MsiPackage element, with Compressed="no" if you never it want it compressed into the bundle.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@AlexKubiesa
Comment options

@rseanhall
Comment options

@AlexKubiesa
Comment options

@rseanhall
Comment options

@AlexKubiesa
Comment options

Answer selected by robmen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #6330 on January 22, 2021 18:39.