Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

IIS6 resource kit unattended installation

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  Recommend graphic editors?  
Author Message
Miquel Farre

External


Since: Mar 19, 2007
Posts: 1



(Msg. 1) Posted: Mon Mar 19, 2007 8:54 am
Post subject: IIS6 resource kit unattended installation
Archived from groups: microsoft>public>inetserver>iis (more info?)

hi all
I'm creating a script to install IIS, configuration and tools on a Windows
2003 server.
I'd like to install the IIS6 resource kit unattended, but I don't know how
to do that. Are there any iis60rkt.exe swithces to do that?
I'd like also install IIS Diagnostics Toolkit in unattended mode, and
choosing which components to install (Debugdiag.msi). Is that possible?
Thanks in advance

 >> Stay informed about: IIS6 resource kit unattended installation 
Back to top
Login to vote
David Wang

External


Since: Dec 22, 2006
Posts: 560



(Msg. 2) Posted: Fri Mar 23, 2007 1:27 am
Post subject: Re: IIS6 resource kit unattended installation [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I'm in the middle of composing a blog entry about this because I'm
probably the only person who knows the necessary information about
both Installers. Everyone involved with creating/designing those
installation programs are no longer at Microsoft, and I doubt you can
find someone within Microsoft and IIS who can figure it out.

Unfortunately, it is impossible to install IIS6 Resource Kit with full
unattend because our legal understanding at the time told us to popup
the EULA all the time, even on unattend installs. On later
clarification (i.e. when we were working on SSLDiag), I revised the
MSI template to address that, but ran into red-tape in releasing the
update for IIS6 Resource Kit.

I wrote the installer for IIS Diagnostics Toolkit, and I can tell you
it works in full unattend mode with a la carte selection of individual
features from the commandline. Of course, this is all technically
undocumented, so I am just going to tell you where all the dots are
and hopefully you can connect the dots.


//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//





On Mar 22, 10:29 pm, "Steve Schofield" <s....DeleteThis@orcsweb.com> wrote:
> 1) Download the exe
> 2) Place the path of the EXE in the Run command window with an /?
> C:\Users\Administrator\Desktop\iis60rkt.exe /? and a popup window will
> appear.
>
> You can do this procedure for most any EXE program.
>
> I see a few switches available.
>
> /L
> /S
> /V
> /UA
> /UW
> /UM
>
> --
>
> Steve Schofield
> Windows Server MVP - IIS
> ASPInsider Member - MCP
>
> "Miquel Farre" <Miquel F....DeleteThis@discussions.microsoft.com> wrote in messagenews:8502DC86-8EE2-4DF4-9B11-48D7B8D5FE1D@microsoft.com...
>
>
>
> > hi all
> > I'm creating a script to install IIS, configuration and tools on a Windows
> > 2003 server.
> > I'd like to install the IIS6 resource kit unattended, but I don't know how
> > to do that. Are there any iis60rkt.exe swithces to do that?
> > I'd like also install IIS Diagnostics Toolkit in unattended mode, and
> > choosing which components to install (Debugdiag.msi). Is that possible?
> > Thanks in advance- Hide quoted text -
>
> - Show quoted text -

 >> Stay informed about: IIS6 resource kit unattended installation 
Back to top
Login to vote
Steve Schofield

External


Since: Nov 26, 2006
Posts: 221



(Msg. 3) Posted: Fri Mar 23, 2007 1:29 am
Post subject: Re: IIS6 resource kit unattended installation [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

1) Download the exe
2) Place the path of the EXE in the Run command window with an /?
C:\Users\Administrator\Desktop\iis60rkt.exe /? and a popup window will
appear.

You can do this procedure for most any EXE program.

I see a few switches available.

/L
/S
/V
/UA
/UW
/UM

--

Steve Schofield
Windows Server MVP - IIS
ASPInsider Member - MCP


"Miquel Farre" <Miquel Farre DeleteThis @discussions.microsoft.com> wrote in message
news:8502DC86-8EE2-4DF4-9B11-48D7B8D5FE1D@microsoft.com...
> hi all
> I'm creating a script to install IIS, configuration and tools on a Windows
> 2003 server.
> I'd like to install the IIS6 resource kit unattended, but I don't know how
> to do that. Are there any iis60rkt.exe swithces to do that?
> I'd like also install IIS Diagnostics Toolkit in unattended mode, and
> choosing which components to install (Debugdiag.msi). Is that possible?
> Thanks in advance
>
>
 >> Stay informed about: IIS6 resource kit unattended installation 
Back to top
Login to vote
Steve Schofield

External


Since: Nov 26, 2006
Posts: 221



(Msg. 4) Posted: Fri Mar 23, 2007 8:23 am
Post subject: Re: IIS6 resource kit unattended installation [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

That sounds great David. For most most things, security updates etc.. the
/? shows a list of command line options available, if any. The most
experience I have with is patches, which with the newer Windows Installer
can run fully unattended. I'm looking forward to the blog posting on this
topic.

--

Thank you,

Steve Schofield
Windows Server MVP - IIS
ASPInsider Member - MCP

http://www.orcsweb.com/
Managed Complex Hosting
#1 in Service and Support

"David Wang" <w3.4you DeleteThis @gmail.com> wrote in message
news:1174638465.146365.80110@n76g2000hsh.googlegroups.com...
> I'm in the middle of composing a blog entry about this because I'm
> probably the only person who knows the necessary information about
> both Installers. Everyone involved with creating/designing those
> installation programs are no longer at Microsoft, and I doubt you can
> find someone within Microsoft and IIS who can figure it out.
>
> Unfortunately, it is impossible to install IIS6 Resource Kit with full
> unattend because our legal understanding at the time told us to popup
> the EULA all the time, even on unattend installs. On later
> clarification (i.e. when we were working on SSLDiag), I revised the
> MSI template to address that, but ran into red-tape in releasing the
> update for IIS6 Resource Kit.
>
> I wrote the installer for IIS Diagnostics Toolkit, and I can tell you
> it works in full unattend mode with a la carte selection of individual
> features from the commandline. Of course, this is all technically
> undocumented, so I am just going to tell you where all the dots are
> and hopefully you can connect the dots.
>
>
> //David
> http://w3-4u.blogspot.com
> http://blogs.msdn.com/David.Wang
> //
>
>
>
>
>
> On Mar 22, 10:29 pm, "Steve Schofield" <s... DeleteThis @orcsweb.com> wrote:
>> 1) Download the exe
>> 2) Place the path of the EXE in the Run command window with an /?
>> C:\Users\Administrator\Desktop\iis60rkt.exe /? and a popup window will
>> appear.
>>
>> You can do this procedure for most any EXE program.
>>
>> I see a few switches available.
>>
>> /L
>> /S
>> /V
>> /UA
>> /UW
>> /UM
>>
>> --
>>
>> Steve Schofield
>> Windows Server MVP - IIS
>> ASPInsider Member - MCP
>>
>> "Miquel Farre" <Miquel F... DeleteThis @discussions.microsoft.com> wrote in
>> messagenews:8502DC86-8EE2-4DF4-9B11-48D7B8D5FE1D@microsoft.com...
>>
>>
>>
>> > hi all
>> > I'm creating a script to install IIS, configuration and tools on a
>> > Windows
>> > 2003 server.
>> > I'd like to install the IIS6 resource kit unattended, but I don't know
>> > how
>> > to do that. Are there any iis60rkt.exe swithces to do that?
>> > I'd like also install IIS Diagnostics Toolkit in unattended mode, and
>> > choosing which components to install (Debugdiag.msi). Is that possible?
>> > Thanks in advance- Hide quoted text -
>>
>> - Show quoted text -
>
>
 >> Stay informed about: IIS6 resource kit unattended installation 
Back to top
Login to vote
Miquel Farre

External


Since: Mar 23, 2007
Posts: 1



(Msg. 5) Posted: Fri Mar 23, 2007 8:29 am
Post subject: Re: IIS6 resource kit unattended installation [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

IIS6 resource Kit: I tested the switches before and no luck (althought it
seems that /S has the key), and as David says, it seems unattended
installation is not supported.
Diagnostics tools: I really appreciate if you can tell me the undocumented
switches to do an unattended installation with a la carte selection of the
tools to install. At least tell me where the dots are ..

Thanks both.
Regards


"Steve Schofield" wrote:

> That sounds great David. For most most things, security updates etc.. the
> /? shows a list of command line options available, if any. The most
> experience I have with is patches, which with the newer Windows Installer
> can run fully unattended. I'm looking forward to the blog posting on this
> topic.
>
> --
>
> Thank you,
>
> Steve Schofield
> Windows Server MVP - IIS
> ASPInsider Member - MCP
>
> http://www.orcsweb.com/
> Managed Complex Hosting
> #1 in Service and Support
>
> "David Wang" <w3.4you.RemoveThis@gmail.com> wrote in message
> news:1174638465.146365.80110@n76g2000hsh.googlegroups.com...
> > I'm in the middle of composing a blog entry about this because I'm
> > probably the only person who knows the necessary information about
> > both Installers. Everyone involved with creating/designing those
> > installation programs are no longer at Microsoft, and I doubt you can
> > find someone within Microsoft and IIS who can figure it out.
> >
> > Unfortunately, it is impossible to install IIS6 Resource Kit with full
> > unattend because our legal understanding at the time told us to popup
> > the EULA all the time, even on unattend installs. On later
> > clarification (i.e. when we were working on SSLDiag), I revised the
> > MSI template to address that, but ran into red-tape in releasing the
> > update for IIS6 Resource Kit.
> >
> > I wrote the installer for IIS Diagnostics Toolkit, and I can tell you
> > it works in full unattend mode with a la carte selection of individual
> > features from the commandline. Of course, this is all technically
> > undocumented, so I am just going to tell you where all the dots are
> > and hopefully you can connect the dots.
> >
> >
> > //David
> > http://w3-4u.blogspot.com
> > http://blogs.msdn.com/David.Wang
> > //
> >
> >
> >
> >
> >
> > On Mar 22, 10:29 pm, "Steve Schofield" <s....RemoveThis@orcsweb.com> wrote:
> >> 1) Download the exe
> >> 2) Place the path of the EXE in the Run command window with an /?
> >> C:\Users\Administrator\Desktop\iis60rkt.exe /? and a popup window will
> >> appear.
> >>
> >> You can do this procedure for most any EXE program.
> >>
> >> I see a few switches available.
> >>
> >> /L
> >> /S
> >> /V
> >> /UA
> >> /UW
> >> /UM
> >>
> >> --
> >>
> >> Steve Schofield
> >> Windows Server MVP - IIS
> >> ASPInsider Member - MCP
> >>
> >> "Miquel Farre" <Miquel F....RemoveThis@discussions.microsoft.com> wrote in
> >> messagenews:8502DC86-8EE2-4DF4-9B11-48D7B8D5FE1D@microsoft.com...
> >>
> >>
> >>
> >> > hi all
> >> > I'm creating a script to install IIS, configuration and tools on a
> >> > Windows
> >> > 2003 server.
> >> > I'd like to install the IIS6 resource kit unattended, but I don't know
> >> > how
> >> > to do that. Are there any iis60rkt.exe swithces to do that?
> >> > I'd like also install IIS Diagnostics Toolkit in unattended mode, and
> >> > choosing which components to install (Debugdiag.msi). Is that possible?
> >> > Thanks in advance- Hide quoted text -
> >>
> >> - Show quoted text -
> >
> >
>
>
 >> Stay informed about: IIS6 resource kit unattended installation 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
ASPNET / IIS / MOSS Installation - We have .NET Framework 2.0 and 3.0 installed on our 2003 SP1 servers. Running aspnet_regiis -lk from the 2.0 subdirectory displays 1.1.4322.0 as valid (root) and 2.0.50727.0 as valid. Aspnet_regiis -lv displays.... W3SVC/ ...

IIS6, MSWC.PermissionChecker, IIS Resource Kit - Hi All, I wrote an application on IIS5 and just moved it to IIS6. The MSWC.PermissionChecker component appears to be NOT installed. I installed the IIS Resource Kit by suggestion, but that doesn't seem to make any difference. Any suggestions? Thanks...

Unattended installation of IIS - Hi, I am creating an unattended installation of IIS 5 for W2K with Sp3. I want to do some post configuration changes: - Disable parent paths (Properties of site/Home Directory/Configuration.../App Options/) - Send text error message to..

How I install IIS 5.0 unattended - Hello I want to install IIS 5.0 unattended How I can do that? Thanks Juan Véliz

iis unattended configuration - Hi, In an unattended install of Windows XP SP2 using winnt.sif, is there a way to specify the ftproot directory permissions for an IIS installation. Normally it is set to read-only. I want to add write permissions. The [InternetServer] section allows yo...
   Web Hosting and Web Master Forums (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]