473,387 Members | 3,820 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.

Deploy .NET w/o Framework

I would like to know if there is free software to link assemblies together,
deploy without whole Framework installation. so I could work my application
in any computer without Framework.

Thanks

Nov 15 '05 #1
4 1842
> I would like to know if there is free software to link assemblies
together,
deploy without whole Framework installation. so I could work my application in any computer without Framework.

As far as I understand this .NET framework installation, you have one for
almost any language (French, English,..).
And once choosen and installed (e.g.English) you cannot change the language
(e.g. French) version anymore.

So in my opinion it is best to let the user install the .NET framework using
the Internet Windows update function.
This way you won't have French complaining that they get English error
messages.
Also this way, it is also guaranteed that they have the latest version with
SP releases.

But you might want to provide a subfolder on your distribution CD with the
..NET frameworks in case the user have no Internet access.


Nov 15 '05 #2
<Ol**********@skyscan.be> wrote in message
news:40*********************@news.skynet.be...
I would like to know if there is free software to link assemblies

together,
deploy without whole Framework installation. so I could work my

application
in any computer without Framework.


As Olaf said, you need the framework on the target computer. There is no way
around this. Just think of all the pieces of the framework that the most
basic app uses: Just-in-time compiler, garbage collector and memory
management, and some of the base class library.

There are bootstrapper setup examples that use dotnetfx.exe (the .net
redistributalbe). You can thus automate the installation of .Net framework
with your own setup / deployment (I guess Olaf's comments about culture
would be an issue).

--
Mike Mayer - Visual C# MVP
http://www.mag37.com/csharp/
mi**@mag37.com

Nov 15 '05 #3
The bootstrapper example that Mike refers to may be found at http://msdn.microsoft.com/vstudio/do...r/default.aspx

--------------------
From: "Michael Mayer [C# MVP]" <mi**@mag37.com>
References: <um**************@TK2MSFTNGP09.phx.gbl> <40*********************@news.skynet.be>
Subject: Re: Deploy .NET w/o Framework
Date: Thu, 5 Feb 2004 13:35:05 -0600
Lines: 27
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
Message-ID: <uk**************@TK2MSFTNGP09.phx.gbl>
Newsgroups: microsoft.public.dotnet.languages.csharp
NNTP-Posting-Host: c66.169.127.183.ts46v-08.ftwrth.tx.charter.com 66.169.127.183
Path: cpmsftngxa07.phx.gbl!cpmsftngxa06.phx.gbl!TK2MSFTN GP08.phx.gbl!TK2MSFTNGP09.phx.gbl
Xref: cpmsftngxa07.phx.gbl microsoft.public.dotnet.languages.csharp:218570
X-Tomcat-NG: microsoft.public.dotnet.languages.csharp

<Ol**********@skyscan.be> wrote in message
news:40*********************@news.skynet.be...
> I would like to know if there is free software to link assemblies

together,
> deploy without whole Framework installation. so I could work my

application
> in any computer without Framework.


As Olaf said, you need the framework on the target computer. There is no way
around this. Just think of all the pieces of the framework that the most
basic app uses: Just-in-time compiler, garbage collector and memory
management, and some of the base class library.

There are bootstrapper setup examples that use dotnetfx.exe (the .net
redistributalbe). You can thus automate the installation of .Net framework
with your own setup / deployment (I guess Olaf's comments about culture
would be an issue).

--
Mike Mayer - Visual C# MVP
http://www.mag37.com/csharp/
mi**@mag37.com



----
Elizabeth Newman – Visual Basic Deployment Test Team
This posting is provided "AS IS" with no warranties, and confers no rights.
Nov 15 '05 #4
Amalia Hernandez wrote:
I would like to know if there is free software to link assemblies
together, deploy without whole Framework installation. so I could work
my application in any computer without Framework.


Thinstall does this. Have a look: www.thinstall.com

PS - I know I have been mentioning this product a lot, but it really does
combine all the DLLS and stuff into a single executable that you can run
without having the .NET framework installed. I am not associated with the
company, just a customer.

--
gabriel
Nov 15 '05 #5

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

Similar topics

1
by: Wilson Ricardo Passos Oliveira | last post by:
Hi fellows, I have two simple questions regarding the Framework's deploy and the Setup and Deploy Projects: 1. As I've read in another posts and newsgroups (and as I can imagine), VS.NET...
2
by: Marcus | last post by:
I have seen many posts of people with the same problem as me (attached below), but I have yet to see any solutions posted. Has anyone figured out how to deploy an Asp.net web site to the webserver...
2
by: Nils Hedström | last post by:
I have a ASP.NET 1.1 project that I want to be able to deploy on my web-servers while they have real traffic (40 requests/second). When I copy the projects assembly in the bin-directory of the...
4
by: bob lambert | last post by:
Help I am trying to deploy to another pc a vb.net std 2002 windows form application. I am confused. I created a project - windows form I built form, compiled and debugged. I created a...
1
by: \Allen Iverson\ | last post by:
Can you please advise me how to setup and deploy a donet project? How to add ..net framework to client station? Thanks.
1
by: \Allen Iverson\ | last post by:
Can you please advise me how to setup and deploy a donet project? How to add ..net framework to client station? Thanks.
8
by: A.M-SG | last post by:
Hi, I understand that we can install SOAP extensions through web.config at the server side. How do I install them at the client proxy side? Thank you, Alan
4
by: Cirene | last post by:
What is the best way to deploy a website created with VS 2008? (Now that web deployment projects are delayed.) I want to be able to modify the web.config file on the website. Thanks!
1
by: vstud70 | last post by:
Hi Guys, I created a small application using the MS vstudio 2008. The application is using the ms charts controls. my question is what's the best way to deploy this application to users that...
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: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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$) { } ...
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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,...

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.