deploying .net framework

  • Thread starter Thread starter MSN
  • Start date Start date
M

MSN

VB .net windows app.
When I create an application for deployment does the user need the .net
framework on thier computer?
When I create an .exe is the .net framework included in it?
Will my application run on win 95 win 98?

thanks
 
Hi,

You have to install the Net framework on every computer by doing an update
using the standard Microsoft Web updata or by downloading that framework
file.

a Net application will only run on a computer with the framework installed
on OS: W98, Me and on NTx systems from NT4 with sp6 installed and newer.

Beware that some functions will not work on W9x systems.

I hope this helps,

Cor
 
Thanks
Are you saying that Win98 and above have the net framework installed on them
already?
If so then I olny have to worry about win95?

Thanks
 
You have to install the Net framework on every computer. This you can do
using the standard Microsoft Web updata or by downloading the seperate
framework download file for that and folow the instructions therefore

The dotNet framework is only pre installed on Server 2003.

A dotNet application will only run on a computer with the right framework
installed.

This can be done on the window operastingsystems: W98, Me and and on NTx
operatingsystems from NT4 with sp6 installed and newer.

Beware of that some program functions will not work on W9x systems.

On W95 and older Microsoft operatings systems dotNet applications will not
run.

I hope this is more clear.

Cor
 
Back
Top