473,399 Members | 2,146 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,399 software developers and data experts.

Creating an executable for .net application

Hi all,

I'm new to VB.net and have a question about creating the .exe file for my
program. In VB6 you could just select 'Make .exe' from the File menu, but
everything that I read about deploying an application in VB.net talks about
creating an installer file. The application I created is very small (just a
sample) and I don't want the user to have to install the program, just run an
executable. Is there any way to do this in VB.net?

Can someone help or point me in the right direction. I feel like I'm
running around in circles!
Nov 22 '05 #1
2 1816
Hi,

If you are using Visual Studio .NET, the project build operation will create
the target file (exe or dll). Once the build is completed successfully, it
would have created the target file in <project Folder>\bin\debug.

Hope that helps.

"jcooper" <jc*****@discussions.microsoft.com> wrote in message
news:D6**********************************@microsof t.com...
Hi all,

I'm new to VB.net and have a question about creating the .exe file for my
program. In VB6 you could just select 'Make .exe' from the File menu, but
everything that I read about deploying an application in VB.net talks about
creating an installer file. The application I created is very small (just a
sample) and I don't want the user to have to install the program, just run
an
executable. Is there any way to do this in VB.net?

Can someone help or point me in the right direction. I feel like I'm
running around in circles!
Nov 22 '05 #2

"jcooper" <jc*****@discussions.microsoft.com> wrote in message
news:D6**********************************@microsof t.com...
Hi all,

I'm new to VB.net and have a question about creating the .exe file for my
program. In VB6 you could just select 'Make .exe' from the File menu, but
everything that I read about deploying an application in VB.net talks about creating an installer file. The application I created is very small (just a sample) and I don't want the user to have to install the program, just run an executable. Is there any way to do this in VB.net?

Can someone help or point me in the right direction. I feel like I'm
running around in circles!


VB never did create a stand-alone executable. Prior to .NET, the VB runtime
was required if not already installed on target PC(s)..
As Shiva has told you, VB.NET does create an .exe or .dll, depending on the
template selected. As was the case with VB 6, the .exe must be accompanied
by the necessary support files if it is to run on a host that does not have
the development environment installed.
So, the question is, what is installed on the potential user's PC? In the
case of VB.NET, regardless of the deployment method you choose, the user
must have the .NET Framework installed (unless you add the Framework as part
of your install package).
Bottom line: You need to add a deployment project to your solution to build
an installable package.

--
Peter [MVP Visual Developer]
Jack of all trades, master of none.
Nov 22 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: jcooper | last post by:
Hi all, I'm new to VB.net and have a question about creating the .exe file for my program. In VB6 you could just select 'Make .exe' from the File menu, but everything that I read about...
1
by: Jon H | last post by:
I'm trying to create an installer application that can be run from a web page. I know visual basic pretty well, but I haven't work with asp.net very long. Is there a simple way to do this? When...
1
by: Jon H | last post by:
I'm trying to create an installer application that can be run from a web page. I know visual basic pretty well, but I haven't work with asp.net very long. Is there a simple way to do this? When...
0
by: deegeorge | last post by:
Hi, I have a VB.NET windows application that uses a modem to Send and Receive SMS real time. This executable is constantly running, and it uses the COM port to which the modem is connected as a...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.