Guest kevb Posted November 7, 2002 Posted November 7, 2002 Hi Can anyone tell me how I can create an exectuable file from VB .Net Thanks Kev Quote
*Gurus* Derek Stone Posted November 7, 2002 *Gurus* Posted November 7, 2002 Hit the Build button/menu. Then look in the project's /bin directory. Quote Posting Guidelines
Guest kevb Posted November 8, 2002 Posted November 8, 2002 Thanks is there any way of making an install file to include the required .dll files Quote
speedstickoo Posted November 26, 2002 Posted November 26, 2002 I use an installer program (InstallShield Express, to be exact). It scans your project for dependancies and create a professional looking setup for you. If you want something for free, there's Inno Setup, which is quite good but I don't know if it can automatically detect dependancies. I've only used it a couple of times. Quote
*Gurus* Derek Stone Posted November 26, 2002 *Gurus* Posted November 26, 2002 Err... Visual Studio .NET comes with a project type called "Setup". Add it to your current project's solution. And just to make sure, you're not trying to distribute System.dll, System.Windows.Forms.dll, etc. are you? That's a huge no no. Quote Posting Guidelines
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.