Packaging VB.NET Application with Framework

  • Thread starter Mr Utkal Ranjan Pradhan
  • Start date
M

Mr Utkal Ranjan Pradhan

Hi Friends
I've developped a vb.net application. Now i want to deploy the application
to an Windows 98/Me/2000/XP machine which donot have .NET Framework
installed. Now I want to package my application and the framework into a
single exe file. So that when the installation of my application starts it
will check whether .NET framework is installed or not . If .NET Framework is
not installed then it should install the .NET Framework silently, ie, in
background.

Plz help me.
Thanx
Mr Utkal Ranjan, New Delhi.
 
O

One Handed Man

May I ask who you are writing this package for ?, is it by chance destined
to be deployed in the UK for a UK customer ?

OHM
 
H

Herfried K. Wagner [MVP]

* "Mr Utkal Ranjan Pradhan said:
I've developped a vb.net application. Now i want to deploy the application
to an Windows 98/Me/2000/XP machine which donot have .NET Framework
installed. Now I want to package my application and the framework into a
single exe file. So that when the installation of my application starts it
will check whether .NET framework is installed or not . If .NET Framework is
not installed then it should install the .NET Framework silently, ie, in
background.

Framework 1.0:

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

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

Framework 1.1:

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

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

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

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

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

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
<http://www.mvps.org/dotnet>

<http://www.plig.net/nnq/nquote.html>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top