 | | From: | Christoph Brueckner at zertificon.com | | Subject: | Uninstall does not delete Shell-Ext.DLL :( | | Date: | Tue, 14 Dec 2004 18:20:49 +0100 |
|
|
 | hi,
my installer registers some win32 shell extensions DLL, which add some context menus to the win explorer. When installed these dll gets copied into system32 and regsvred by innosetup.
When my app is uninstalled these Dlls get unregistered by innosetup but they can not be deleted because the DLLs are still linked to the win32 explorer process. :( When i do a restart after uninstalling i can manually delete these Dlls.
When uninstalling is there a way to delete these file after a restart?
regards
Christoph
|
|
 | | From: | Jordan Russell | | Subject: | Re: Uninstall does not delete Shell-Ext.DLL :( | | Date: | Tue, 14 Dec 2004 12:27:54 -0600 |
|
|
 | "Christoph Brueckner > @zertificon.com>" <"c.brueckner<<- N0 SPAM -> wrote in message news:41BF20F1.D01C3D21@zertificon.com... > When uninstalling is there a way to delete these file after a restart?
Flags: uninsrestartdelete
-- Jordan Russell
|
|