Re: [WiX-users] Tracking the msi installation progress

2006-10-12 Thread John Vottero
We do the same thing, we use the /qb option on msiexec for a basic UI which just shows progress. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of vijSent: Thursday, October 12, 2006 3:39 AMTo: wix-users@lists.sourceforge.netSubject: [WiX-users] Tracking the ms

Re: [WiX-users] Tracking the msi installation progress

2006-10-12 Thread Bob Arnson
vij wrote: > My setup includes a bootstrapper application which launches msi > package in silent mode(msi package is created using WiX tool set). How > can I track the progress of msi installation package? My bootstrapper > application and UI screens are written in C#. To get progress messages