|
-
May 14th, 2007, 07:32 AM
#1
Thread Starter
Addicted Member
Vista registration problem - ****SORTED!
Typical. Spend an hour fiddling about and find solution 5s after posting! Did not notice OnlyBelowVersion in latest instructions.
*********************************************
An exe prepared using Inno Setup on XP installs fine on Vista. If I actually create the exe by compiling the unchanged script on Vista is does not. Error is:
c:\windows\system32\stdole2.tlb
Unable to access the type library:registerTypeLib failed. Error accessing the OLE registry.
The line is as per the Inno Setup instructions for VB DLLs which I note somebody is using ok in a previous post.
Source: "VBFiles\stdole2.tlb"; DestDir: "{sys}"; Flags: restartreplace uninsneveruninstall sharedfile regtypelib
The program also needs to install on win98 so I can't remove the line. However, since the same or later version already exists on Vista the line should not actually be doing anything anyway.
Thanks for any ideas
Last edited by xoggoth; May 14th, 2007 at 07:54 AM.
Reason: Sorted problem
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|