PC Review


Reply
Thread Tools Rate Thread

distributing .net framework

 
 
Brent Burkart
Guest
Posts: n/a
 
      1st Mar 2004
Has anyone had the situation where they want to deploy an applicaiton
companywide, but the .NET framework is required for the application to work.
How did you address this situation? Is there some way to package the .NET
framework in with your application to be downloaded from a website?

All ideas and suggestions are welcome.

Thanks,
Brent


 
Reply With Quote
 
 
 
 
Herfried K. Wagner [MVP]
Guest
Posts: n/a
 
      2nd Mar 2004
* "Brent Burkart" <(E-Mail Removed)> scripsit:
> Has anyone had the situation where they want to deploy an applicaiton
> companywide, but the .NET framework is required for the application to work.
> How did you address this situation? Is there some way to package the .NET
> framework in with your application to be downloaded from a website?


Why not create a setup package including the Framework?

Using Visual Studio .NET 2003 to Redistribute the .NET Framework
<URL:http://msdn.microsoft.com/library/en-us/dnnetdep/html/vsredistdeploy1_1.asp>

Plug-In:

<URL:http://groups.google.com/groups?selm=z2an4EnoDHA.2012%40cpmsftngxa06.phx.gbl>
<URL:http://workspaces.gotdotnet.com/vsboot>

Download
<URL:http://www.gotdotnet.com/community/workspaces/newsitem.aspx?id=2f8f0a23-f529-4158-8e0a-d187d16f41f1&newsId=1981>

Framework 1.1:

Redistributing the .NET Framework 1.1
<URL:http://msdn.microsoft.com/library/en-us/dnnetdep/html/redistdeploy1_1.asp>

..NET Framework 1.1 Deployment Guide
<URL:http://msdn.microsoft.com/library/en-us/dnnetdep/html/dotnetframedepguid1_1.asp>

..NET Framework 1.1 Redistributable Prerequisites
<URL:http://msdn.microsoft.com/library/en-us/dnnetdep/html/NETFx1Redistreq1_1.asp>

..NET Framework Redistributable Package 1.1 Technical Reference
<URL:http://msdn.microsoft.com/library/en-us/dnnetdep/html/dotnetfxref1_1.asp>

Framework 1.0:

..NET Framework Deployment Guide
<URL:http://msdn.microsoft.com/library/en-us/dnnetdep/html/dotnetframedepguid.asp>

Using Visual Studio .NET to Redistribute the .NET Framework
<URL:http://msdn.microsoft.com/library/en-us/dnnetdep/html/vsredistdeploy.asp>

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>
 
Reply With Quote
 
=?Utf-8?B?RGFuaWVsIENsYXVzZW4=?=
Guest
Posts: n/a
 
      2nd Mar 2004
What I done in my company is set up a Active Directory Group Policy that deploys the .Net framework to every machine in the company. This makes it real easy to manage and ensures that everyone is running the same framework version

There is 2 catches to this though
1) You have to install it via MSI packag
2) Your Network Admin has to sign off on it :-

While I can't help with the second one the first one I can help with. The DOTNETFX.exe install file contains the MSI, you just have to extract it. To extract the MSI you just need to run the following command line in the directory where you have the framework install

dotnetfx /C /T:C:\netframewor
Now if you look at the netframework directory on C you will find a MSI install for the framework

Hope this help

Daniel Clausen MCSD
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Using and distributing compact framework on PC. OlleGoop Microsoft Dot NET Compact Framework 1 5th Dec 2007 02:19 PM
Distributing .Net framework? Andy Microsoft C# .NET 2 15th Nov 2005 11:38 PM
Distributing .NET Framework 1.1 SP1 =?Utf-8?B?Sm9ja2VC?= Microsoft Dot NET Framework 1 8th Nov 2005 09:17 AM
Distributing the FrameWork with my Application =?Utf-8?B?UGF4eGVy?= Microsoft Dot NET Framework 0 21st Oct 2005 01:30 PM
Distributing .NET Framework without ASP.NET Barry Microsoft Dot NET Framework 1 18th Dec 2004 04:41 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:35 AM.