/build/static/layout/Breadcrumb_cap_w.png

MS FOREFRONT UAG CLIENT COMPONENTS

Hi, I need to deploy MS Forefront UAG Client Components 4.0.0. The problem is that the uninstall reboots the PC without warning or delay possibility.
The original source is an MSI, however the only thing the MSI does is extracting the actual source files to a temporary folder and then it launches a setup.exe file which handles the installation itself. Using msiexec /x on the MSI file doesn't work. But I found that passing /q UNINSTALL=1 to the MSI launches the uninstall procedure. It actually calls this command: "rundll32.exe C:\WINDOWS\DOWNLO~1\WhlMgr.dll,UnInstall 3.1.0 63 0 0 4.0.0". The zero (0) before "4.0.0" means silent, but it reboots PC without warning. When I put it to 1 (not silent), I get a message box with a reboot prompt (yes/no). So there is a way to delay reboot, but I can't find how to trigger it in silent mode

0 Comments   [ + ] Show comments

Answers (2)

Posted by: AngelD 12 years ago
Red Belt
0
Check out http://technet.microsoft.com/en-us/library/ee690446.aspx

So in your case I would try
Setup.exe /qn /UNINSTALL=1 /REBOOT=ReallySuppress

The below may also be of interest
Preparing to deploy endpoint components offline
http://technet.microsoft.com/en-us/library/dd857239.aspx
Posted by: nagaraju118 12 years ago
Orange Senior Belt
0
Thanks for the reply . The above method is not working
Is there any method other the suppressing the reboot using sendkeys.
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ