Hi,
Anyone here can help me to create a command line to uninstall this 2 Script Logic application using SCCM. I've tried to use this command line msiexec /x "USBPort Security.exe" on my computer to test either this command right or not before I start to using on SCCM, but this error will occurred when the time I want to uninstall it " This installation package could not be opened. Verify that the package exists and that you can access it, or contact the application vendor to verify that this is a valid Windows Installer package". Please help me to fixed this problem.
Thanks
Don
How to uninstall Script Logic application using SCCM
0 Comments
[ + ] View comments
Answers
Rating comments in this legacy AppDeploy message board thread won't reorder them,so that the conversation will remain readable.
the icon on those apps makes me suspect the exe to be a wrapper around an msi.
For some reason the icon on those apps makes me suspect the exe to be a wrapper around an msi...
Finding an MSIEXEC /X<Guid> in the uninstall command regkey Ian mentioned would prove me right.
MSIExec is used to uninstall MSI-driven installs, not executable-driven ones.
Find the 'UninstallString' for the products in the registry (HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall\[GUID or ProductName]) and use that in your command line.

Please log in to comment