Having toruble with uninstall through pdq
Morgan
In order to run updates on a program we use(hipchat) i have to perform an uninstall I've tried running th uninstall substring as a command and as a batch file
MsiExec.exe /qn /norestart /X{9A2667C0-6DFF-4DAF-899B-FD98BBAAFFB2}
when I run this in the command prompt locally or run the .bat locally it works and uninstalls the program but when I use pdq deploy no dice. I've been able to successfully uninstall and install other programs just not this one. What am I missing?
0
Comments
try
MsiExec.exe /X{9A2667C0-6DFF-4DAF-899B-FD98BBAAFFB2} /quiet /norestart
And be sure the deployment task has appropriate credentials.