Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
VB program tht installs on all OS
Name: kumar kumar Date: August 12, 2005 at 11:59:49 Pacific OS: Windows xp, 2000 CPU/Ram: 256
Name: StuartS Date: August 12, 2005 at 12:28:09 Pacific
Reply:
There is no guaranteed way if creating an installation package that will install on Windows 98, 2000 and XP. There are just to many differences between the them, some obvious, some a little more subtle.
The only thing you can do is to test the installation on each OS. See what errors are produced. Work out what is causing them then work out how to eliminate them.
Depending on the application you may end up having separate installation packaged for each OS.
Stuart
0
Response Number 2
Name: borelli35 Date: August 17, 2005 at 17:56:48 Pacific
Reply:
============================================================ The best luck I have had with multiple OSes is to install VB on each OS and completely compile your project on each. The VB files will be the same but a few differences in how the compiler creates code and the ActiveX/COM+ components that reside within but differ from each OSes files themselves can make the difference you are looking for.
Summary: OK...first of all, I'm running Visual C# .NET 2003 on a Windows 2000 virtual machine with Virtual PC... Now...the problem is that, every single one program I make on Visual C# it will NEVER work on my...
Summary: You cannot make a standalone VB executable. Depending on what functions your application uses there are other support files that may be needed. There was a third party application around a few years...
Summary: Hello all, We want to start developing our project in .NET environment but at present we have got VB 6.0 installed on our programmer machines. For existing system we can't get rid of VB 6.0. 1. Is it...