Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
685
How to install libraries seperately?
posted

How should I go about ensuring the updates are 10MB and avoid the 70MB reinstall?

I am using clickOnce (Microsoft).

My app is 80MB with 70MB made up of Infragistics libraries.

I would like to preinstall the Infragistics libs, to Windows system32 folder or to a common area.

i.e. I cannot see anywhere in Visual Studio that allows for specifying where the library should be installed or if preinstalled, what the path to reference it is.

 

 

 

Parents
  • 37774
    Suggested Answer
    posted

    How are you planning on pre-installing the Infragistics libraries?  I'm not very familiar with the use of ClickOnce deployment, but I assume that you're not going to be using this method to deploy the Infragistics assemblies.  Assuming you just want to put them on the client computer, your best option should be installed to the GAC so that any applications that use these assemblies can locate them easily.

    -Matt

Reply Children
No Data