Alex
Alex

Reputation: 1274

Inno Setup: uninstall process can't remove MSIMG32.DLL from {app} folder whatever I do

What kind of magic has this 'MSIMG32.DLL'? Why can't inno setup delete it?

Edit: this file was just added to {app} using [File] section, at the end of uninstall I get the message "Some elements could not be removed. These can be removed manually." what is referred to MSIMG32.DLL exactly.

Upvotes: 1

Views: 946

Answers (3)

Edelcom
Edelcom

Reputation: 5058

Why should you have this file in your installation set ? This is a Windows image dll ? Remove it from the [Files] section.

Upvotes: 2

Caleb Hattingh
Caleb Hattingh

Reputation: 9225

There is a possibility that, on your system, that file either is, or has been infected by a virus, as suggested by ThreatExpert. You should exclude that possibility by running a system scan with your anti-virus program.

Upvotes: 1

Caleb Hattingh
Caleb Hattingh

Reputation: 9225

It is perhaps likely that that DLL is in use by some running application. There is an addon for InnoSetup that deals with this situation. There is not enough information in the question from which other ideas may be produced.

Upvotes: 1

Related Questions