| Advertise on warmetal.nl! Click for more information about advertising here. |
Did you find this website useful? Did I save you a lot of time? |
|
Rollout your Groupwise client in these steps:
Note that you need the select the root of the client install, not the win32 directory.
Setup if you want shortcuts and if you want notify to start automatically.
Deassociate all applications. Most of them work already through the OS.
Done. You can find your .mst file in the win32 directory in the directory you selected in the first step. It's called groupwise.mst.
Select a simple application.
Select msiexec.exe as the application to start.
Depending on what kind of object you're creating set up the following parameters:msiexec -i groupwise.msi /passive REBOOT=REALLYSUPPRESS
Remove groupwise:
msiexec -x groupwise.msi /passive
Install groupwise (groupwise should not already be installed, otherwise it's still a simple update and the .mst settings will be ignored):
msiexec -i groupwise.msi /passive TRANSFORMS="GwEngNlDef.mst" REBOOT=REALLYSUPPRESS
Don't forget to configure some more:
Also, give the object a nice name to show to your users, just as a nice icon. They'll love it.
Make sure it also appears in the right folder.
Discussion