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
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...