Silently install F-Secure
Best Answer
-
fedool Posts: 147 F-Secure Employee
For Computer Protection:
installer.exe --silent --voucher "your voucher"
For PSB workstation:
installer.exe /SILENT /K:<keycode>
does the trick on unattended installations. Just remember that Reboot dialog can appear even in the silent mode to gently prompt the user about reboot.
Other command-line options:
/LANG:<xxx> – installation language;
/K:<keycode> – subscription keycode;
/NOUPDATE – skip downloading updates on installation (typically concerns updatable sidegrade);
/REBOOTDELAY:<sec> - countdown timer before reboot;
/INSTALLPATH<path> - installation path instead %ProgramFiles(x86)%\F-Secure by default.
Another feature of PSBWKS: the keycode can be embedded in the installer’s file name. For example: fspsbwks-[0123-RGBA-RCBA-4567-2DF4].exe
9 4Like
This discussion has been closed.
Comments
Hi AKICT,
Could you please let us know which specific product would you like to silently install?
Hi,
if this about Computer Protection, here is one example from customer:
https://community.f-secure.com/t5/Protection/F-Secure-Computer-Protection/m-p/101329/highlight/true#M734
We are in progress of creating proper scripts and article about this too.
Petri
are now published in KB:
https://community.f-secure.com/t5/Business/Remote-installation-of-Computer/ta-p/102154
Petri