473,387 Members | 1,520 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,387 software developers and data experts.

how to Create setup with .net Framework

i have created windows application in .net 2005
then i have created setup Project for that application

i want create setup project with .net Frame work

when the user start installing the setup it should verify
wether the (needed frame work for that application ) is availeable in the system, if not it should install the framework first. then my application.

how to do this, is it possible ?

any ides or refrences ?

thank u
Apr 14 '07 #1
5 6047
Traps
9
i have created windows application in .net 2005
then i have created setup Project for that application

i want create setup project with .net Frame work

when the user start installing the setup it should verify
wether the (needed frame work for that application ) is availeable in the system, if not it should install the framework first. then my application.

how to do this, is it possible ?

any ides or refrences ?

thank u
Yes its possible. I dont recall how. I'm pretty sure of this. The first time you run your application after install. It will try to optimize itself for your operating system/cpu/etc. If you dont have .net framework installed. I believe an error comes up with a link to download the framework.

Just do a search at MSDN.
Apr 15 '07 #2
Yes its possible. I dont recall how. I'm pretty sure of this. The first time you run your application after install. It will try to optimize itself for your operating system/cpu/etc. If you dont have .net framework installed. I believe an error comes up with a link to download the framework.

Just do a search at MSDN.
dear friend

thanks for u r replay

yes i have got error comes up with a link to download the framework.

my idea is when create a setup project i have to include framework inside as we add other files.

when the user clicks on the setup it should run the freamework first then my project. is it possible?

thank you
Apr 16 '07 #3
i have idea for this this,try this


when make setup for the project,
1.right click project setup,select property,then click prerequestic button
2.prerequestic windows is open ,here .net framework is already seleted as default,it u want more like crystal report,sql express,u can include,

3.after select .net framework then select second radio button .ie
download prerequestic from same location as my appilication

4.again rebulid ur setup.
5.then goto ur project folder in then dbl click setup project name there u see debug folder with dotnet framework,setup.exe,setup.msi

6.use setup.exe for installation.

7.if you take to another compauter that not having .net framework,you copy setup.exe and dotnetfx folder,here u just run setup.exe this will check .net framework,it will insatll .net it not availble



Thanks by hajaworld@yahoo.co.in
Sep 18 '07 #4
Thanks for your explanation, but i need one more help.

I want to include Sql Server to the Set up File

Is it possible to do that.

Please reply
Feb 20 '08 #5
Thanks for your explanation, but i need one more help.

I want to include Sql Server to the Set up File

Is it possible to do that.

Please reply
Try this explanation, it may help you
http://msdn2.microsoft.com/en-us/library/7eh4aaa5(VS.80).aspx
or
http://www.codeproject.com/KB/dotnet/Prerequisites_in_Setup.aspx
Feb 20 '08 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Lore Leuneog | last post by:
Hello. I want to embed the framework setup with my project setup. Does any body know where in the (Visual Studio .net) Setup-Project I can set the option to install the framework first? Thank...
4
by: pbj | last post by:
my application was created in vb.net, vs 2003. the setup project was also created in vs 2003. one of my application reviewers reported this: The .Net link that is included in the setup is not the...
1
by: JJ | last post by:
Hi, I have gone the setup project route and added the setup project to my solution as in the guide. I have checked the dependancy's and they all seem to be there. Now do I just build the project...
2
by: Mickey | last post by:
When I try to create a new web application in VS Studio .NET 2003 at a simple default location eg: http://localhost/WebApplication1 I get the following error: Visual Studio .NET cannot create or...
4
by: jaredea | last post by:
I have the following setup: SBS 2003 Server Windows 2003 Enterprise Server (setup as an Application Server) Windows XP Pro Desktop Both the Application server and desktop have Visual Studio...
4
by: Scott Capistrant | last post by:
I am relatively new to the VB.net platform. How would I create a packaged exe that can run outside of my computer (i.e. load the needed dll's and such). Thanks.
0
by: Husam | last post by:
Hi EveryBody: I read the articl "using Visual Studio Net 2003 to redistrbuted the Net framework" which is in the msdn library and I applied every step in it to add the Net framework to the...
2
by: Dennis | last post by:
I have created a setup project and it works fine. However, it inlcudes a file "Dotnetfx.exe" which I have read is the installer for the required .net framework. I have read the documentation that...
6
by: Srini | last post by:
Hi, I am facing a problem in localizing the setup file and .NET framework redistributable. I am trying to deploy c# winform application. I have created a setup project. I need to...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.