I have tried to uninstall “Microsoft Visual C++ 2013” package from windows server and action executed. However it’s failing to uninstall in server and still package is present. I need assistance here.
Action Script:
waithidden cmd.exe /C msiexec /x {name of key whose (value “DisplayName” of it as string contains “Microsoft Visual C++ 2013 x64 Minimum Runtime”) of key “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall” of native registry} /quiet /norestart
waithidden cmd.exe /C msiexec /x {name of key whose (value “DisplayName” of it as string contains “Microsoft Visual C++ 2013 x64 Additional Runtime”) of key “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall” of native registry} /quiet /norestart
QNA Answer:
Q: name of key whose (value “DisplayName” of it as string contains “Microsoft Visual C++ 2013 x64 Additional Runtime”) of key “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall” of native registry
A: {010792BA-551A-3AC0-A7EF-0FAB4156C382}
T: 2497
Q:
Q: name of key whose (value “DisplayName” of it as string contains “Microsoft Visual C++ 2013 x64 Minimum Runtime”) of key “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall” of native registry
A: {53CF6934-A98D-3D84-9146-FC4EDF3D5641}
T: 2003
Q:
Action execiton log:
Relevant - Uninstall the Microsoft Visual C++ Redistributable Package 2013 (fixlet:2262181)
At 02:10:08 -0600 -
The CPU usage will be increased because _BESClient_Download_FastHashVerify is enabled
ActionLogMessage: (action:2262181) Action signature verified for Execution
ActionLogMessage: (action:2262181) starting action
Wow64 redirection disabled. action uses wow64 redirection false (action:2262181)
Command started - waithidden cmd.exe /C msiexec /x {53CF6934-A98D-3D84-9146-FC4EDF3D5641} /quiet /norestart (action:2262181)
Command succeeded (Exit Code=0) waithidden cmd.exe /C msiexec /x {53CF6934-A98D-3D84-9146-FC4EDF3D5641} /quiet /norestart (action:2262181)
Command started - waithidden cmd.exe /C msiexec /x {010792BA-551A-3AC0-A7EF-0FAB4156C382} /quiet /norestart (action:2262181)
Command succeeded (Exit Code=0) waithidden cmd.exe /C msiexec /x {010792BA-551A-3AC0-A7EF-0FAB4156C382} /quiet /norestart (action:2262181)
At 02:10:09 -0600 -
ActionLogMessage: (action:2262181) ending action