using silent setup with Microsoft Custom Installation Wizard

A

Alan Truism

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?
 
A

Alan Truism

Thanks.One would think that the setup.htm file would spell that out a
bit more clearly for retards such as myself.
 
A

Alan Truism

That looks identical to the setup.htm file. Where is that document does
it say anything about what happens when you use "/q" with no option
set?

Am I blind?
 
S

Sue Mosher [MVP-Outlook]

You might want to get your glasses checked <g>:

/q[options]

<snip>

n Display no user interface; equivalent to specifying /q with no options (none).


--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers


Alan Truism said:
That looks identical to the setup.htm file. Where is that document does
it say anything about what happens when you use "/q" with no option
set?

Am I blind?


It's documented clearly along with the other command-line options at http://office.microsoft.com/en-us/assistance/HA011513651033.aspx

Alan Truism said:
Thanks.One would think that the setup.htm file would spell that out a
bit more clearly for retards such as myself.




neo [mvp outlook] wrote:
Try dropping the "b-" from /qb-

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?
 
A

Alan Truism

Sue said:
You might want to get your glasses checked <g>:

/q[options]

<snip>

n Display no user interface; equivalent to specifying /q with no options (none).
Touche

I stand corrected :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top