Version 3.3.1
To disable Updates (:
const HKEY_CURRENT_USER = &H80000001
strComputer = "."
Set StdOut = WScript.StdOut
Set oReg=GetObject("winmgmts:{impersonationLevel=impersonate}!\\" &_
strComputer & "\root\default:StdRegProv")
strKeyPath = "Software\TechSmith\Morae\1.0\Updater\Remote Viewer"
oReg.createkey HKEY_CURRENT_USER, strkeypath
strValueName = "DaysBetween"
dwValue=365
oReg.SetDWORDValue HKEY_CURRENT_USER, strKeyPath, strValueName, dwValue
strKeyPath = "Software\TechSmith\Morae\1.0\Updater\Remote Viewer"
oReg.createkey HKEY_CURRENT_USER, strkeypath
strValueName = "AllowDateBasedCheck"
dwValue=0
oReg.SetDWORDValue HKEY_CURRENT_USER, strKeyPath, strValueName, dwValue
strKeyPath = "Software\TechSmith\Morae\1.0\Updater\Remote Viewer"
oReg.createkey HKEY_CURRENT_USER, strkeypath
strValueName = "PromptToCheck"
dwValue=0
oReg.SetDWORDValue HKEY_CURRENT_USER, strKeyPath, strValueName, dwValue
Version 3.3.1
It is Msi based installation .
Installation is done by running msi or /qb or qn for silent insttallation .
Uninstalaltion is :
msiexec /x {C982E1E2-964E-490C-AB2A-8B0BEA1F2943} /qb!
View inventory records anonymously contributed by opt-in users of the K1000 Systems Management Appliance.