I have been using XP and IIS6 for some developing and I'm noving some to Windows 7. I now see that installing IIS7 in windows 7 uses Package Manager for unattended installs. Below is my run line and my answer file. Can someone convert the run line and answer file so I can use the new package manager?
sysocmgr /i:%windir%\inf\sysoc.inf /u:d:\temp\iisanswer.txt
[Components]
iis_common = on
iis_inetmgr = on
iis_www = on
iis_smtp = off
iis_nntp = off
[InternetServer]
PathWWWRoot="Q:\InetPub\wwwroot"
TIA...