Link to home
Start Free TrialLog in
Avatar of jiggyfly
jiggyfly

asked on

Remote uninstall

Hello All I have an application installed by MSI that fails to uninstall remotely when I use the installer MsiExec.exe /x{9F3EF5B5-6394-4F76-B61B-78E2D0EE8173}/norestart/quiet/l*v.

However when I employ appwiz.cpl (add/remove programs) it removes the product. What is the appwiz using to do this? Here is the uninstall reg entry:


Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{9F3EF5B5-6394-4F76-B61B-78E2D0EE8173}]
"AuthorizedCDFPrefix"=""
"Comments"=""
"Contact"=""
"DisplayVersion"="11.00"
"HelpLink"=""
"HelpTelephone"=""
"InstallDate"="20110329"
"InstallLocation"="C:\\Program Files (x86)\\Infor Global Solutions\\Common\\LSAData\\"
"InstallSource"="\\\\dc-03\\FLATS\\APPLICATIONS\\Visual\\"
"ModifyPath"=hex(2):4d,00,73,00,69,00,45,00,78,00,65,00,63,00,2e,00,65,00,78,\
  00,65,00,20,00,2f,00,49,00,7b,00,39,00,46,00,33,00,45,00,46,00,35,00,42,00,\
  35,00,2d,00,36,00,33,00,39,00,34,00,2d,00,34,00,46,00,37,00,36,00,2d,00,42,\
  00,36,00,31,00,42,00,2d,00,37,00,38,00,45,00,32,00,44,00,30,00,45,00,45,00,\
  38,00,31,00,37,00,33,00,7d,00,00,00
"Publisher"="Macrovision Corporation"
"Readme"=""
"Size"=""
"EstimatedSize"=dword:0000862b
"UninstallString"=hex(2):4d,00,73,00,69,00,45,00,78,00,65,00,63,00,2e,00,65,00,\
  78,00,65,00,20,00,2f,00,49,00,7b,00,39,00,46,00,33,00,45,00,46,00,35,00,42,\
  00,35,00,2d,00,36,00,33,00,39,00,34,00,2d,00,34,00,46,00,37,00,36,00,2d,00,\
  42,00,36,00,31,00,42,00,2d,00,37,00,38,00,45,00,32,00,44,00,30,00,45,00,45,\
  00,38,00,31,00,37,00,33,00,7d,00,00,00
"URLInfoAbout"=""
"URLUpdateInfo"=""
"VersionMajor"=dword:0000000b
"VersionMinor"=dword:00000000
"WindowsInstaller"=dword:00000001
"Version"=dword:0b000000
"Language"=dword:00000409
"DisplayName"="VISUAL Enterprise 652"
ASKER CERTIFIED SOLUTION
Avatar of RobSampson
RobSampson
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Not clear whether you have spaces between the items.

When you say remotely, are you using something like psexec?
Or are you setting a GPO to uninstall?
Msiexec is using a GUI to run unless silent, quite mode is set.

Do you have an option to use a GPO startup script to perform the uninstall?
Avatar of jiggyfly
jiggyfly

ASKER

Not sure why Rob but you were correct the switches were causing the problem. Oh the irony, I enabled logging to t-shoot and it caused the problem. I modified to include /qn for quiet no prompt uninstall. I am planning to remove using psexec.