Agent update
I have a problem with the Agent update ... Whats the best way to uninstall the Agent prior the installation? Always getting error 1603 ...etc. How did you solved the problem?
Task1
Verify
Verify that the file “\\Domain\Data\DeployDFS\Software\Common\KACE\ampagent-5.5.30275-x86.msi” exists.
On Success
1. Log “5.5.30275 Installation started, Aufgabe 1” to “activity”.Edit
2.Launch “\msiexec.exe” with params “/i "\\Domain\Data\DeployDFS\Software\Common\KACE\ampagent-5.5.30275-x86.msi" HOST=Server /qn /L*v "$(KACE_DATA_DIR)\5.5.30275.log"”.
Remediation
Log “Starte Aufgabe 2” to “activity”.
Task2
Verify
1. Verify that “HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{B2EAC5C3-B13A-4DCD-89A3-A45502614000}!DisplayVersion” is not equal to “5.5.30275”.
2.Launch “\wscript.exe” with params “"$(KACE_DEPENDENCY_DIR)\netuse.vbe" \\Domain\Data\DeployDFS\Software\Common\KACE”.
On Success
1. Log “5.5.30275 Installation wird gestartet, Aufgabe 2” to “activity”.
2.Launch “\msiexec.exe” with params “/i "\\Domain\Data\DeployDFS\Software\Common\KACE\ampagent-5.5.30275-x86.msi" HOST=Server /qn /L*v "$(KACE_DATA_DIR)\5.5.30275.log"”.
Answers (1)
I did not have to uninstall the old one, the new one removes the old one.
usually 1603 errors are rights problem. why are you not just letting the kbox push it out itself?
If you want to push it the way you are use the \\kbox\client\agent_provisioning\windows_platform share for your file source.
msiexec /qn /i "\\10.10.10.10\client\agent_provisioning\windows_platform\ampagent-5.5.30275-x86.msi" HOST=kbox.acme.com
There really should be no need to use the scripting module in the KBOX to update agents as the KBOX has something in place already that is pretty efficient. - nshah 10 years ago
Based on your check in internal, all the machines wouldn't do it at once. If you have 5k machines, they probably check in ever 4 to 6 hours which in theory you can do all at once without any major issue. - nshah 10 years ago