Create a install for my application
-
Hi All I have written a nice application in VS2005 using .net 2.0. The application requires varios batch file and other application to be installed if you need the application to run I have managged to create a setup project and it runs but after the or during in need to "launch" batch files as well as a OPC drive installation from a third party. How can I do this? :confused: Thanx Regards
-
Hi All I have written a nice application in VS2005 using .net 2.0. The application requires varios batch file and other application to be installed if you need the application to run I have managged to create a setup project and it runs but after the or during in need to "launch" batch files as well as a OPC drive installation from a third party. How can I do this? :confused: Thanx Regards
What setup solution are you using? I don't have any expirience with making setup files, but one can only help you, if one know what solution you are using.
-------------------------------------------------------- My portfolio & development blog Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!