Results 1 to 3 of 3

Thread: Registration Inno Setup library dll not?

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Mar 2008
    Posts
    517

    Registration Inno Setup library dll not?

    Create a setup file using Inno Setup 5.5.3 (u) software the compiler does not error but when running the setup file registration error with the dotted line Net dll file, dll file registered syntax of Inno Setup:

    [Files]
    Source: ComponentFactory.Krypton.Ribbon.dll; destdir: {sys}; Flags: regserver ignoreversion
    Source: ComponentFactory.Krypton.Toolkit.dll; destdir: {sys}; Flags: regserver ignoreversion
    ...

    Why not register it?

  2. #2
    Smooth Moperator techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,531

    Re: Registration Inno Setup library dll not?

    That's because .NET Assemblies do NOT get registered....

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  3. #3
    PowerPoster
    Join Date
    Feb 2006
    Posts
    24,482

    Re: Registration Inno Setup library dll not?

    Except when they need to be GAC'ed, which is a concept very similar to registration.

    Global Assembly Cache

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