Comodo Silent Installation Switches
Syntax description of install and uninstall silent deploy switches. Microsoft Active SetupInnoSetup InstallShield Msi Windows Installer NullSoft (NSIS) Wise (Comodo Program Manager) The 'shortcut' to each of these installers is located in the PsPadEditorCapaLib'Help/Online Help/vbScript' menu. | ||
Microsoft Active Setup (detailed description): When running your ComputerJob script to start an installation, some vendors need to apply User Settings in C:Users or in HKCU registry. If your end users isn't member of the local administrators group (recommended by Microsoft), you are probably using a Management System running with local system account, so you can't write to the end users User Settings. In order to solve that, you can use Microsoft's Active Setup, that probably isn't supported by your Management System functions, but is 'managed' by the Windows operating system. | ||
InnoSetup (syntax details): FreeWare - Open Source - Creates EXE files.
| ||
InstallShield (syntax details): Subscription - Not Open Source - Creates EXE or MSI
| ||
Msi Windows Installer (syntax details): FreeWare - Not Open Source, but Free SDK - Creates MSI A package describes the installation of one or more full products (Windows Installer does not handle dependencies between products) and is universally identified by a GUID (the PackageCode property). A product is made up of components, grouped into features Components:
Features:
| ||
NullSoft NSIS (syntax details): FreeWare - Open Source zLib license- Creates EXE
| ||
Wise (syntax details): Earlier FreeWare, now Subscription - Not Open Source - Creates EXE
| ||
Comodo Program Manager If you can't find any silent switches, or can't detect the installer type, you have 2 options:
|
Read the installation instructions & activation steps for Comodo Internet Security Complete 6.0. Hello I'm try make silent installer with this commands but they can't work 13.1 Add command line parameters to installation package to be able to select customized settings, e.g.: /s - silent install /dir= - install path /forcerestart - force restart after installation is complete /norestart - don't restart after installation is complete.
Comodo Silent Installation Switches Manual
I'm trying to so a silent install of COMODO Firewall. My searches resulted is doing a 'CFPSetup3.0.22.349XPVistax32.exe -s' to extract the files to the appropriate folders. Then running 'C: Program Files COMODO Firewall cfpconfg.exe -i' to configure the application. I hadn't tried that silent install with avast5. I had used it with avast4. I had read on the net that there were problems with silent install of avast5. The modern windows installers are very friendly. BTW, silent install don't always give what you want. SpyBot is one case. Nice silent install, but the SDHelper & TeaTimer get installed by default.