PetCar
05-24-2002, 01:29 AM
I have some problems making a install-package for my application. I use the following references;
Visual Basic For Applications
Visual Basic runtime objects and procedures
OLE Automation
Microsoft Data Environment Instance 1.0 (SP4)
Microsoft ActiveX Data Object 2.7 Library
Microsoft SQLDMO Object Library
The database connections i use is MS SQL-Server (online data) and MS-Access (for offline data).
The packagers i used is Wise InstallMaster 8.1 and the included PDW from Visual Studio.
The problem i am having is that i want the application to run on several OS (Windows 95/98/NT4/2000/Xp).
How shall i package this so that it detects what OS its on and include all the database-drivers for each OS?
Any suggestions?
Best regards
Peter Carlsson
Visual Basic For Applications
Visual Basic runtime objects and procedures
OLE Automation
Microsoft Data Environment Instance 1.0 (SP4)
Microsoft ActiveX Data Object 2.7 Library
Microsoft SQLDMO Object Library
The database connections i use is MS SQL-Server (online data) and MS-Access (for offline data).
The packagers i used is Wise InstallMaster 8.1 and the included PDW from Visual Studio.
The problem i am having is that i want the application to run on several OS (Windows 95/98/NT4/2000/Xp).
How shall i package this so that it detects what OS its on and include all the database-drivers for each OS?
Any suggestions?
Best regards
Peter Carlsson