Results 1 to 5 of 5

Thread: Inno setup

  1. #1

    Thread Starter
    Member
    Join Date
    Sep 2005
    Posts
    36

    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.

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Inno setup

    Moved to Application Deployment.

  3. #3
    Super Moderator FunkyDexter's Avatar
    Join Date
    Apr 2005
    Location
    An obscure body in the SK system. The inhabitants call it Earth
    Posts
    7,957

    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.

  4. #4

    Thread Starter
    Member
    Join Date
    Sep 2005
    Posts
    36

    Re: Inno setup

    thanks mate, i'll look into it

  5. #5
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    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
  •  



Click Here to Expand Forum to Full Width