You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to innosetup
It's not possible to add extra parameters with the regserver flag, so you will need to use Exec in [Code] instead. It's very bad practice to use uninsneveruninstall on registered files, however, so you should remove that and add the equivalent uninstall [Code] as well.
Tom Buck
unread,
Jul 30, 2025, 8:28:54 AMJul 30
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to innosetup
Thanks. Turns out I had the wrong bitness of dot net installed which is why the dll was failing to register.
Gavin Lambert
unread,
Jul 30, 2025, 8:31:29 PMJul 30
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to innosetup
On Thursday, July 31, 2025 at 12:28:54 AM UTC+12 Tom Buck wrote:
Thanks. Turns out I had the wrong bitness of dot net installed which is why the dll was failing to register.
While it's possible to use regsvr32 with .NET libraries if constructed a certain way, it's more normal to use RegAsm and/or InstallUtil with these.