How do I get VB.NET to compile/build a simple program.exe

K

Kurt

Hi, I'm fairly new to VB.net coming from VB4, VB6
My question is how do I get VB.NET to just build/publish a simple program.exe and not build a setup.exe
I use Inno to build my setup.exe using the programs.exe
 
K

Kurt

--------------------------------------------------------------------------------
Ok, thanks for your reply, but you miss read what I wrote, Inno is a great program used for making install.exe of your programs, that I don't need help with, but what I was asking and no longer need is how to get my VB.NET tonot make the install, but instead just make a simple myprogram.exe. but I figured it out. thank you for your reply.
 
K

Kurt

-------------------------------------------------------------------------------
Inno was not interfering, the problem was that I could not find the simple.exe file from VB.NET I could only find the Install.exe from VB.NET. and since I was using Inno to do the Install.exe I could not have Inno grab the VB..NET install.exe to make a Install.exe. lol.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top