-
Setup Problems
I have created a project which I converted from VB6 got it all working created a setup app and tested my application local and everything works fine.
I have now come to install my project on a network drive and am getting the Error An Exception 'System.Security.SecurityException' has occured.
I think the reason which I am getting this problem is because the application is having problems installing my components onto the network drive, In my project I have comdlg32.ocx, MSCOMCTL.OCX and a couple of other DLL.
What I want to do is not install these components seperatly I just with to use the components all ready installed with the windows setup but the setup app does not let me delete them from the setup project.
Does anybody have any ideas.
Thanks
Daniel