wix3.6 - Wix 3.6 bootstrapper to just launch msi -


i working wix 3.6, has great features create managed bootstrapper application. have managed create wpf ui that. but, dont want create , handle events installer, our requirement initial parameter language selection user , proceed msi. msi handles upgrade / uninstall , install checks.

bootstrapper.engine.plan(launchaction.install);

is possible launch msi without specifying install / uninstall action codes?

thanks!

unfortunately, not today. interface provided today powerful , can control everything. means need control lot core scenarios working. progress in wix toolset, we'll build additional abstraction layers custom ba easier write. burn functionality still rather new , needs time have more code contributed.

if want on bright side, glad you'll able accomplish required ui task because interface provided expressive. :)


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -