Silent install:
SecurityCenterWebSetup.exe /ISFeatureInstall=Client /log C:\Path\to\my\logs\ /silent AGREETOLICENSE=Yes COLLECTPOLICY=Off SAMA_COLLECTPOLICY=Off PRODUCT_UPDATES=false"
Note that /silent only works if AGREETOLICENSE is also set to Yes.
Windows 7 machines require the KB2999226 hotfix installed. Per Microsoft KB article:
"The Windows 10 Universal CRT is a Windows operating system component that enables CRT functionality on the Windows operating system. This update allows Windows desktop applications that depend on the Windows 10 Universal CRT release to run on earlier Windows operating systems."
The installer installs a number of helper apps; partial list follows. All told they take up about 7 GBs of disk space and take 7-8 minutes from start to finish.
Genetec Auto Update
Genetec SC Plugins: KiwiVision Video Analytics
Genetec SC Web Installer
Genetec Update Service
Genetec Video Player 5.7
MS CCR and DSS Runtime 2008 R2 and R3
Many MS SqL items
MS Visual C++ 2005, 2008, 2010, 2012, 2013 Redist
MS Visual F# 2.0 Runtime
Silent Uninstall
SecurityCenterWebSetup.exe /silent /remove /log C:\Path\to\my\logs\
However, the uninstall leaves a lot behind. I included these in my uninstall script:
Genetec Update Service
MSIEXEC.EXE /X{4A6CC67F-E537-445E-BF3F-193998AED229} /qb-! /L*v C:\Path\to\my\logs\file.log
Genetec Auto Update
MSIEXEC.EXE /X{4AAD387E-ED2A-46D8-88AE-F8146D02B8E9} /qb-! /L*v C:\Path\to\my\logs\file.log
Genetec Video Player 5.7
MSIEXEC.EXE /X{B49AEDD4-3434-4E5E-88DE-52625D27F5D2} /qb-! /L*v C:\Path\to\my\logs\file.log
Genetec Security Center 5.7 folder (32-bit)
CMD /C RMDIR /S /Q ""%PROGRAMFILES%\Genetec Security Center 5.7\
Genetec Security Center 5.7 folder (64-bit)
CMD /C RMDIR /S /Q ""%PROGRAMFILES(x86)%\Genetec Security Center 5.7\
Genetec Update Service folder (32-bit)
CMD /C RMDIR /S /Q ""%PROGRAMFILES%\Genetec Update Service\
Genetec Update Service folder (64-bit)
CMD /C RMDIR /S /Q ""%PROGRAMFILES(x86)%\Genetec Update Service\