How to embed a UserControl in WIX installer?
Posted
by jbloomer
on Stack Overflow
See other posts from Stack Overflow
or by jbloomer
Published on 2010-03-24T13:06:17Z
Indexed on
2010/03/24
15:13 UTC
Read the original article
Hit count: 398
Is there anyway to embed a usercontrol inside a WIX installer?
We're trying to replace an InstallShield installer with a WIX installer, however there are a couple of involved UserControls that the InstallShield installer embeds that would be easier to reuse than reimplement.
© Stack Overflow or respective owner