Hello,
With Inno Setup 6.2 I very rarely had an issue with the restart manager feature in inno setup. That is I have normal apps to replace and also a deskband (.dll). With 6.3.3 every-time I've tried so far, it give me the message that it will close and restart the apps (windows explorer, one of my app.exe), it closes explorer, hangs for a bit, then starts it all up again, then installs the files. When it works correctly, it closes explorer, then you see it start installing, then after install is done it restarts explorer.
One thing that has changed since 6.2 is Norton updated itself, not sure if that causes an issue?
Is there a way to debug this (output detailed logging to see why it fails)?
The flags for the deskband (.dll) is:
Flags: regserver ignoreversion restartreplace signonce uninsrestartdelete;
Thanks.