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
That works perfectly. Thanks for the helpful and fast response.
Peter
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.