Avatar of s_federici
s_federici

asked on 

How to unregisteri DLL registered with Inno Setup

I registered I DLL for MS Word by using Inno Setup:

[Files]
Source: "C:\Programmi\Microsoft Visual Studio\VB98\Template\Projects\MyAddIn.dll"; DestDir: "{app}"; Flags: regserver

How do I unregister ths DLL by using Inno Setup? Can I add an unistall section to the installer? If so, which commands should be in this section?

Thanks
Microsoft DevelopmentWindows OS

Avatar of undefined
Last Comment
s_federici

8/22/2022 - Mon