Installation of package on diff platforms
I have got a ready accounting project which i have to amend a little and re package it . The old programmer has made 3 different setup folders i.e
1)off97 with windows 98
2)off 2000 with windows 2000
3) off xp with windows xp
all 3 folders have their respective setup packages.
Now the changes i am doing to the program is on a windows 2000 server with office xp .
The program has references to
ms word 10 object library
ms office 10 object library
activex x data ob 2.7
ms data environment
ms data report designer
ms internet controls
ms scripting runtime
ms dao
ms data formatting
How do i make a package to make sure that it will run on platforms with
win98 office 97
win200 office 2000
win xp office xp
win 98 office xp
win 98 office 2000
brij
Re: Installation of package on diff platforms
I suggest using Inno Script and Inno Setup. Take a look over in the Deployment forum, and you will see many threads that have been solved by using an installer. Look for threads by Randem, who wrote Inno Script.
Re: Installation of package on diff platforms
You can achieve it with any standard setup utility. Inno setup is a good one. Its free and gives you good flexibility to program it to your need