MSI
|
ProductCode
}
Uninstalls a previously installed
application. You can uninstall the product based either on the original installation package or on
the product??™s GUID.
344 CHAPTER 13
MANAGING APPLICATIONS
In addition to installation options, the MSIExec utility supports a number of display options.
The following list describes each of these options.
/quiet
Installs the product without any user interaction. The product installs using the
default arguments. However, you can override the arguments using parameters when the
developer sets up the installation program correctly. For example, you can select an installation
type, such as custom or typical, using the
INSTALLLEVEL
parameter. Make sure you check the
product documentation for any custom parameters that the developer might create to address
specific installation needs.
/passive
Performs an unattended installation. The setup program won??™t ask the user any
questions, but the user still sees a progress bar. The progress bar gives the user some idea of how
far the setup has progressed and indicates continued activity. An activity indicator is essential
when the user knows about the installation.
Pages:
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817