Chapter 3 Silent Installation
/uninstall : Silent Uninstallation
Using this command option enables you to uninstall using the command line.
Example
D:\APD4\APD_400E.exe /s /uninstall
When “/s” is not attached, the uninstallation screen is displayed.
/d : Display the silent installation result in a dialog
Using this command option enables you to display the silent installation result in a dialog when the installation is completed.
Example
Package File
D:\APD4\Apd4Silent.exe /d
Script File
D:\APD4\APD_400E.exe /s /f1”D:\APD4\Apd4Silent.inf” /d
/w /m :
3
Display a window message of the silent installation completion
Adding the Windows handle and message ID to the command enables you to display a window message of the silent installation completion.
Example
In the example below, Windows handle is 0x6789abc, and message ID is 0x0501
Package File
D:\APD4\Apd4Silent.exe /w6789abc /m0501
Script File
D:\APD4\APD_400E.exe /s /f1”D:\APD4\Apd4Silent.inf” /w6789abc /m0501
71