Jump to content

WinXP SP2 Pro - IIS Silent Install


Recommended Posts

Hello all,

I've been using this for awhile now...great site!

However...I've searched Google and all the search engines and this site to find out how the heck to have IIS install automatically during a windows xp reinstall.

As in the title, I have Win Xp Pro SP 2. I am sure (hopefully) that this is very simple to do, I just want to have the same effect as checking the IIS box in the Add/Remove Components dialogue box and clicking next.

Thanks everyone...oh and while I'm here, I want to contribute some reg tweaks on the main page but I can't figure out how to create an account to contribute...(sorry off topic)

late!

Link to comment
Share on other sites


Or use AUTOIT to do it in XP....

; ----------------------------------------------------------------------------
; Set up our defaults
; ----------------------------------------------------------------------------

;AutoItSetOption("MustDeclareVars", 1)
;AutoItSetOption("MouseCoordMode", 0)
;AutoItSetOption("PixelCoordMode", 0)
;AutoItSetOption("RunErrorsFatal", 0)
AutoItSetOption("TrayIconDebug", 1)
AutoItSetOption("WinTitleMatchMode", 4)


; ----------------------------------------------------------------------------
; Script Start
; ----------------------------------------------------------------------------
BlockInput(1)
Run("rundll32.exe shell32.dll,Control_RunDLL appwiz.cpl,,2")
WinWaitActive("Windows Components Wizard")
Sleep("4000")
WinActivate("Windows Components Wizard")
Send("!C")
Send("internet")
Send("{down}")
Send("{space}")
Send("!N")
WinWaitActive("Windows Components Wizard","Completing the")
Send("{enter}")
WinActivate("Add or Remove Programs")
Send("!{f4}")
BlockInput(0)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...