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
390
Portable-like App
posted

Hi,

I have a simple c# Windows Forms app that runs without installation from an exe, just requiring the .Net libraries included with Windows (version 4 client). While not quit a "portable app," it behaves like one. Can I include Infragistics controls in a program not installed? For instance the grid and tab-control? The app's user doesn't have local admin on the machine and we're limited in what we can install or register. Thanks for suggestions.

Peter K

San Francisco

Parents
No Data
Reply
  • 48586
    Verified Answer
    posted

    Hello ,

     

    You could set copy local to thru, for Infragistics references and they will be copped into the bin folder of your application, so the application always  will searches for them in the folder where the exe runs. Based on our license agreement, since your users will not use them for developing of software you are allowed to do this.

     

    Please let me know if you have any further questions.

Children