Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Delete DLLs after uninstall


2 replies to this topic

duck

duck
  • Members
  • 3 posts

Posted 03 December 2003 - 15:35

Hi,

After I uninstall my product some DLLs that I copied into System32 folder are not removed after uninstallation. How can I do it?

I'm using InstallShield 8.0 and Basic MSI project.


Regards,

duck

luke_s

luke_s
  • Full Members
  • 532 posts

Posted 04 December 2003 - 08:07

Sometimes DLL's installed to the systemfolder are set as permanent or shared (might have multiple reference counts). Check your component settings.

Zweitze

Zweitze
  • Full Members
  • 522 posts

Posted 04 December 2003 - 09:51

If you use feature conditions, make sure they evaluate to the same result during install and uninstall, otherwise it's components will leave behind.