WiX - create a bootstrap that passes arguments to the msi
Posted
by Dror Helper
on Stack Overflow
See other posts from Stack Overflow
or by Dror Helper
Published on 2010-04-25T07:27:21Z
Indexed on
2010/04/25
7:33 UTC
Read the original article
Hit count: 818
I need to create a bootstrap for my WiX project I've tried using setupbld.exe but it will only allow me to create an executable that will show my UI or one that will behave as a silent installer but not both.
I need to be able to run the resulting executable with argument that will tell it wether or not to show the UI during installation.
I've found this post by John Robbins that explains how to re-build the setup.exe stub used in the creation of the bootstrap but I was hoping there is a simpler way to do what I need.
Does anyone know of a way to create a bootstrap that I use to run either as a simple (with UI) install or as a silent install.
© Stack Overflow or respective owner