Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

IND Client Installation for XP Pro

0 views
Skip to first unread message

orchestr8

unread,
Apr 13, 2004, 4:32:28 PM4/13/04
to
Thanks for your response below Doron, the sample file you provided
works perfectly. I am now faced with the same problem for XP:
creating a usable unattended answer file for MSMQ 3.0.

Based upon the sample unattend for 2.0 you provided, could you please
show me what modifications are necessary for 3.0?


Thanks very much,
n8

btw: is there a place this is already posted? I couldn't find any
version specific sample files anywhere.

I'm afraid you mixed files from msmq1/2/3.

For Win2000 (msmq2.0), you don't need msmqinst.ini. You need only a
single
answer file, like the following:

[Version]
Signature = "$Windows NT$"

[Global]
FreshMode = Custom
MaintanenceMode = RemoveAll
UpgradeMode = UpgradeOnly

[Components]
; This section is shared by all optional components.
; MSMQ setup looks here to find if it's on or off.
; ON means install. OFF means uninstall.
msmq = ON

[msmq]
; This is MSMQ private section.

; Specify the type of MSMQ functionality.
; Could be IND (independent client), DEP (dependent client) or RS
(routing
server).
; Note that installing routing server on NTW is not supported - i.e.
Setup
will fail.
; Note that installing dependent client on domain controller is not
supported.
; Note: on domain controller specify IND to install an MSMQ ADS server
without routing
; services, or RS to install an MSMQ ADS server with routing services.
Type = IND


; Optional.
; Relevant only when the Type key euqals IND.
; If this equals TRUE, then the ControllerServer key is ignored, and
MSMQ on
this
; computer will not connect to Active Directory (or MSMQ 1.0
Information
Store), thus
; supporting only direct communications.
DisableAD = TRUE

Please refer to
http://www.microsoft.com/windows2000/en/advanced/help/sag_MSMQconcepts3_6.htm?id=5401
for more information.

Thanks, Doron
--
This posting is provided "AS IS" with no warranties, and confers no
rights.
.

"orchestr8" <goo...@bitscribes.com> wrote in message
news:f85ca276.04012...@posting.google.com...
> Attempting to unattended install msmq on win2000 clients as type =
> IND.
>
> Have read posts and relavant Knowledge base articles.
>
> Currently, running sysocmrg.exe /i:sysoc.inf /u:msmq.txt brings up the
> windows component install dialog. This runs through until it reaches
> "Status: completing configuration of Indexing services" and then
> disappears. The CPU shows activity for a few moments after that and
> the file system shows activity for another few moments.
>
> I have modified the registry as per article 316565 to allow for
> install of required files from alternate location.
>
> Please find my unattend (msmq.txt) and msmqinst.ini files below.
> Perhaps someone has some insight as to whether their configuration
> should work for my desired install.
>
> ; MSMQ unattended answer file for HeathDialog PRT
>
> [Version]
> Signature = "Windows NT$"
>
> [Global]
> FreshMode = Custom
>
> [Components]
> msmq_LocalStorage = ON
>
> [Msmq]
> Type = IND
> DisableAD = True
>
>
> ; msmqinst.ini
>
> [Common Parameters]
> ControllerServer=prtsrvr001
> Supporting Server=prtsrvr001
> ExistingDatabase=Delete
> StopServices=Allow
> IPAddresses=Myipaddress
>
>
> Thanks, any insight appreciated,
>
>
> n8

Doron Juster [MSFT]

unread,
Apr 13, 2004, 6:54:48 PM4/13/04
to
This is explained in Win2003 online help, please refer to
http://www.microsoft.com/resources/documentation/WindowsServ/2003/enterprise/proddocs/en-us/msmqconcepts/sag_MSMQconcepts3_6.asp?frame=true

Thanks, Doron
--
This posting is provided "AS IS" with no warranties, and confers no rights.
.

"orchestr8" <goo...@bitscribes.com> wrote in message

news:f85ca276.04041...@posting.google.com...

0 new messages