0
votes
1answer
24 views
pygtk + py2exe + inno -> icon for shortcut
Hi guys,
I saw quite a few posts regarding this but I was unable to solve this problem that I am facing.
First off, when I do the following in my setup file,
windows=[
{
'script': 'gulhane.py',
…
0
votes
0answers
50 views
Check if Office update is installed on the PC
How can I check whether an office update is already installed on the PC or not, using Inno Setup?
I need to know if this update is installed:
…
5
votes
1answer
144 views
How to remove a desktop shortcut by Innosetup
How can I remove a desktop shortcut by Innosetup? It's created by previous version and not needed anymore. I tried delete it in [InstallDelete]
[InstallDelete]
Type: files; Name: …
0
votes
1answer
539 views
Unable to register the DLL/OCX: RegSvr32 failed with exit code 0xC0000005 with Inno Setup 5.2.3
I am trying to register a COM DLL using Inno Setup in a setup package I created. During test installations on Vista, I get this error:
Unable to register the DLL/OCX: RegSvr32 failed with exit code …
