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
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.

Delete DLLs after uninstall
Started by
duck
, Dec 03 2003 15:35
2 replies to this topic
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.
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.