100 likes | 119 Views
Analyzer. Silent Install Procedure. Use msiexec to silent install Analyzer.
E N D
Analyzer Silent Install Procedure
Use msiexecto silent install Analyzer • msiexec/q/i"D:\Projects…mages\Disk1\Analyzer2005.msi" WT_OWNERNAME=CH2\Charlie ISX_SERIALNUM=5FB39-1BD86-B38C8-15F10-0B6D5 WEBSITES=1 IIS_PORT_NUMBER=80 IS_SQLSERVER_USERNAME=sa IS_SQLSERVER_PASSWORD=0123 IS_SQLSERVER_SERVER=ch2 IS_SQLSERVER_DATABASE=Feb16c IIS_VRDIR=Feb16c INSTALLDIR="C:\Program Files\Feb16c\" Msiexecis the command to call Windows Installer Service to install the filename.msi file specified. /qdenotes no UI during installation; /i denotes “install” (/x means uninstall) *.msiis the location of the file to be installed. Place double quotes around the filename can avoid problems with spaces in the file path. Parameter format is <parameter name>=<parameter value> Any parameter value that has space or empty string should always be surround it by double-quote “”. Some parameters has default value, therefore parameter value can be omitted. Absolute required parameters are: WT_OWNERNAME and ISX_SERIALNUM
Starting Silent Install To start the silent installation process, modify the line below as necessary to fit your environment then copy and paste it to command to execute. • msiexec /q/i "D:\Install\Analyzer2005.msi" WT_OWNERNAME=H2\Charlie ISX_SERIALNUM=5FB39-1BD86-B38C8-15F10-0B6D5 WEBSITES=1 IIS_PORT_NUMBER=80 IS_SQLSERVER_USERNAME=sa IS_SQLSERVER_PASSWORD=0123 IS_SQLSERVER_SERVER=h2 IIS_VRDIR=jun28 INSTALLDIR="C:\Program Files\jun28\" USEBOSTORE=0 APPPOOL=VIAppPool IS_SQLSERVER_DATABASE=jun28 ARPSYSTEMCOMPONENT=1 Please note that this command execute in background therefore the command prompt is displayed right after the [ENTER] is pressed. Please use Event Viewer to check the results.
Use Event Viewer (Application Group) to check for installation status
Uninstall Analyzer There are two ways to uninstall Analyzer: 1 ) Use Add/Remove Program to uninstall. 2) Execute the command below (change as necessary) under commandline: msiexec /q/x "D:\Install\...\Analyzer2005.msi