Category: Software Packaging

Symantec Client Security 2.0 silent install script

The original script to install Symantec Client Security 2.0 will not execute in a silent installation. Original script msiexec /i “Symantec Client Security.msi” WSCAVALERT=0 WSCFWALERT=0 setup.exe /s /v” /qn INSTALLSERVER=0 MIGRATESETTINGS=0 REBOOT=ReallySuppress” Modified script cmd /c SCS.msi /qn LIVEUPDATE=0 MIGRATESETTINGS=0 REBOOT=REALLYSUPPRESS

Read More »

Create a 7zip Self Extractor (7zS.sfx or 7z.sfx)

One of easiest silent installations that most anyone can create utilize two free software products. 7-Zip (www.7-zip.org) and Resource Hacker (http://www.angusj.com/resourcehacker/)  Many of the silent installations that are created and found on this site are created using the 7zip compression.  To make a self-extracting silent installation, the utility, Resource Hacker, will need to be applied against the 7z.sfx file. In…

Read More »