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