multiple installs in one package
hi all,
i've got a program that requires the access 2000 runtime to install and run.
thankfully, ms have aleady made this an msi.
what i'd like to do is make a package that first installs this msi automagically without any user intervention, then continues on installing the program.
is this possible?
i've got a program that requires the access 2000 runtime to install and run.
thankfully, ms have aleady made this an msi.
what i'd like to do is make a package that first installs this msi automagically without any user intervention, then continues on installing the program.
is this possible?
0 Comments
[ + ] Show comments
Answers (3)
Please log in to answer
Posted by:
cdupuis
20 years ago
If you are deploying with group policy and active directory, you can put both in the same policy, then order them so Access installs first. Be sure to test this before deploying to confirm the installation order. There is a utility that can reorder those installs within one GPO, it is available from www.sywan.nl and is called Assigned Software Sequence Manager
http://www.sywan.nl/metatraffic2/track.asp?mtr=/download/ASSM_0.3.zip
http://www.sywan.nl/metatraffic2/track.asp?mtr=/download/ASSM_0.3.zip
Posted by:
janoon
20 years ago
Posted by:
oofemioo
20 years ago
If you are deploying via Microsoft SMS, you should make the new package (MSI) you are repackaging dependent on the deployment of the Access 2000 runtime (the MSI which you already have from Microsoft).
With the above method, when your new package is about to install it automatically installs the Access 2000 runtime first.
Also you can use a Custom Action as highlighted by Janoon above.
With the above method, when your new package is about to install it automatically installs the Access 2000 runtime first.
Also you can use a Custom Action as highlighted by Janoon above.
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.