Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Sunday, December 8, 2013 10:07 PM
I know how to do unattended installing of IIS7.5.
But I don't know how to install Url Rewrite Module 2 of IIS7.5 silently because it's not a part of windows features/roles.
Does anybody know how to do it?
All replies (3)
Tuesday, December 10, 2013 5:27 PM âś…Answered
You can download the msi from here.
Monday, December 9, 2013 9:30 AM
This command should work to perform a silent install of URL Rewrite
msiexec.exe /i <filename>.msi /qn
Tuesday, December 10, 2013 12:36 AM
http://www.iis.net/downloads/microsoft/url-rewrite
The offical download link of rewrite module offers a web install tool,not a msi file.
Where to download the standalone msi/exe install package file?