The problem is I don't have the luxury of executing the msi via
commandline in this situation. the msi is being downloaded from the web
and there is no way of passing commandline options.

______________________
 
Don Tasanasanta
VIACK Corporation
425-605-7423
 

-----Original Message-----
From: Stefan Pavlik [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 16, 2006 11:26 PM
To: Don Tasanasanta
Cc: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] suppress the progress indicator

Just run your msi with:
msiexec.exe /i YOUR_MSI_PACKAGE.msi /q

This will run absolutely silent without any UI.

Stefan

Don Tasanasanta wrote:
> I've created a very basic wix install to install one file. This msi is
> to run as quickly and quietly as possible.
> 
>  
> 
> Is there a way to turn off the progress indicator during install? I do
> not have a ui sequence in my code but the progress indicator still
shows.
> 
>  
> 
> ______________________
> 
>  
> 
> Don Tasanasanta
> 
> VIACK Corporation
> 
> 425-605-7423
> 
>  
> 
> 
> 
> __________ NOD32 1.1710 (20060817) Information __________
> 
> This message was checked by NOD32 antivirus system.
> http://www.eset.com
> 
> 
>
------------------------------------------------------------------------
> 
>
------------------------------------------------------------------------
-
> Using Tomcat but need to do more? Need to support web services,
security?
> Get stuff done quickly with pre-integrated technology to make your job
easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo
>
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> 
> __________ NOD32 1.1710 (20060817) Information __________
> 
> This message was checked by NOD32 antivirus system.
> http://www.eset.com
> 
> 
> 
>
------------------------------------------------------------------------
> 
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 
> __________ NOD32 1.1710 (20060817) Information __________
> 
> This message was checked by NOD32 antivirus system.
> http://www.eset.com
> 

-- 
Stefan Pavlik | [EMAIL PROTECTED]
Whitestein Technologies | www.whitestein.com
Panenska 28 | SK-81103 Bratislava | Slovak Republic
Tel +421(2)5930-0735 | Fax +421(2)5443-5512

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to