baby_vb Posted February 2, 2004 Posted February 2, 2004 I wrote a program in Matlab and made it an .exe. I want to write a wrapper program with a GUI in VB.NET for my executable so I can eventually deploy it. If I use System.Diagnostics.Process.Start to call my .exe it seems that I need to set an absolute path to it. Ideally I'd like to be able to add the exe to the VB project so that I can deploy the whole end product as one package. Is this possible, and if not, can I at least set a relative path? Or does anyone have any other suggestions on what to do? :confused: Thanks! Quote
NK2000 Posted February 2, 2004 Posted February 2, 2004 where is the problem just insert the .exe in the same folder as your vb.net tool Quote
baby_vb Posted February 2, 2004 Author Posted February 2, 2004 What? If I put the executable in the solution folder it will be included when I deploy? Quote
Administrators PlausiblyDamp Posted February 2, 2004 Administrators Posted February 2, 2004 If you are using a setup project from within the Visual Studio IDE you can just include it as one of the items to deploy. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.