![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
I created a custom installation MST script to deploy Outlook 2003
within my company. So far I've been using executing it manually having users click on a batch file but I'd like to deploy it through the login script. I want to do a silent setup, or at the very least disable the cancel option to keep users from stopping the installation. The command line I'm using to execute the install goes like this: setup.exe TRANSFORMS=\\SERVER\OUTLOOK2003\OUTLOOK-INSTALL.MST /qb- Can I modify the switch at the end in order to prevent users from cancelling the script? |
#2
|
|||
|
|||
![]()
Alan,
I am not sure if this will work with the setup.exe but if deployed using msiexec.exe you would use the /qb! and the cancel button is not available. Try it. "Alan Truism" wrote: I created a custom installation MST script to deploy Outlook 2003 within my company. So far I've been using executing it manually having users click on a batch file but I'd like to deploy it through the login script. I want to do a silent setup, or at the very least disable the cancel option to keep users from stopping the installation. The command line I'm using to execute the install goes like this: setup.exe TRANSFORMS=\\SERVER\OUTLOOK2003\OUTLOOK-INSTALL.MST /qb- Can I modify the switch at the end in order to prevent users from cancelling the script? |
#3
|
|||
|
|||
![]()
Hoop_Junkie wrote:
"Alan Truism" wrote: I created a custom installation MST script to deploy Outlook 2003 within my company. So far I've been using executing it manually having users click on a batch file but I'd like to deploy it through the login script. I want to do a silent setup, or at the very least disable the cancel option to keep users from stopping the installation. The command line I'm using to execute the install goes like this: setup.exe TRANSFORMS=\\SERVER\OUTLOOK2003\OUTLOOK-INSTALL.MST /qb- Can I modify the switch at the end in order to prevent users from cancelling the script? I am not sure if this will work with the setup.exe but if deployed using msiexec.exe you would use the /qb! and the cancel button is not available. Try it. That didn't seem to work however removing the "b-" from the end of the line did. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Outlook profile and custom maintanance wizard | VB | Outlook - Installation | 1 | August 28th 06 07:12 PM |
using silent setup with Microsoft Custom Installation Wizard | Alan Truism | Outlook - General Queries | 2 | August 15th 06 06:08 PM |
Office 2003 Custom Installation Wizard | GaryS | Outlook - Installation | 1 | July 25th 06 06:32 PM |