Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Installation > quiet network/mass installation to Vista client

Reply
Thread Tools Display Modes

quiet network/mass installation to Vista client

 
 
Roberto Baggio
Guest
Posts: n/a

 
      11-07-2006
I have an application that installs via an MSI. Customers currently use it
by either specifying the MSI to run in the user's login script, or by
creating an image with the MSI set to run via the RunOnce key, and then
using that image on multiple machines.

I have a proper and valid certificate for signing the MSI.

With WinXP, the installation occurs silently.

With Vista, the user is prompted if they would like to allow the MSI to run.
When the MSI completes running, the compatibility wizard runs.

A majority of the installations are to a small number of machines - in the
100 to 500 range, but there are some accounts where the number of machines
is in the thousands.

Does anyone know how to have this run without user intervention? Or does
anyone know of resources that describe how to deploy to Vista via MSIs in a
silent manner?


 
Reply With Quote
 
 
 
 
Adrian Accinelli
Guest
Posts: n/a

 
      11-07-2006

"Roberto Baggio" <> wrote in message
news:kj64h.274727$5R2.135385@pd7urf3no...
>I have an application that installs via an MSI. Customers currently use it
>by either specifying the MSI to run in the user's login script, or by
>creating an image with the MSI set to run via the RunOnce key, and then
>using that image on multiple machines.
>
> I have a proper and valid certificate for signing the MSI.
>
> With WinXP, the installation occurs silently.
>
> With Vista, the user is prompted if they would like to allow the MSI to
> run. When the MSI completes running, the compatibility wizard runs.
>
> A majority of the installations are to a small number of machines - in the
> 100 to 500 range, but there are some accounts where the number of machines
> is in the thousands.
>
> Does anyone know how to have this run without user intervention? Or does
> anyone know of resources that describe how to deploy to Vista via MSIs in
> a silent manner?
>

To eliminate the prompt completely you have a few choices
a) author the MSI to support per-user least privilege installation
b) advertise your MSI in elevated process (will prompt) and then launch the
MSI as the user (no prompt)
c) install the MSI through a privileged service (SMS etc)

Robert Flaming has an excellent blog on MSI and UAC interaction. The link
below discusses the standard user installation - option a) above:
http://blogs.msdn.com/rflaming/archi...30/778690.aspx

Post more MSI questions to microsoft.public.platformsdk.msi -- lots of
people reading that for all MSI issues.

Sincerely,
Adrian Accinelli


 
Reply With Quote
 
Roberto Baggio
Guest
Posts: n/a

 
      11-08-2006
That is a lot of useful information.

Thank you very much - you've saved me a lot of effort. I hope it will be of
use to others too.

"Adrian Accinelli" <> wrote in message
news:...
>
> "Roberto Baggio" <> wrote in message
> news:kj64h.274727$5R2.135385@pd7urf3no...
>>I have an application that installs via an MSI. Customers currently use
>>it by either specifying the MSI to run in the user's login script, or by
>>creating an image with the MSI set to run via the RunOnce key, and then
>>using that image on multiple machines.
>>
>> I have a proper and valid certificate for signing the MSI.
>>
>> With WinXP, the installation occurs silently.
>>
>> With Vista, the user is prompted if they would like to allow the MSI to
>> run. When the MSI completes running, the compatibility wizard runs.
>>
>> A majority of the installations are to a small number of machines - in
>> the 100 to 500 range, but there are some accounts where the number of
>> machines is in the thousands.
>>
>> Does anyone know how to have this run without user intervention? Or does
>> anyone know of resources that describe how to deploy to Vista via MSIs in
>> a silent manner?
>>

> To eliminate the prompt completely you have a few choices
> a) author the MSI to support per-user least privilege installation
> b) advertise your MSI in elevated process (will prompt) and then launch
> the MSI as the user (no prompt)
> c) install the MSI through a privileged service (SMS etc)
>
> Robert Flaming has an excellent blog on MSI and UAC interaction. The link
> below discusses the standard user installation - option a) above:
> http://blogs.msdn.com/rflaming/archi...30/778690.aspx
>
> Post more MSI questions to microsoft.public.platformsdk.msi -- lots of
> people reading that for all MSI issues.
>
> Sincerely,
> Adrian Accinelli
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
how to map network drive with Cisco systems VPN Client, Vista isoman22 Windows Vista Networking 1 01-26-2008 04:52 PM
How to make Vista quiet down? Phisherman Windows Vista Networking 2 12-20-2007 11:33 PM
XP Host - Vista Client On Adhoc Network BLADESMAN Windows Vista Networking 12 12-20-2007 05:46 PM
AMD cool and quiet in vista nick Windows Vista Performance 4 03-03-2007 02:09 PM
Cool & Quiet and Vista RC1 64 bit Louis Windows Vista Hardware 3 09-08-2006 10:23 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59