.NET and win98

Ariez

Centurion
Joined
Feb 28, 2003
Messages
164
To install a vb.net app on win98, are there packages i need to install first for compatibility (like the vb6 runtime)?
 
If you build the installation file using the Deployment Project and included your existing project into the Deployment Project all depenancys should also be packaged so installing on another machine will include all these dependancys

Andy
 
If it doesnt com with the deployment package please spare me the research and tell where the install is..
thanx
 
File->New->Project->Setup & Deployment Projects->Setup Project

Name it click Ok

Now click on the following

File->Add Project->Existing Project

Find you project click ok now you can create the .msi deployment package.

Andy
 
Back
Top