3-11
Safety Information and Technical Specifi cations
The ANS property should only be set to ANS=1 if DMIX=1 is set. If DMIX=0 and
ANS=1, only the base driver will be installed.
P u b l i c p r o p e r t i e s a r e c a s e s e n s i t i v e . A l l c h a r a c t e r s a r e u p p e r -
c a s e w i t h n o w h i t e s p a c e b e t w e e n c h a r a c t e r s . F o r e x a m p l e :
msiexec.exe /i PROSETDX.msi /qn ANS=1
Any white space in “ANS=1” makes the setting invalid. “ans=1” is not a valid set-
ting.
Command line install examples
Assume that C:\WINNT\System32 is in the system32 folder and PROSETDX.msi is
under the D:\Apps\PROSETDX\Win32 folder. You can modify the paths for different
operating systems and CD layouts and apply the command line examples.
Command Line Examples
1. How to install Intel PROSet silently on Windows XP:
C:\WINNT\System32\msiexec.exe /i D:\Apps\PROSETDX\Win32\PROSETDX.
msi /qn /liew C:\ install.log
2. How to install Intel PROSet silently on Windows Server 2003 for Itanium®-based
systems:
C:\WINNT\System32\msiexec.exe /i D:\Apps\PROSETDX\Win64\PROSETDX.
msi /qn /liew C:\ install.log
3. How to install components but deselect ANS:
Set the ANS=0 in the command line, for example:
C:\WINNT\System32\msiexec.exe /i D:\Apps\PROSETDX\Win32\PROSETDX.
msi /qn ANS=0 /liew C:\ install.log
4. How to apply a transform fi le to MSI using msiexec.exe:
Set the TRANSFORMS=fi lename.mst in the command line. For example:
•
•