QuietExec is nice for those occasions where you *must* call an EXE during the 
install but in general I avoid doing that in the first place.   I prefer to 
write my own code for interacting directly with the underlying API so that I 
can have better error handling and control of the process.    When you call an 
EXE  you typically lose a lot of this control and have few options for rollback.

---
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or read a really good thread that deserves 
attention? E-Mail Me

--- On Tue, 5/10/11, Umeshj <umesh_jogle...@hotmail.com> wrote:


From: Umeshj <umesh_jogle...@hotmail.com>
Subject: Re: [WiX-users] InstallUtil.exe alternatives
To: wix-users@lists.sourceforge.net
Date: Tuesday, May 10, 2011, 11:47 PM


A general solution to avoiding 'ugly DOS windows' is to use CAQuietExec from
WixUtilExtension.

--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/InstallUtil-exe-alternatives-tp6349071p6350583.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to