install component in GAC ??

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • cmrchs@yahoo.com

    #1

    install component in GAC ??

    Hi,

    using the setup project in VisualStudio : I add an exe that uses a component so I add the component to the setup-project as well

    but how can I specify that the component must be installed in GAC when the client runs the setup for the application ?
    (so far is it only installed in the directory of the client)

    thanks
    Chris

    *************** *************** *************** *************** **********
    Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
    Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...
  • William DePalo [MVP VC++]

    #2
    Re: install component in GAC ??

    "Chris C" <cmrchs@yahoo.c om> wrote in message
    news:%231$vTpYf FHA.3936@tk2msf tngp13.phx.gbl. ..[color=blue]
    > using the setup project in VisualStudio : I add an exe that
    > uses a component so I add the component to the
    > setup-project as well
    >
    > but how can I specify that the component must be installed
    > in GAC when the client runs the setup for the application ?
    > (so far is it only installed in the directory of the client)[/color]

    If no one points you to an easy way to do what you want (I don't know if one
    exists), you can use the native API:

    http://blogs.msdn.com/junfeng/articles/229648.aspx

    Regards,
    Will


    Comment

    Working...