473,398 Members | 2,389 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,398 software developers and data experts.

Create Executable and install file

How do I create an executable and also may be install file using VB .NET.

Thank you.
Nov 21 '05 #1
3 11731
Use the Build menu of VS.NET. There is a Debug configuration (while
debugging or maybe betas) and a Release configuration (for final build to
ship). Check the docs.

To create a setup, you can use the Setup projects of VS.NET (New Project
dialog, Other projects node) or a 3rd party installer.

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com

"amruta" <am****@discussions.microsoft.com> escribió en el mensaje
news:BF**********************************@microsof t.com...
How do I create an executable and also may be install file using VB .NET.

Thank you.

Nov 21 '05 #2
hi.
So I get the EXE built in the Reloase folder..

to Build a setup do I need to build a new project and select "Set and
deployment projects".. and then do what?

which type do i select in that to build a windows application.? setup wizard
or set project??

do i need to inlcue all project files or only the exectuable?

thank you

"Carlos J. Quintero [.NET MVP]" wrote:
Use the Build menu of VS.NET. There is a Debug configuration (while
debugging or maybe betas) and a Release configuration (for final build to
ship). Check the docs.

To create a setup, you can use the Setup projects of VS.NET (New Project
dialog, Other projects node) or a 3rd party installer.

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com

"amruta" <am****@discussions.microsoft.com> escribió en el mensaje
news:BF**********************************@microsof t.com...
How do I create an executable and also may be install file using VB .NET.

Thank you.


Nov 21 '05 #3
IMHO the installation program that comes with Visual Studio is terrible
beyond all belief! It may be powerful, but the documentation is skimpy,
and the samples are useless unless your install program only has your
single executable in it.

I use the free Inno Setup that you can download at
http://www.jrsoftware.org/

Make sure that you download the Istool as well, which is a very nice
user friendly front end for Inno Setup. With Istool, it took me about
two hours to create a fairly complex install package.

It's a breeze to add your executable, install fonts, register active X
controls, create shortcuts, and run any other executable program if
needed. Just pick a category and list your files.

Good programming.

Nov 21 '05 #4

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

Similar topics

9
by: Eric | last post by:
Problem: -------- I'm trying to create an executable jar file. I can do so as long as I don't use the "package" statement in my source code. Once I put the package statement in I can't execute...
0
by: Jim Douglas | last post by:
I want to create a .msi to create an install for the web application, burn it on CD, and deliver to QA, PROD. Where is the best place to start, I found way toooo much in Google. Thanks! ...
8
by: suresh_C# | last post by:
Dear All, What is difference between Portable Executable (PE) file and a Assembly? Thanks, Mahesh
8
by: A_PK | last post by:
Hi, I am using VB.net to develop my application. I understand that to get CE App Manager to install applications, I have to specify an INI file where I run it. Since I am using VB.net. So I need...
0
MMcCarthy
by: MMcCarthy | last post by:
These are the basic instructions on how to create an mde file. Create a backup copy of your "filename.mdb" frontend Go to Tools - Startup and set the startup form to the switchboard/menu form...
2
by: JB | last post by:
Hi All, I've got a VB.NET 2005 solution composed of 3 projects a Client, a DLL, and a Windows Service. I'd like to create an install package that would install the whole solution (i.e. its 3...
0
by: vedrandekovic | last post by:
Hello, Is there any example how can I create executable from executable with py2exe.For example if I create main executable with some TextEntry ( wxpython ) and then when i write this code into...
0
by: singhPrabhat | last post by:
Hi, I am using 64-bit linux box (Open Suse 10.3 ). I want to create executable for windows box. how can I use Makefile to create executable for windows? I can see some .dll files which I...
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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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,...

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.