| Summary |
| Product: | F-PROT Antivirus for Windows |
| Version: | 6 |
| What are the Windows Installer command-line options? |
Note: This is for advanced users only.
| Option | Description |
| /i | Installs or configures F-PROT Antivirus. Example: msiexec /i <filename.msi> To install in different location Example: msiexec /i <filename.msi> INSTALLDIR="<desired path>" Note: Type "INSTALLDIR" in CAPITAL letters. |
| /x | Uninstalls F-PROT Antivirus. Example: msiexec /x <filename.msi> |
| /a | Administrative installation option. Installs a product on the network. Example: msiexec /a <filename.msi> |
| /q | Silent installation/uninstallation. The installer runs an installation/uninstallation without displaying a user interface.
No prompts, messages, or dialog boxes are displayed to the user. The user cannot cancel the installation.
During uninstallation, the installer restarts the computer whenever necessary
without displaying any prompt or warning to the user. During installation, use '/forcerestart' to let the installer restart the computer automatically
when the operation is done. Examples: msiexec /x <filename.msi> /q msiexec /i <filename.msi> /q /forcerestart |
For further information, see Microsoft's website:
Feedback | Contact Technical Support | Contact Sales Support |