Office XP Pro - Install Access only
I am new to MSI packaging and I have a situation where we need to deploy MS Office XP without Access - we have a situation where some users will require MS Access XP installed separateley. (this is due to licensing restrictions)
Currently I have created 2 MST's (with orktools) They both install ok separately, however if I install Office without Access first, then try to run the MST for installing Access only afterwards it only self heals and doesnt install Access.
What needs to be changed within the MST or MSI that will enable me to run a second install with this MST to just install Accces ??
Thanks in advance.
A
Currently I have created 2 MST's (with orktools) They both install ok separately, however if I install Office without Access first, then try to run the MST for installing Access only afterwards it only self heals and doesnt install Access.
What needs to be changed within the MST or MSI that will enable me to run a second install with this MST to just install Accces ??
Thanks in advance.
A
0 Comments
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
jgeluk
20 years ago
you better use the maintwiz utility. This little application comes with the ms office resource kit. With this tool you can change the installation (via a wizard) in the same way as you would change your installation via add/remove programs.
You can select additional features to install etc. The maintwiz.exe creates a .cmw file witch you can distribute in the following way:
instead of msiexec run the following commandline:
maintwiz.exe /c {.cmw file} /qb-
In this way your office installation will be changed according to the changes in your .cmw file.
Hope this will help.
You can select additional features to install etc. The maintwiz.exe creates a .cmw file witch you can distribute in the following way:
instead of msiexec run the following commandline:
maintwiz.exe /c {.cmw file} /qb-
In this way your office installation will be changed according to the changes in your .cmw file.
Hope this will help.
Posted by:
craig16229
20 years ago
ahertsch,
Do the people who need Access also need Office?
If so, it seems to me the way to go about this that involves the fewest steps is to create one tranforms that installs Office with Access, and one that installs Office w/o Access (rather than having a separate .mst just for deploying Access).
Craig --<>.
Do the people who need Access also need Office?
If so, it seems to me the way to go about this that involves the fewest steps is to create one tranforms that installs Office with Access, and one that installs Office w/o Access (rather than having a separate .mst just for deploying Access).
Craig --<>.
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.