|
-
Dec 13th, 2005, 06:20 AM
#1
Thread Starter
Member
Inno setup
Anybody know how to register DLL/OCX's and type libraries in innosetup?
Wise and install shield find those dependencies automatically but inno don't. I wolud like to know how can i do that. Anyone knowing please give a hand.
-
Dec 13th, 2005, 06:31 AM
#2
Re: Inno setup
Moved to Application Deployment.
-
Dec 13th, 2005, 07:25 AM
#3
Re: Inno setup
If you're looking to do it manually in the scripting window you just add them to the files section and add the 'regserver' flag.
Even, better, Randem once supplied me with a link to this site http://www.***********/**********.html and his ********** tool. I heartily recommend it because it'll find all those dependencies for you without you needing to worry about it.
-
Dec 13th, 2005, 06:55 PM
#4
Thread Starter
Member
Re: Inno setup
thanks mate, i'll look into it
-
Dec 13th, 2005, 06:58 PM
#5
Re: Inno setup
lemmyz,
Use the regtypelib flag in the files section.
From Inno Setup Help:
regtypelib
Register the type library (.tlb). The uninstaller will unregister the type library (unless the flag uninsneveruninstall is specified). As with the regserver flag, when used in combination with sharedfile, the file will only be unregistered by the uninstaller when the reference count reaches zero.
See the Remarks at the bottom of this topic for more information.
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
|