Problems uninstalling msiexec installed setup
Posted: Tue Mar 23, 2021 6:41 am
Hi,
I've created a setup that can take several arguments and edits a deployed config,. all working fine.
When installing via msiexec I have trouble uninstalling it via ControlPanel:
it leaves an item in the list of installed programs with an empty icon and no target (see attachment)
What is necessary to also remove this?
kind regards
Anja
EDIT: This happens only when using ControlPanel, using commandline
this dows not happen and everything is removed.
I've created a setup that can take several arguments and edits a deployed config,. all working fine.
When installing via msiexec I have trouble uninstalling it via ControlPanel:
it leaves an item in the list of installed programs with an empty icon and no target (see attachment)
What is necessary to also remove this?
kind regards
Anja
EDIT: This happens only when using ControlPanel, using commandline
Code: Select all
msiexec /qn /x [...]\Single\DAC.msi
this dows not happen and everything is removed.