How to make a .exe files for my.Net codeI have developed a product and want to make it as .exe file and instal
17 Replies - 8625 Views - Last Post: 23 January 2011 - 06:48 AM
#1
How to make a .exe files for my.Net code
Posted 14 October 2007 - 03:20 AM
I have made a software,more over to say a product which can be used by many managers in .net,I want to run or install this code developed in Vb.net in other machine so that they are able to use this.Can you suggest me a way where I can compress my code put it in a Cd and expose it as a software to otehr irrespective of what ever OS they have,they should be able to just click the exe file like any other free softwares we get on net and able to use it..can you please guide me to do that.
Replies To: How to make a .exe files for my.Net code
#2
Re: How to make a .exe files for my.Net code
Posted 14 October 2007 - 03:21 AM
#3
Re: How to make a .exe files for my.Net code
Posted 14 October 2007 - 03:35 AM
Also, if you're just looking to hand out the executable, make a build of it (Build>Build Solution) and the .exe file will be in your release folder in /Projects/%Project Name%/Bin/ though this is a bit risky simply because, even on a windows machine the user must have the proper .NET Framework installed.
#4
Re: How to make a .exe files for my.Net code
Posted 14 October 2007 - 03:37 AM
This post has been edited by Louisda16th: 14 October 2007 - 03:38 AM
#5
Re: How to make a .exe files for my.Net code
Posted 14 October 2007 - 03:41 AM
Louisda16th, on 14 Oct, 2007 - 03:21 AM, said:
Yes I want to create a installer,which I can be taken to any system and plp can use my software.I am using VB Express.Can you me how to create a installer for my .Net code...
#6
Re: How to make a .exe files for my.Net code
Posted 14 October 2007 - 03:44 AM
This post has been edited by Louisda16th: 14 October 2007 - 03:45 AM
#7
Re: How to make a .exe files for my.Net code
Posted 14 October 2007 - 03:50 AM
#8
Re: How to make a .exe files for my.Net code
Posted 14 October 2007 - 06:55 AM
These are solution from me:
1. In solution explorer, click you project, right click on it and chose build.
2. from your projext Click File menu -> add -> new project. There will be a Add new Project windows appear. onthe left side, choose other project type -> Setup and deployment. Then go to the right side and pick setup project. Give that project a name then click OK. Then you'll find another project opened below or above your real project. There are some settings that you shall try by your self (I'm still doing trial and error on that too, especially the registry). Now choose you new project, right click on it and build (depending on your software it could take some times so be patient). After finished, find your setup in your solution explorer folder. Depends on your setting it could be somewhere in debug folder or release or both.
3. find another third party software
enigmatic_aura08, on 14 Oct, 2007 - 03:50 AM, said:
Anyone can help? I also find this problem.
#9
Re: How to make a .exe files for my.Net code
Posted 14 October 2007 - 07:44 AM
#10
Re: How to make a .exe files for my.Net code
Posted 14 October 2007 - 01:50 PM
Louisda16th, on 14 Oct, 2007 - 03:37 AM, said:
As far as i am aware
2005 VB express you need 2.0 .net framework
2008 VB express you need 3.0 .net framework
Just build you project to a CD and download the correct .net framework
#11
Re: How to make a .exe files for my.Net code
Posted 14 October 2007 - 05:10 PM
#12
Re: How to make a .exe files for my.Net code
Posted 14 October 2007 - 05:20 PM
Louisda16th, on 14 Oct, 2007 - 08:10 PM, said:
That's good to know, I was actually wondering about how to go about doing that myself for when I create the distribution for the project I'm currently working on. Do you know if it includes the .NET redistributable package in the installer? Or does it just tell them to download it from the Microsoft site?
#13
Re: How to make a .exe files for my.Net code
Posted 14 October 2007 - 05:23 PM
#14
Re: How to make a .exe files for my.Net code
Posted 14 October 2007 - 05:28 PM
#15
Re: How to make a .exe files for my.Net code
Posted 14 October 2007 - 05:42 PM
|
|

New Topic/Question
Reply




MultiQuote




|