Skip to content
Discussion options

You must be logged in to vote

When you add projects as dependencies to a WIX project in Visual Studio, you can reference their output directly without a path.

That may also work with MSI outputs from a WIX project. Try adding the first WIX project to the second one as a dependency and reference the MSI as follows:

<MsiPackage SourceFile="MyInstaller.msi" bal:DisplayInternalUICondition="1" />

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@george7378
Comment options

@jcasale
Comment options

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