Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > MSMQ unattended installation randomly fails with Vista 64 SP1 usin

Reply
Thread Tools Display Modes

MSMQ unattended installation randomly fails with Vista 64 SP1 usin

 
 
WB
Guest
Posts: n/a

 
      04-25-2008
We have ~200 systems in our test pool. We're using the following command and
unattend file to install MSMQ in unattended mode for Vista 64:

ocsetup.exe MSMQ-Server /unattendfile:"MSMQ_Vista64.xml"

MSMQ_Vista64.xml:
<?xml version="1.0"?>
<unattend>
<servicing>
<package action="configure">
<assemblyIdentity name="Microsoft-Windows-Foundation-Package"
version="6.0.6000.16386" language="neutral" processorArchitecture="amd64"
publicKeyToken="31bf3856ad364e35" versionScope="nonSxS"/>
<selection name="MSMQ-Container" state="true"/>
<selection name="MSMQ-Server" state="true"/>
</package>
</servicing>
</unattend>

This usually works fine, but on random systems it fails. I don't know
if/where anything gets logged for the failure. ProcessExplorer shows ocsetup
running with a PkgMrg child, but it's stuck (no activity). There is a
TrustedInstaller process running, but it seems to run forever (I've let it
run for over 30 minutes and it doesn't go away). I've also tried the
following command, but no log ever appears:

ocsetup.exe MSMQ-Server /log:"c:\msmq.log"

This is only occurring on Vista 64 SP1 (I'll try Vista 64 with no SP next),
and only on random systems.

Any ideas?
--
Bill Baker
 
Reply With Quote
 
 
 
 
WB
Guest
Posts: n/a

 
      04-25-2008
Turns out that it does install, but it takes over 45 minutes!
--
Bill Baker


"WB" wrote:

> We have ~200 systems in our test pool. We're using the following command and
> unattend file to install MSMQ in unattended mode for Vista 64:
>
> ocsetup.exe MSMQ-Server /unattendfile:"MSMQ_Vista64.xml"
>
> MSMQ_Vista64.xml:
> <?xml version="1.0"?>
> <unattend>
> <servicing>
> <package action="configure">
> <assemblyIdentity name="Microsoft-Windows-Foundation-Package"
> version="6.0.6000.16386" language="neutral" processorArchitecture="amd64"
> publicKeyToken="31bf3856ad364e35" versionScope="nonSxS"/>
> <selection name="MSMQ-Container" state="true"/>
> <selection name="MSMQ-Server" state="true"/>
> </package>
> </servicing>
> </unattend>
>
> This usually works fine, but on random systems it fails. I don't know
> if/where anything gets logged for the failure. ProcessExplorer shows ocsetup
> running with a PkgMrg child, but it's stuck (no activity). There is a
> TrustedInstaller process running, but it seems to run forever (I've let it
> run for over 30 minutes and it doesn't go away). I've also tried the
> following command, but no log ever appears:
>
> ocsetup.exe MSMQ-Server /log:"c:\msmq.log"
>
> This is only occurring on Vista 64 SP1 (I'll try Vista 64 with no SP next),
> and only on random systems.
>
> Any ideas?
> --
> Bill Baker




 
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
Unattended Software installation Eldingo Windows Vista General Discussion 1 10-25-2007 02:46 PM
Unattended Software installation Eldingo Windows Vista Administration 1 10-25-2007 02:46 PM
Windows Vista unattended installation / regional settings Stefan Furler Windows Vista Installation 0 09-18-2007 09:56 AM
unattended installation over the network? XXX Windows Vista Installation 1 03-09-2007 10:50 AM
Unattended installation of MSMQ WB Windows Vista Installation 0 10-04-2006 12:16 AM



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