Inno Setup: Uninstall Dll Server
问题 Greetings, With my app I install a Dll server for the Windows shell. The server is registered and unregistered properly by Inno by using the flag "regserver". However if any explorer windows are open the dll is in use and cannot be deteled by Inno. How can I delete the dll automatically and uninstall the app properly? Regards, Cosmin 回答1: In addition to the regserver flag you could use the uninsrestartdelete flag for your shell extension. To quote from the Inno Setup help ( [Files] section):