Hi,
I accidentally created a deployment of a dll of some some support project rather than an exe for the primary project. And installed it. Now, I cannot install the the new msi, or figure out how to uninstall the dll.
The dll does not show up in the program manager. I tried upping the rev in the deployment project as work-around.
Does anyone know how to uninstall a dll?
A command line install with these options...
msiexec /i MyProject.msi /l*vx iLog.txt
... gives these error messages at the end, which basically means I have to uninstall the old version:
Property(C): EXECUTEACTION = INSTALL
=== Logging stopped: 11/8/2016 11:30:43 ===
MSI (c) (D8:A4) [11:30:43:909]: Note: 1: 1708
MSI (c) (D8:A4) [11:30:43:909]: Note: 1: 2262 2: Error 3: -2147287038
MSI (c) (D8:A4) [11:30:43:909]: Note: 1: 2262 2: Error 3: -2147287038
MSI (c) (D8:A4) [11:30:43:909]: Product: MyProject -- Installation failed.
MSI (c) (D8:A4) [11:30:43:909]: Windows Installer installed the product. Product Name: MyProject . Product Version: 1.0.0. Product Language: 1033. Installation success or error status: 1603.
MSI (c) (D8:A4) [11:30:43:909]: Grabbed execution mutex.
MSI (c) (D8:A4) [11:30:43:909]: Cleaning up uninstalled install packages, if any exist
MSI (c) (D8:A4) [11:30:43:909]: MainEngineThread is returning 1603
Thanks
I accidentally created a deployment of a dll of some some support project rather than an exe for the primary project. And installed it. Now, I cannot install the the new msi, or figure out how to uninstall the dll.
The dll does not show up in the program manager. I tried upping the rev in the deployment project as work-around.
Does anyone know how to uninstall a dll?
A command line install with these options...
msiexec /i MyProject.msi /l*vx iLog.txt
... gives these error messages at the end, which basically means I have to uninstall the old version:
Property(C): EXECUTEACTION = INSTALL
=== Logging stopped: 11/8/2016 11:30:43 ===
MSI (c) (D8:A4) [11:30:43:909]: Note: 1: 1708
MSI (c) (D8:A4) [11:30:43:909]: Note: 1: 2262 2: Error 3: -2147287038
MSI (c) (D8:A4) [11:30:43:909]: Note: 1: 2262 2: Error 3: -2147287038
MSI (c) (D8:A4) [11:30:43:909]: Product: MyProject -- Installation failed.
MSI (c) (D8:A4) [11:30:43:909]: Windows Installer installed the product. Product Name: MyProject . Product Version: 1.0.0. Product Language: 1033. Installation success or error status: 1603.
MSI (c) (D8:A4) [11:30:43:909]: Grabbed execution mutex.
MSI (c) (D8:A4) [11:30:43:909]: Cleaning up uninstalled install packages, if any exist
MSI (c) (D8:A4) [11:30:43:909]: MainEngineThread is returning 1603
Thanks