-
Book Overview & Buying
-
Table Of Contents
Visual Studio 2010 Best Practices
By :
Windows Installer supports a silent installation (or quiet installation) mode. This is typically done with the quiet command-line option, for example:
msiexec.exe /i setup.msi /quiet
This form of installation basically takes all of the default values of properties, and performs all of the steps with those values. If any of those properties are public (all upper case) then they may be set at the command line.
For example, if we wanted to do a silent install to a specific directory (and the standard public property INSTALLDIR was used for that value), then we could perform a silent install to that specific directory as follows:
msiexec.exe INSTALLDIR="c:\specific directory" /i setup.msi /quiet
WiX has several other components for advanced MSI topics that a single chapter simply can't do justice to. Some of the components are as follows:
Dark: This is a decompiler
Lit: This is a library tool used to combing WiX object files into WiX library files
Torch: This is a tool...
Change the font size
Change margin width
Change background colour