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

  • Thread starter Thread starter Kurt
  • Start date Start date
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
 
--------------------------------------------------------------------------------
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.
 
-------------------------------------------------------------------------------
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.
 
Back
Top