<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.iis.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:cs="http://blogs.iis.net/"><channel><title>Search results matching tag 'URL Rewrite'</title><link>http://forums.iis.net/search/SearchResults.aspx?o=DateDescending&amp;tag=URL+Rewrite&amp;orTags=0</link><description>Search results matching tag 'URL Rewrite'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: URL rewrite - web.config error</title><link>http://forums.iis.net/p/1162654/1925055.aspx#1925055</link><pubDate>Tue, 17 Nov 2009 15:02:02 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1925055</guid><dc:creator>murali.bala</dc:creator><cs:applicationKey>iis7_-_url_rewrite_module-41</cs:applicationKey><description>&lt;p&gt;&amp;nbsp;Thank you all. The issue was with my hosting company.&lt;/p&gt;&lt;p&gt;&amp;nbsp;URL rewrite was not installed - although they said it is and made me sign up with them&lt;/p&gt;&lt;p&gt;&amp;nbsp;Thanks again. &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: URL rewrite - web.config error</title><link>http://forums.iis.net/p/1162654/1924916.aspx#1924916</link><pubDate>Mon, 16 Nov 2009 14:49:06 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1924916</guid><dc:creator>murali.bala</dc:creator><cs:applicationKey>iis7_-_url_rewrite_module-41</cs:applicationKey><description>&lt;p&gt;&amp;nbsp;yeah! i was testing different scenarios. Anyways, i have fixed that. &lt;/p&gt;&lt;p&gt;&amp;nbsp;But it still does not work. &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Also, this site has only one page (Default.aspx) and No code behind in the page.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: URL rewrite - web.config error</title><link>http://forums.iis.net/p/1162654/1924868.aspx#1924868</link><pubDate>Mon, 16 Nov 2009 05:23:55 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1924868</guid><dc:creator>murali.bala</dc:creator><cs:applicationKey>iis7_-_url_rewrite_module-41</cs:applicationKey><description>&lt;p&gt;Thanks for your answer. I did speak to customer rep about this and he said the server support url rewriting. &lt;/p&gt;&lt;p&gt;How can we check if the URL Rewriting module is installed on a server (hosting company)?&lt;/p&gt;&lt;p&gt;The page is at http://204.12.40.96/default.aspx&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;---------------Web.config--------------------------------------------------- &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot;?&amp;gt;&lt;br /&gt;&amp;lt;configuration&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;system.webServer&amp;gt;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;rewrite&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;rules&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;rule name=&amp;quot;RewriteUserFriendlyURL1&amp;quot; stopProcessing=&amp;quot;true&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;match url=&amp;quot;^([^/]+)/?$&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;conditions&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add input=&amp;quot;{REQUEST_FILENAME}&amp;quot; matchType=&amp;quot;IsFile&amp;quot; negate=&amp;quot;true&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add input=&amp;quot;{REQUEST_FILENAME}&amp;quot; matchType=&amp;quot;IsDirectory&amp;quot; negate=&amp;quot;true&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/conditions&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;action type=&amp;quot;Rewrite&amp;quot; url=&amp;quot;v.aspx?q={R:1}&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/rule&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/rules&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/rewrite&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/system.webServer&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;runtime&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;assemblyBinding xmlns=&amp;quot;urn:schemas-microsoft-com:asm.v1&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;dependentAssembly&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;assemblyIdentity name=&amp;quot;System.Web.Extensions&amp;quot; publicKeyToken=&amp;quot;31bf3856ad364e35&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;bindingRedirect oldVersion=&amp;quot;1.0.0.0-1.1.0.0&amp;quot; newVersion=&amp;quot;3.5.0.0&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/dependentAssembly&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;dependentAssembly&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;assemblyIdentity name=&amp;quot;System.Web.Extensions.Design&amp;quot; publicKeyToken=&amp;quot;31bf3856ad364e35&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;bindingRedirect oldVersion=&amp;quot;1.0.0.0-1.1.0.0&amp;quot; newVersion=&amp;quot;3.5.0.0&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/dependentAssembly&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/assemblyBinding&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/runtime&amp;gt;&lt;br /&gt;&amp;lt;/configuration&amp;gt;&lt;br /&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>URL rewrite - web.config error</title><link>http://forums.iis.net/p/1162654/1924824.aspx#1924824</link><pubDate>Sun, 15 Nov 2009 15:13:42 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1924824</guid><dc:creator>murali.bala</dc:creator><cs:applicationKey>iis7_-_url_rewrite_module-41</cs:applicationKey><description>&lt;p&gt;Hello All,&lt;/p&gt;&lt;p&gt;I am getting the following error when i run my .aspx page.&lt;/p&gt;&lt;b&gt;&lt;u&gt;Error Code0x8007000d &lt;br /&gt;&lt;/u&gt;&lt;/b&gt;&lt;p&gt;&lt;b&gt;&lt;u&gt;The configuration section &amp;#39;rewrite&amp;#39; cannot be read because it is missing a section declaration&lt;/u&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have a simple v.aspx page which has the following code:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; Response.Write(Request(&amp;quot;q&amp;quot;)) &lt;br /&gt;
&lt;/p&gt;&lt;p&gt;My hosting server as IIS 7 installed with URL rewrite feature enabled (that&amp;#39;s what they claim)&lt;/p&gt;&lt;p&gt;My web.config file has the following lines under &amp;lt;system.webServer&amp;gt;:&lt;/p&gt;&lt;p&gt;Note: The &amp;lt;rewrite&amp;gt; node has blue &lt;em&gt;squiggly &lt;/em&gt;lines under it &lt;/p&gt;&lt;p&gt;&amp;lt;rewrite&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;rules&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;rule name=&amp;quot;RewriteUserFriendlyURL1&amp;quot; stopProcessing=&amp;quot;true&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;match url=&amp;quot;^([^/]+)/?$&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;conditions&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add input=&amp;quot;{REQUEST_FILENAME}&amp;quot; matchType=&amp;quot;IsFile&amp;quot; negate=&amp;quot;true&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add input=&amp;quot;{REQUEST_FILENAME}&amp;quot; matchType=&amp;quot;IsDirectory&amp;quot; negate=&amp;quot;true&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/conditions&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;action type=&amp;quot;Rewrite&amp;quot; url=&amp;quot;v.aspx?q={R:1}&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/rule&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/rules&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/rewrite&amp;gt; &lt;/p&gt;&lt;p&gt;This is very new to me. Please help.&lt;/p&gt;&lt;p&gt;Murali&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Rule to catch swf files returns 404 file not found.</title><link>http://forums.iis.net/p/1162595/1924567.aspx#1924567</link><pubDate>Fri, 13 Nov 2009 01:20:13 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1924567</guid><dc:creator>surrealis</dc:creator><cs:applicationKey>iis7_-_url_rewrite_module-41</cs:applicationKey><description>&lt;p&gt;I have the following rule in my web.config &lt;/p&gt;
&lt;p&gt;&amp;lt;RULE stopProcessing=&amp;quot;true&amp;quot; name=&amp;quot;Lesson Testing&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;MATCH url=&amp;quot;(.+)/lesson/(.+).swf$&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;ACTION type=&amp;quot;Rewrite&amp;quot; url=&amp;quot;/handleSWF.aspx?lookingfor={R:0}&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;/ACTION&amp;gt;&lt;br /&gt;&amp;lt;/RULE&amp;gt;&lt;/p&gt;
&lt;p&gt;When i attempt to access anything like &amp;quot;&lt;a href="http://www.[myurl].com/lesson/lesson.swf"&gt;http://www.[myurl].com/lesson/lesson.swf&lt;/a&gt;&amp;quot; i get a 404 file not found error? &lt;/p&gt;
&lt;div id="details-left"&gt;
&lt;table cellspacing="0" cellpadding="0"&gt;

&lt;tr class="alt"&gt;
&lt;th&gt;Module&lt;/th&gt;
&lt;td&gt;IIS Web Core&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Notification&lt;/th&gt;
&lt;td&gt;MapRequestHandler&lt;/td&gt;&lt;/tr&gt;
&lt;tr class="alt"&gt;
&lt;th&gt;Handler&lt;/th&gt;
&lt;td&gt;StaticFile&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Error Code&lt;/th&gt;
&lt;td&gt;0x80070002&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;
&lt;div id="details-right"&gt;
&lt;table cellspacing="0" cellpadding="0"&gt;

&lt;tr class="alt"&gt;
&lt;th&gt;Requested URL&lt;/th&gt;
&lt;td&gt;&lt;a href="http://www.[url]/lesson/lesson.swf"&gt;http://www.[url]:80/lesson/lesson.swf&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Physical Path&lt;/th&gt;
&lt;td&gt;E:\web\[url]\htdocs\lesson\lesson.swf&lt;/td&gt;&lt;/tr&gt;
&lt;tr class="alt"&gt;
&lt;th&gt;Logon Method&lt;/th&gt;
&lt;td&gt;Anonymous&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Logon User&lt;/th&gt;
&lt;td&gt;Anonymous&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://www.[myurl].com/handleSWF.aspx"&gt;http://www.[myurl].com/handleSWF.aspx&lt;/a&gt; exists, and it works when i access &lt;a href="http://www.[myurl].com/handleSWF.aspx?lookingfor=http://www.[myurl].com/lesson/lesson.swf"&gt;http://www.[myurl].com/handleSWF.aspx?lookingfor=http://www.[myurl].com/lesson/lesson.swf&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The page does what it is suppose to. I have to rewrite jpg&amp;#39;s, gif&amp;#39;s, txt&amp;#39;s and a bunch on internal file name extension&amp;nbsp;in a whole range of directory depths all of which will have &amp;quot;/lesson/&amp;quot; in them. &lt;/p&gt;
&lt;p&gt;I do have two other rules which work fine. example: &lt;br /&gt;&amp;lt;RULE name=&amp;quot;Art&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;MATCH url=&amp;quot;^art/(.*)/(.*)/(.*).html&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;ACTION type=&amp;quot;Rewrite&amp;quot; url=&amp;quot;/ArtistDetail.aspx?name={R:1}&amp;amp;amp;id={R:3}&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;/ACTION&amp;gt;&lt;br /&gt;&amp;lt;/RULE&amp;gt;&lt;/p&gt;
&lt;p&gt;this works like a charm so i don&amp;#39;t quite know what i&amp;#39;m doing wrong here. What am i missing? &lt;/p&gt;
&lt;p&gt;Thanks ahead of time,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;-Stephen&lt;/p&gt;</description></item><item><title>Re: Error installing URL Rewrite 1.1</title><link>http://forums.iis.net/p/1162107/1922670.aspx#1922670</link><pubDate>Thu, 29 Oct 2009 16:27:21 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1922670</guid><dc:creator>gabikles</dc:creator><cs:applicationKey>web_platform_installer-52</cs:applicationKey><description>&lt;p&gt;I execued the cmd and i got this error:&lt;/p&gt;
&lt;p&gt;&amp;quot;ERROR: The system was unable to find the specified registry key or value.&amp;quot;&lt;/p&gt;
&lt;p&gt;Indeed, I checked the registry and I dont have that key.&lt;/p&gt;
&lt;p&gt;Do I email&amp;nbsp;only the config file?&lt;/p&gt;
&lt;p&gt;Thank you very much,&lt;/p&gt;
&lt;p&gt;Gabriel&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Error installing URL Rewrite 1.1</title><link>http://forums.iis.net/p/1162107/1922644.aspx#1922644</link><pubDate>Thu, 29 Oct 2009 11:38:57 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1922644</guid><dc:creator>gabikles</dc:creator><cs:applicationKey>web_platform_installer-52</cs:applicationKey><description>&lt;p&gt;I first tried to install URL Rewrite 1.1 with no success, then 2.0 Beta and finally 2.0 RC but in all cases failed.&lt;/p&gt;
&lt;p&gt;I also tried turning off the IIS feature from windows 7 and starting the whole IIS installation again (using once again the Web Platform Installer) but the same problem occurred&lt;/p&gt;
&lt;p&gt;Any idea?&lt;/p&gt;
&lt;p&gt;Many Thanks,&lt;/p&gt;
&lt;p&gt;Gabriel&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Error installing URL Rewrite 1.1</title><link>http://forums.iis.net/p/1162107/1922328.aspx#1922328</link><pubDate>Tue, 27 Oct 2009 14:43:56 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1922328</guid><dc:creator>gabikles</dc:creator><cs:applicationKey>web_platform_installer-52</cs:applicationKey><description>&lt;p&gt;I am using:&lt;/p&gt;
&lt;p&gt;- Windows 7 Enterprise (Release - Build 7600)&lt;/p&gt;
&lt;p&gt;- Web Platform Installer 2.0&lt;/p&gt;
&lt;p&gt;- IIS (Version 7.5.7600.16385) installed using WPI&lt;/p&gt;
&lt;p&gt;I tried to install URL Rewrite 1.1 using WPI and then using cmd line but in both cases the installation was not successful.&lt;/p&gt;
&lt;p&gt;Below is my log file.&lt;/p&gt;
&lt;p&gt;Thanks in advance,&lt;/p&gt;
&lt;p&gt;Gabriel&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;=== Verbose logging started: 10/27/2009&amp;nbsp; 12:20:25&amp;nbsp; Build type: SHIP UNICODE 5.00.7600.00&amp;nbsp; Calling process: C:\Program Files\Microsoft\Web Platform Installer\WebPlatformInstaller.exe ===&lt;br /&gt;MSI (c) (B0:3C) [12:20:25:228]: Resetting cached policy values&lt;br /&gt;MSI (c) (B0:3C) [12:20:25:228]: Machine policy value &amp;#39;Debug&amp;#39; is 0&lt;br /&gt;MSI (c) (B0:3C) [12:20:25:228]: ******* RunEngine:&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ******* Product: C:\Users\t-gakles\AppData\Local\Microsoft\Web Platform Installer\installers\UrlRewrite\1E3CED2733E6247AA9ECB36E55F9C6170952262B\rewrite_1.1_x86_en-US.msi&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ******* Action: &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ******* CommandLine: **********&lt;br /&gt;MSI (c) (B0:3C) [12:20:25:228]: Client-side and UI is none or basic: Running entire install on the server.&lt;br /&gt;MSI (c) (B0:3C) [12:20:25:228]: Grabbed execution mutex.&lt;br /&gt;MSI (c) (B0:3C) [12:20:25:228]: Cloaking enabled.&lt;br /&gt;MSI (c) (B0:3C) [12:20:25:228]: Attempting to enable all disabled privileges before calling Install on Server&lt;br /&gt;MSI (c) (B0:3C) [12:20:25:228]: Incrementing counter to disable shutdown. Counter after increment: 0&lt;br /&gt;MSI (s) (E8:0C) [12:20:25:244]: Running installation inside multi-package transaction C:\Users\t-gakles\AppData\Local\Microsoft\Web Platform Installer\installers\UrlRewrite\1E3CED2733E6247AA9ECB36E55F9C6170952262B\rewrite_1.1_x86_en-US.msi&lt;br /&gt;MSI (s) (E8:0C) [12:20:25:244]: Grabbed execution mutex.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:244]: Resetting cached policy values&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:244]: Machine policy value &amp;#39;Debug&amp;#39; is 0&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:244]: ******* RunEngine:&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ******* Product: C:\Users\t-gakles\AppData\Local\Microsoft\Web Platform Installer\installers\UrlRewrite\1E3CED2733E6247AA9ECB36E55F9C6170952262B\rewrite_1.1_x86_en-US.msi&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ******* Action: &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ******* CommandLine: **********&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:244]: Machine policy value &amp;#39;DisableUserInstalls&amp;#39; is 0&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:259]: SRSetRestorePoint skipped for this transaction.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:275]: File will have security applied from OpCode.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:290]: SOFTWARE RESTRICTION POLICY: Verifying package --&amp;gt; &amp;#39;C:\Users\t-gakles\AppData\Local\Microsoft\Web Platform Installer\installers\UrlRewrite\1E3CED2733E6247AA9ECB36E55F9C6170952262B\rewrite_1.1_x86_en-US.msi&amp;#39; against software restriction policy&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:290]: SOFTWARE RESTRICTION POLICY: C:\Users\t-gakles\AppData\Local\Microsoft\Web Platform Installer\installers\UrlRewrite\1E3CED2733E6247AA9ECB36E55F9C6170952262B\rewrite_1.1_x86_en-US.msi has a digital signature&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:353]: SOFTWARE RESTRICTION POLICY: C:\Users\t-gakles\AppData\Local\Microsoft\Web Platform Installer\installers\UrlRewrite\1E3CED2733E6247AA9ECB36E55F9C6170952262B\rewrite_1.1_x86_en-US.msi is permitted to run at the &amp;#39;unrestricted&amp;#39; authorization level.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:368]: End dialog not enabled&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:368]: Original package ==&amp;gt; C:\Users\t-gakles\AppData\Local\Microsoft\Web Platform Installer\installers\UrlRewrite\1E3CED2733E6247AA9ECB36E55F9C6170952262B\rewrite_1.1_x86_en-US.msi&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:368]: Package we&amp;#39;re running from ==&amp;gt; C:\Windows\Installer\66aed.msi&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:368]: APPCOMPAT: Compatibility mode property overrides found.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:368]: APPCOMPAT: looking for appcompat database entry with ProductCode &amp;#39;{08A2E0FA-6BFC-4BFC-B8EA-8FBBB7DB1EA6}&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:368]: APPCOMPAT: no matching ProductCode found in database.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:384]: MSCOREE already loaded, using loaded copy&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:384]: Machine policy value &amp;#39;TransformsSecure&amp;#39; is 0&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:384]: User policy value &amp;#39;TransformsAtSource&amp;#39; is 0&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:384]: Machine policy value &amp;#39;DisablePatch&amp;#39; is 0&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:384]: Machine policy value &amp;#39;AllowLockdownPatch&amp;#39; is 0&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:384]: Machine policy value &amp;#39;DisableLUAPatching&amp;#39; is 0&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:384]: Machine policy value &amp;#39;DisableFlyWeightPatching&amp;#39; is 0&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:384]: APPCOMPAT: looking for appcompat database entry with ProductCode &amp;#39;{08A2E0FA-6BFC-4BFC-B8EA-8FBBB7DB1EA6}&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:384]: APPCOMPAT: no matching ProductCode found in database.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:384]: Transforms are not secure.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:384]: PROPERTY CHANGE: Adding MsiLogFileLocation property. Its value is &amp;#39;C:\Users\t-gakles\AppData\Local\Microsoft\Web Platform Installer\logs\install\2009-10-27T12.20.24\rewrite_1.1_x86_en-US.txt&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:384]: Command Line: ACTION=INSTALL REBOOT=ReallySuppress CURRENTDIRECTORY=C:\ProgramData\Microsoft\Windows\Start Menu\Programs CLIENTUILEVEL=3 MSICLIENTUSESEXTERNALUI=1 CLIENTPROCESSID=176 &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:384]: PROPERTY CHANGE: Adding PackageCode property. Its value is &amp;#39;{5B17F396-C0FB-40F5-8932-81F12B4DF43D}&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:384]: Product Code passed to Engine.Initialize:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;#39;&amp;#39;&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:384]: Product Code from property table before transforms: &amp;#39;{08A2E0FA-6BFC-4BFC-B8EA-8FBBB7DB1EA6}&amp;#39;&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:384]: Product Code from property table after transforms:&amp;nbsp; &amp;#39;{08A2E0FA-6BFC-4BFC-B8EA-8FBBB7DB1EA6}&amp;#39;&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:384]: Product not registered: beginning first-time install&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:384]: PROPERTY CHANGE: Modifying ALLUSERS property. Its current value is &amp;#39;2&amp;#39;. Its new value: &amp;#39;1&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:384]: Product {08A2E0FA-6BFC-4BFC-B8EA-8FBBB7DB1EA6} is not managed.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:384]: MSI_LUA: Credential prompt not required, user is an admin&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:384]: PROPERTY CHANGE: Adding ProductState property. Its value is &amp;#39;-1&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:384]: Entering CMsiConfigurationManager::SetLastUsedSource.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:384]: User policy value &amp;#39;SearchOrder&amp;#39; is &amp;#39;nmu&amp;#39;&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:384]: Adding new sources is allowed.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:384]: PROPERTY CHANGE: Adding PackagecodeChanging property. Its value is &amp;#39;1&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:400]: Package name extracted from package path: &amp;#39;rewrite_1.1_x86_en-US.msi&amp;#39;&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:400]: Package to be registered: &amp;#39;rewrite_1.1_x86_en-US.msi&amp;#39;&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:400]: Note: 1: 2262 2: AdminProperties 3: -2147287038 &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:400]: Machine policy value &amp;#39;DisableMsi&amp;#39; is 0&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:400]: Machine policy value &amp;#39;AlwaysInstallElevated&amp;#39; is 0&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:400]: User policy value &amp;#39;AlwaysInstallElevated&amp;#39; is 0&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:400]: Product installation will be elevated because user is admin and product is being installed per-machine.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:400]: Running product &amp;#39;{08A2E0FA-6BFC-4BFC-B8EA-8FBBB7DB1EA6}&amp;#39; with elevated privileges: Product is assigned.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:400]: PROPERTY CHANGE: Adding ACTION property. Its value is &amp;#39;INSTALL&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:400]: PROPERTY CHANGE: Adding REBOOT property. Its value is &amp;#39;ReallySuppress&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:400]: PROPERTY CHANGE: Adding CURRENTDIRECTORY property. Its value is &amp;#39;C:\ProgramData\Microsoft\Windows\Start Menu\Programs&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:400]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. Its value is &amp;#39;3&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:400]: PROPERTY CHANGE: Adding MSICLIENTUSESEXTERNALUI property. Its value is &amp;#39;1&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:400]: PROPERTY CHANGE: Adding CLIENTPROCESSID property. Its value is &amp;#39;176&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:400]: Machine policy value &amp;#39;DisableAutomaticApplicationShutdown&amp;#39; is 0&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:400]: PROPERTY CHANGE: Adding MsiRestartManagerSessionKey property. Its value is &amp;#39;e4dca94b1b9c4f45a336f2f8a4137fa6&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:400]: RESTART MANAGER: Session opened.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:400]: TRANSFORMS property is now: &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:400]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is &amp;#39;400&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:400]: SHELL32::SHGetFolderPath returned: C:\Users\t-gakles\AppData\Roaming&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:400]: SHELL32::SHGetFolderPath returned: C:\Users\t-gakles\Favorites&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:415]: SHELL32::SHGetFolderPath returned: C:\Users\t-gakles\AppData\Roaming\Microsoft\Windows\Network Shortcuts&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:415]: SHELL32::SHGetFolderPath returned: C:\Users\t-gakles\Documents&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:415]: SHELL32::SHGetFolderPath returned: C:\Users\t-gakles\AppData\Roaming\Microsoft\Windows\Printer Shortcuts&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:415]: SHELL32::SHGetFolderPath returned: C:\Users\t-gakles\AppData\Roaming\Microsoft\Windows\Recent&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:415]: SHELL32::SHGetFolderPath returned: C:\Users\t-gakles\AppData\Roaming\Microsoft\Windows\SendTo&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:415]: SHELL32::SHGetFolderPath returned: C:\Users\t-gakles\AppData\Roaming\Microsoft\Windows\Templates&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:415]: SHELL32::SHGetFolderPath returned: C:\ProgramData&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:415]: SHELL32::SHGetFolderPath returned: C:\Users\t-gakles\AppData\Local&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:431]: SHELL32::SHGetFolderPath returned: C:\Users\t-gakles\Pictures&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:431]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:431]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:431]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:431]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:431]: SHELL32::SHGetFolderPath returned: C:\Users\Public\Desktop&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:431]: SHELL32::SHGetFolderPath returned: C:\Users\t-gakles\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Administrative Tools&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:446]: SHELL32::SHGetFolderPath returned: C:\Users\t-gakles\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:446]: SHELL32::SHGetFolderPath returned: C:\Users\t-gakles\AppData\Roaming\Microsoft\Windows\Start Menu\Programs&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:446]: SHELL32::SHGetFolderPath returned: C:\Users\t-gakles\AppData\Roaming\Microsoft\Windows\Start Menu&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:446]: SHELL32::SHGetFolderPath returned: C:\Users\t-gakles\Desktop&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:446]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Templates&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:446]: SHELL32::SHGetFolderPath returned: C:\Windows\Fonts&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:446]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 16 &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:462]: MSI_LUA: Setting MsiRunningElevated property to 1 because the install is already running elevated.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:462]: PROPERTY CHANGE: Adding MsiRunningElevated property. Its value is &amp;#39;1&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:462]: PROPERTY CHANGE: Adding Privileged property. Its value is &amp;#39;1&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:462]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2 &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:462]: PROPERTY CHANGE: Adding USERNAME property. Its value is &amp;#39;Administrator1&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:462]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2 &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:462]: PROPERTY CHANGE: Adding COMPANYNAME property. Its value is &amp;#39;Microsoft IT&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:462]: PROPERTY CHANGE: Adding DATABASE property. Its value is &amp;#39;C:\Windows\Installer\66aed.msi&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:462]: PROPERTY CHANGE: Adding OriginalDatabase property. Its value is &amp;#39;C:\Users\t-gakles\AppData\Local\Microsoft\Web Platform Installer\installers\UrlRewrite\1E3CED2733E6247AA9ECB36E55F9C6170952262B\rewrite_1.1_x86_en-US.msi&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:462]: Machine policy value &amp;#39;MsiDisableEmbeddedUI&amp;#39; is 0&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:462]: EEUI - Disabling MsiEmbeddedUI due to existing external or embedded UI&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:462]: EEUI - Disabling MsiEmbeddedUI for service because it&amp;#39;s not a quiet/basic install&lt;br /&gt;=== Logging started: 10/27/2009&amp;nbsp; 12:20:25 ===&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:462]: Note: 1: 2205 2:&amp;nbsp; 3: PatchPackage &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:462]: Machine policy value &amp;#39;DisableRollback&amp;#39; is 0&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:462]: User policy value &amp;#39;DisableRollback&amp;#39; is 0&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:462]: PROPERTY CHANGE: Adding UILevel property. Its value is &amp;#39;2&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:462]: Doing action: INSTALL&lt;br /&gt;Action start 12:20:25: INSTALL.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:462]: Running ExecuteSequence&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:462]: Doing action: SystemFolder.30729.01.Microsoft_VC90_CRT_x86.SP.D8D85FD0_537C_3A3A_9BEC_7A1B426637EC&lt;br /&gt;Action start 12:20:25: SystemFolder.30729.01.Microsoft_VC90_CRT_x86.SP.D8D85FD0_537C_3A3A_9BEC_7A1B426637EC.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:462]: Note: 1: 2235 2:&amp;nbsp; 3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = &amp;#39;SystemFolder.30729.01.Microsoft_VC90_CRT_x86.SP.D8D85FD0_537C_3A3A_9BEC_7A1B426637EC&amp;#39; &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:478]: PROPERTY CHANGE: Adding SystemFolder.30729.01.Microsoft_VC90_CRT_x86.SP.D8D85FD0_537C_3A3A_9BEC_7A1B426637EC property. Its value is &amp;#39;C:\Windows\system32\&amp;#39;.&lt;br /&gt;Action ended 12:20:25: SystemFolder.30729.01.Microsoft_VC90_CRT_x86.SP.D8D85FD0_537C_3A3A_9BEC_7A1B426637EC. Return value 1.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:478]: Doing action: AppSearch&lt;br /&gt;Action start 12:20:25: AppSearch.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:478]: Note: 1: 2262 2: Signature 3: -2147287038 &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:478]: PROPERTY CHANGE: Adding IISINSTALLPATH property. Its value is &amp;#39;C:\Windows\system32\inetsrv&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:478]: Note: 1: 2262 2: Signature 3: -2147287038 &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:478]: PROPERTY CHANGE: Adding IISMAJORVERSION property. Its value is &amp;#39;#7&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:478]: Note: 1: 2262 2: Signature 3: -2147287038 &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:478]: PROPERTY CHANGE: Adding IISMINORVERSION property. Its value is &amp;#39;#5&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:478]: Note: 1: 2262 2: Signature 3: -2147287038 &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:478]: PROPERTY CHANGE: Adding IISCOREWEBENGINEINSTALLED property. Its value is &amp;#39;#1&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:478]: Note: 1: 2262 2: Signature 3: -2147287038 &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:478]: PROPERTY CHANGE: Adding IISW3SVCINSTALLED property. Its value is &amp;#39;#1&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:478]: Note: 1: 2262 2: Signature 3: -2147287038 &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:478]: Note: 1: 2262 2: Signature 3: -2147287038 &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:478]: PROPERTY CHANGE: Adding IISMANAGEMENTCONSOLEINSTALLED property. Its value is &amp;#39;#1&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:478]: Note: 1: 2262 2: Signature 3: -2147287038 &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:478]: PROPERTY CHANGE: Adding IISNETFXEXTENSIBILITYINSTALLED property. Its value is &amp;#39;#1&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:478]: Note: 1: 2262 2: Signature 3: -2147287038 &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:478]: PROPERTY CHANGE: Adding IISASPNET property. Its value is &amp;#39;#1&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:493]: Note: 1: 2262 2: Signature 3: -2147287038 &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:493]: PROPERTY CHANGE: Adding IISMETABASEIMAGEPATH property. Its value is &amp;#39;C:\Windows\system32\inetsrv\inetinfo.exe&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:493]: Note: 1: 2262 2: Signature 3: -2147287038 &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:493]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Inetmgr\7.0 3: 2 &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:493]: Note: 1: 2262 2: Signature 3: -2147287038 &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:493]: PROPERTY CHANGE: Adding NETFRAMEWORK20 property. Its value is &amp;#39;#1&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:493]: Note: 1: 2262 2: Signature 3: -2147287038 &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:493]: PROPERTY CHANGE: Adding NETFRAMEWORK20_SP_LEVEL property. Its value is &amp;#39;#2&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:493]: Note: 1: 2262 2: Signature 3: -2147287038 &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:493]: PROPERTY CHANGE: Adding NETFRAMEWORK35_SP_LEVEL property. Its value is &amp;#39;#0&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:493]: Note: 1: 2262 2: Signature 3: -2147287038 &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:493]: PROPERTY CHANGE: Adding POWERSHELLINSTALLED property. Its value is &amp;#39;#1&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:493]: Note: 1: 2262 2: Signature 3: -2147287038 &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:493]: PROPERTY CHANGE: Adding WINDOWSUPDATE_START_TYPE property. Its value is &amp;#39;#2&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:493]: Note: 1: 2262 2: Signature 3: -2147287038 &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:493]: PROPERTY CHANGE: Adding WINDOWSEDITION property. Its value is &amp;#39;Enterprise&amp;#39;.&lt;br /&gt;Action ended 12:20:25: AppSearch. Return value 1.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:493]: Doing action: FindRelatedProducts&lt;br /&gt;Action start 12:20:25: FindRelatedProducts.&lt;br /&gt;Action ended 12:20:25: FindRelatedProducts. Return value 1.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:509]: Doing action: LaunchConditions&lt;br /&gt;Action start 12:20:25: LaunchConditions.&lt;br /&gt;Action ended 12:20:25: LaunchConditions. Return value 1.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:509]: Doing action: ValidateProductID&lt;br /&gt;Action start 12:20:25: ValidateProductID.&lt;br /&gt;Action ended 12:20:25: ValidateProductID. Return value 1.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:509]: Doing action: WindowsFolder.30729.01.Microsoft_VC90_CRT_x86.SP.D8D85FD0_537C_3A3A_9BEC_7A1B426637EC&lt;br /&gt;Action start 12:20:25: WindowsFolder.30729.01.Microsoft_VC90_CRT_x86.SP.D8D85FD0_537C_3A3A_9BEC_7A1B426637EC.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:509]: Note: 1: 2235 2:&amp;nbsp; 3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = &amp;#39;WindowsFolder.30729.01.Microsoft_VC90_CRT_x86.SP.D8D85FD0_537C_3A3A_9BEC_7A1B426637EC&amp;#39; &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:509]: PROPERTY CHANGE: Adding WindowsFolder.30729.01.Microsoft_VC90_CRT_x86.SP.D8D85FD0_537C_3A3A_9BEC_7A1B426637EC property. Its value is &amp;#39;C:\Windows\&amp;#39;.&lt;br /&gt;Action ended 12:20:25: WindowsFolder.30729.01.Microsoft_VC90_CRT_x86.SP.D8D85FD0_537C_3A3A_9BEC_7A1B426637EC. Return value 1.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:509]: Doing action: WindowsFolder.30729.01.policy_9_0_Microsoft_VC90_CRT_x86.SP.644DE414_7746_31B5_908B_E938B4078584&lt;br /&gt;Action start 12:20:25: WindowsFolder.30729.01.policy_9_0_Microsoft_VC90_CRT_x86.SP.644DE414_7746_31B5_908B_E938B4078584.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:509]: Note: 1: 2235 2:&amp;nbsp; 3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = &amp;#39;WindowsFolder.30729.01.policy_9_0_Microsoft_VC90_CRT_x86.SP.644DE414_7746_31B5_908B_E938B4078584&amp;#39; &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:509]: PROPERTY CHANGE: Adding WindowsFolder.30729.01.policy_9_0_Microsoft_VC90_CRT_x86.SP.644DE414_7746_31B5_908B_E938B4078584 property. Its value is &amp;#39;C:\Windows\&amp;#39;.&lt;br /&gt;Action ended 12:20:25: WindowsFolder.30729.01.policy_9_0_Microsoft_VC90_CRT_x86.SP.644DE414_7746_31B5_908B_E938B4078584. Return value 1.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:509]: Doing action: CostInitialize&lt;br /&gt;Action start 12:20:25: CostInitialize.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:509]: Machine policy value &amp;#39;MaxPatchCacheSize&amp;#39; is 10&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:524]: PROPERTY CHANGE: Adding ROOTDRIVE property. Its value is &amp;#39;C:\&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:524]: PROPERTY CHANGE: Adding CostingComplete property. Its value is &amp;#39;0&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:524]: Note: 1: 2205 2:&amp;nbsp; 3: Patch &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:524]: Note: 1: 2205 2:&amp;nbsp; 3: PatchPackage &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:524]: Note: 1: 2205 2:&amp;nbsp; 3: MsiPatchHeaders &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:524]: Note: 1: 2205 2:&amp;nbsp; 3: __MsiPatchFileList &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:524]: Note: 1: 2205 2:&amp;nbsp; 3: PatchPackage &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:524]: Note: 1: 2228 2:&amp;nbsp; 3: PatchPackage 4: SELECT `DiskId`, `PatchId`, `LastSequence` FROM `Media`, `PatchPackage` WHERE `Media`.`DiskId`=`PatchPackage`.`Media_` ORDER BY `DiskId`&amp;nbsp; &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:524]: Note: 1: 2205 2:&amp;nbsp; 3: Patch &lt;br /&gt;Action ended 12:20:25: CostInitialize. Return value 1.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:524]: Doing action: FileCost&lt;br /&gt;Action start 12:20:25: FileCost.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:524]: Note: 1: 2205 2:&amp;nbsp; 3: Class &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:524]: Note: 1: 2205 2:&amp;nbsp; 3: Extension &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:524]: Note: 1: 2205 2:&amp;nbsp; 3: TypeLib &lt;br /&gt;Action ended 12:20:25: FileCost. Return value 1.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:524]: Doing action: CostFinalize&lt;br /&gt;Action start 12:20:25: CostFinalize.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:540]: PROPERTY CHANGE: Adding OutOfDiskSpace property. Its value is &amp;#39;0&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:540]: PROPERTY CHANGE: Adding OutOfNoRbDiskSpace property. Its value is &amp;#39;0&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:540]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceAvailable property. Its value is &amp;#39;0&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:540]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRequired property. Its value is &amp;#39;0&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:540]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRemaining property. Its value is &amp;#39;0&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:540]: Note: 1: 2205 2:&amp;nbsp; 3: Patch &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:540]: PROPERTY CHANGE: Adding TARGETDIR property. Its value is &amp;#39;C:\&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:540]: PROPERTY CHANGE: Adding WinSxsDirectory.30729.01.policy_9_0_Microsoft_VC90_CRT_x86.SP.644DE414_7746_31B5_908B_E938B4078584 property. Its value is &amp;#39;C:\Windows\winsxs\&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:540]: PROPERTY CHANGE: Adding WinSxsPolicies.30729.01.policy_9_0_Microsoft_VC90_CRT_x86.SP.644DE414_7746_31B5_908B_E938B4078584 property. Its value is &amp;#39;C:\Windows\winsxs\Policies\&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:540]: PROPERTY CHANGE: Adding policydir.30729.01.policy_9_0_Microsoft_VC90_CRT_x86.SP.644DE414_7746_31B5_908B_E938B4078584 property. Its value is &amp;#39;C:\Windows\winsxs\Policies\x86_policy.9.0.Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_x-ww_b7353f75\&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:540]: PROPERTY CHANGE: Adding payload_ul.30729.01.policy_9_0_Microsoft_VC90_CRT_x86.SP.644DE414_7746_31B5_908B_E938B4078584 property. Its value is &amp;#39;C:\Windows\winsxs\x86_policy.9.0.microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.1_none_8550c6b5d18a9128\&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:540]: PROPERTY CHANGE: Adding WinSxsDirectory.30729.01.Microsoft_VC90_CRT_x86.SP.D8D85FD0_537C_3A3A_9BEC_7A1B426637EC property. Its value is &amp;#39;C:\Windows\winsxs\&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:540]: PROPERTY CHANGE: Adding policydir_ul.30729.01.Microsoft_VC90_CRT_x86.SP.D8D85FD0_537C_3A3A_9BEC_7A1B426637EC property. Its value is &amp;#39;C:\Windows\winsxs\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_x-ww_1742743b\&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:540]: PROPERTY CHANGE: Adding WinSxsPolicies.30729.01.Microsoft_VC90_CRT_x86.SP.D8D85FD0_537C_3A3A_9BEC_7A1B426637EC property. Its value is &amp;#39;C:\Windows\winsxs\Policies\&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:540]: PROPERTY CHANGE: Adding policydir.30729.01.Microsoft_VC90_CRT_x86.SP.D8D85FD0_537C_3A3A_9BEC_7A1B426637EC property. Its value is &amp;#39;C:\Windows\winsxs\Policies\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_x-ww_1742743b\&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:540]: PROPERTY CHANGE: Adding WinSxsManifests.30729.01.Microsoft_VC90_CRT_x86.SP.D8D85FD0_537C_3A3A_9BEC_7A1B426637EC property. Its value is &amp;#39;C:\Windows\winsxs\Manifests\&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:540]: PROPERTY CHANGE: Adding payload.30729.01.Microsoft_VC90_CRT_x86.SP.D8D85FD0_537C_3A3A_9BEC_7A1B426637EC property. Its value is &amp;#39;C:\Windows\winsxs\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.30729.1_x-ww_6f74963e\&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:540]: PROPERTY CHANGE: Adding payload_ul.30729.01.Microsoft_VC90_CRT_x86.SP.D8D85FD0_537C_3A3A_9BEC_7A1B426637EC property. Its value is &amp;#39;C:\Windows\winsxs\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.1_none_e163563597edeada\&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:540]: PROPERTY CHANGE: Adding ReferenceAssembliesDirectory property. Its value is &amp;#39;C:\Program Files\Reference Assemblies\&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:540]: PROPERTY CHANGE: Adding MicrosoftDirectory property. Its value is &amp;#39;C:\Program Files\Reference Assemblies\Microsoft\&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:540]: PROPERTY CHANGE: Adding IISDirectory property. Its value is &amp;#39;C:\Program Files\Reference Assemblies\Microsoft\IIS\&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:556]: PROPERTY CHANGE: Adding IISInstallDir property. Its value is &amp;#39;C:\Windows\system32\inetsrv\&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:556]: PROPERTY CHANGE: Adding IISConfigDir property. Its value is &amp;#39;C:\Windows\system32\inetsrv\config\&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:556]: PROPERTY CHANGE: Adding IISSchemaDir property. Its value is &amp;#39;C:\Windows\system32\inetsrv\config\schema\&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:556]: PROPERTY CHANGE: Adding System32Directory property. Its value is &amp;#39;C:\Windows\system32\&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:556]: PROPERTY CHANGE: Adding InetsrvDirectory property. Its value is &amp;#39;C:\Windows\system32\inetsrv\&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:556]: PROPERTY CHANGE: Adding ResourceSatelliteJA property. Its value is &amp;#39;C:\Windows\system32\inetsrv\de\&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:556]: PROPERTY CHANGE: Adding MuiLocationJA property. Its value is &amp;#39;C:\Windows\system32\inetsrv\ja-JP\&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:556]: PROPERTY CHANGE: Adding ResourceSatelliteFR property. Its value is &amp;#39;C:\Windows\system32\inetsrv\de\&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:556]: PROPERTY CHANGE: Adding MuiLocationFR property. Its value is &amp;#39;C:\Windows\system32\inetsrv\fr-FR\&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:556]: PROPERTY CHANGE: Adding ResourceSatelliteES property. Its value is &amp;#39;C:\Windows\system32\inetsrv\de\&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:556]: PROPERTY CHANGE: Adding MuiLocationES property. Its value is &amp;#39;C:\Windows\system32\inetsrv\es-ES\&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:556]: PROPERTY CHANGE: Adding ResourceSatelliteDE property. Its value is &amp;#39;C:\Windows\system32\inetsrv\de\&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:556]: PROPERTY CHANGE: Adding MuiLocationDE property. Its value is &amp;#39;C:\Windows\system32\inetsrv\de-DE\&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:556]: PROPERTY CHANGE: Adding MuiLocation property. Its value is &amp;#39;C:\Windows\system32\inetsrv\en-us\&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:556]: PROPERTY CHANGE: Adding ResourceSatellite property. Its value is &amp;#39;C:\Windows\system32\inetsrv\en\&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:556]: Target path resolution complete. Dumping Directory table...&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:556]: Note: target paths subject to change (via custom actions or browsing)&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:556]: Dir (target): Key: TARGETDIR&amp;nbsp;, Object: C:\&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:556]: Dir (target): Key: WindowsFolder.30729.01.policy_9_0_Microsoft_VC90_CRT_x86.SP.644DE414_7746_31B5_908B_E938B4078584&amp;nbsp;, Object: C:\Windows\&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:556]: Dir (target): Key: WinSxsDirectory.30729.01.policy_9_0_Microsoft_VC90_CRT_x86.SP.644DE414_7746_31B5_908B_E938B4078584&amp;nbsp;, Object: C:\Windows\winsxs\&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:556]: Dir (target): Key: WinSxsPolicies.30729.01.policy_9_0_Microsoft_VC90_CRT_x86.SP.644DE414_7746_31B5_908B_E938B4078584&amp;nbsp;, Object: C:\Windows\winsxs\Policies\&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:556]: Dir (target): Key: policydir.30729.01.policy_9_0_Microsoft_VC90_CRT_x86.SP.644DE414_7746_31B5_908B_E938B4078584&amp;nbsp;, Object: C:\Windows\winsxs\Policies\x86_policy.9.0.Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_x-ww_b7353f75\&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:556]: Dir (target): Key: payload_ul.30729.01.policy_9_0_Microsoft_VC90_CRT_x86.SP.644DE414_7746_31B5_908B_E938B4078584&amp;nbsp;, Object: C:\Windows\winsxs\x86_policy.9.0.microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.1_none_8550c6b5d18a9128\&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:556]: Dir (target): Key: WindowsFolder.30729.01.Microsoft_VC90_CRT_x86.SP.D8D85FD0_537C_3A3A_9BEC_7A1B426637EC&amp;nbsp;, Object: C:\Windows\&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:556]: Dir (target): Key: WinSxsDirectory.30729.01.Microsoft_VC90_CRT_x86.SP.D8D85FD0_537C_3A3A_9BEC_7A1B426637EC&amp;nbsp;, Object: C:\Windows\winsxs\&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:571]: Dir (target): Key: policydir_ul.30729.01.Microsoft_VC90_CRT_x86.SP.D8D85FD0_537C_3A3A_9BEC_7A1B426637EC&amp;nbsp;, Object: C:\Windows\winsxs\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_x-ww_1742743b\&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:571]: Dir (target): Key: WinSxsPolicies.30729.01.Microsoft_VC90_CRT_x86.SP.D8D85FD0_537C_3A3A_9BEC_7A1B426637EC&amp;nbsp;, Object: C:\Windows\winsxs\Policies\&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:571]: Dir (target): Key: policydir.30729.01.Microsoft_VC90_CRT_x86.SP.D8D85FD0_537C_3A3A_9BEC_7A1B426637EC&amp;nbsp;, Object: C:\Windows\winsxs\Policies\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_x-ww_1742743b\&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:571]: Dir (target): Key: WinSxsManifests.30729.01.Microsoft_VC90_CRT_x86.SP.D8D85FD0_537C_3A3A_9BEC_7A1B426637EC&amp;nbsp;, Object: C:\Windows\winsxs\Manifests\&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:571]: Dir (target): Key: payload.30729.01.Microsoft_VC90_CRT_x86.SP.D8D85FD0_537C_3A3A_9BEC_7A1B426637EC&amp;nbsp;, Object: C:\Windows\winsxs\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.30729.1_x-ww_6f74963e\&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:571]: Dir (target): Key: payload_ul.30729.01.Microsoft_VC90_CRT_x86.SP.D8D85FD0_537C_3A3A_9BEC_7A1B426637EC&amp;nbsp;, Object: C:\Windows\winsxs\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.1_none_e163563597edeada\&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:571]: Dir (target): Key: SystemFolder.30729.01.Microsoft_VC90_CRT_x86.SP.D8D85FD0_537C_3A3A_9BEC_7A1B426637EC&amp;nbsp;, Object: C:\Windows\system32\&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:571]: Dir (target): Key: ProgramFilesFolder&amp;nbsp;, Object: C:\Program Files\&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:571]: Dir (target): Key: ReferenceAssembliesDirectory&amp;nbsp;, Object: C:\Program Files\Reference Assemblies\&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:571]: Dir (target): Key: MicrosoftDirectory&amp;nbsp;, Object: C:\Program Files\Reference Assemblies\Microsoft\&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:571]: Dir (target): Key: IISDirectory&amp;nbsp;, Object: C:\Program Files\Reference Assemblies\Microsoft\IIS\&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:571]: Dir (target): Key: SystemFolder&amp;nbsp;, Object: C:\Windows\system32\&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:571]: Dir (target): Key: IISInstallDir&amp;nbsp;, Object: C:\Windows\system32\inetsrv\&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:571]: Dir (target): Key: IISConfigDir&amp;nbsp;, Object: C:\Windows\system32\inetsrv\config\&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:571]: Dir (target): Key: IISSchemaDir&amp;nbsp;, Object: C:\Windows\system32\inetsrv\config\schema\&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:571]: Dir (target): Key: WindowsFolder&amp;nbsp;, Object: C:\Windows\&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:571]: Dir (target): Key: System32Directory&amp;nbsp;, Object: C:\Windows\system32\&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:571]: Dir (target): Key: InetsrvDirectory&amp;nbsp;, Object: C:\Windows\system32\inetsrv\&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:571]: Dir (target): Key: ResourceSatelliteJA&amp;nbsp;, Object: C:\Windows\system32\inetsrv\de\&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:571]: Dir (target): Key: MuiLocationJA&amp;nbsp;, Object: C:\Windows\system32\inetsrv\ja-JP\&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:571]: Dir (target): Key: ResourceSatelliteFR&amp;nbsp;, Object: C:\Windows\system32\inetsrv\de\&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:571]: Dir (target): Key: MuiLocationFR&amp;nbsp;, Object: C:\Windows\system32\inetsrv\fr-FR\&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:571]: Dir (target): Key: ResourceSatelliteES&amp;nbsp;, Object: C:\Windows\system32\inetsrv\de\&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:571]: Dir (target): Key: MuiLocationES&amp;nbsp;, Object: C:\Windows\system32\inetsrv\es-ES\&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:571]: Dir (target): Key: ResourceSatelliteDE&amp;nbsp;, Object: C:\Windows\system32\inetsrv\de\&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:571]: Dir (target): Key: MuiLocationDE&amp;nbsp;, Object: C:\Windows\system32\inetsrv\de-DE\&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:587]: Dir (target): Key: MuiLocation&amp;nbsp;, Object: C:\Windows\system32\inetsrv\en-us\&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:587]: Dir (target): Key: ResourceSatellite&amp;nbsp;, Object: C:\Windows\system32\inetsrv\en\&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:587]: PROPERTY CHANGE: Adding INSTALLLEVEL property. Its value is &amp;#39;1&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:587]: skipping installation of assembly component: {3C582984-7607-3E35-A337-D3D327097351} since the assembly already exists&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:587]: skipping installation of assembly component: {6D321E57-3E99-3B87-BF23-2CDFF3361CB4} since the assembly already exists&lt;br /&gt;Action ended 12:20:25: CostFinalize. Return value 1.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:587]: Doing action: MigrateFeatureStates&lt;br /&gt;Action start 12:20:25: MigrateFeatureStates.&lt;br /&gt;Action ended 12:20:25: MigrateFeatureStates. Return value 0.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:602]: Doing action: InstallValidate&lt;br /&gt;Action start 12:20:25: InstallValidate.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:602]: PROPERTY CHANGE: Deleting MsiRestartManagerSessionKey property. Its current value is &amp;#39;e4dca94b1b9c4f45a336f2f8a4137fa6&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:602]: Feature: RewriteAdminUI; Installed: Absent;&amp;nbsp;&amp;nbsp; Request: Local;&amp;nbsp;&amp;nbsp; Action: Local&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:602]: Feature: RewriteFeature; Installed: Absent;&amp;nbsp;&amp;nbsp; Request: Local;&amp;nbsp;&amp;nbsp; Action: Local&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:602]: Component: RewriteModule; Installed: Absent;&amp;nbsp;&amp;nbsp; Request: Local;&amp;nbsp;&amp;nbsp; Action: Local&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:602]: Component: RewriteUIModule; Installed: Absent;&amp;nbsp;&amp;nbsp; Request: Local;&amp;nbsp;&amp;nbsp; Action: Local&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:602]: Component: RewriteUIModuleClient; Installed: Absent;&amp;nbsp;&amp;nbsp; Request: Local;&amp;nbsp;&amp;nbsp; Action: Local&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:602]: Component: RewriteUIModuleResources; Installed: Absent;&amp;nbsp;&amp;nbsp; Request: Local;&amp;nbsp;&amp;nbsp; Action: Local&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:602]: Component: RewriteUIModuleClientResources; Installed: Absent;&amp;nbsp;&amp;nbsp; Request: Local;&amp;nbsp;&amp;nbsp; Action: Local&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:602]: Component: RewriteMui; Installed: Absent;&amp;nbsp;&amp;nbsp; Request: Local;&amp;nbsp;&amp;nbsp; Action: Local&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:602]: Component: RewriteSchema; Installed: Absent;&amp;nbsp;&amp;nbsp; Request: Local;&amp;nbsp;&amp;nbsp; Action: Local&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:602]: Component: License; Installed: Absent;&amp;nbsp;&amp;nbsp; Request: Local;&amp;nbsp;&amp;nbsp; Action: Local&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:602]: Component: Readme; Installed: Absent;&amp;nbsp;&amp;nbsp; Request: Local;&amp;nbsp;&amp;nbsp; Action: Local&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:602]: Component: RewriteUIModuleClient_FileSystem; Installed: Absent;&amp;nbsp;&amp;nbsp; Request: Local;&amp;nbsp;&amp;nbsp; Action: Local&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:602]: Component: RewriteMuiDE; Installed: Absent;&amp;nbsp;&amp;nbsp; Request: Local;&amp;nbsp;&amp;nbsp; Action: Local&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:602]: Component: RewriteUIModuleResourcesDE; Installed: Absent;&amp;nbsp;&amp;nbsp; Request: Local;&amp;nbsp;&amp;nbsp; Action: Local&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:602]: Component: RewriteUIModuleClientResourcesDE; Installed: Absent;&amp;nbsp;&amp;nbsp; Request: Local;&amp;nbsp;&amp;nbsp; Action: Local&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:602]: Component: RewriteMuiES; Installed: Absent;&amp;nbsp;&amp;nbsp; Request: Local;&amp;nbsp;&amp;nbsp; Action: Local&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:602]: Component: RewriteUIModuleResourcesES; Installed: Absent;&amp;nbsp;&amp;nbsp; Request: Local;&amp;nbsp;&amp;nbsp; Action: Local&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:602]: Component: RewriteUIModuleClientResourcesES; Installed: Absent;&amp;nbsp;&amp;nbsp; Request: Local;&amp;nbsp;&amp;nbsp; Action: Local&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:602]: Component: RewriteMuiFR; Installed: Absent;&amp;nbsp;&amp;nbsp; Request: Local;&amp;nbsp;&amp;nbsp; Action: Local&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:602]: Component: RewriteUIModuleResourcesFR; Installed: Absent;&amp;nbsp;&amp;nbsp; Request: Local;&amp;nbsp;&amp;nbsp; Action: Local&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:602]: Component: RewriteUIModuleClientResourcesFR; Installed: Absent;&amp;nbsp;&amp;nbsp; Request: Local;&amp;nbsp;&amp;nbsp; Action: Local&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:602]: Component: RewriteMuiJA; Installed: Absent;&amp;nbsp;&amp;nbsp; Request: Local;&amp;nbsp;&amp;nbsp; Action: Local&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:602]: Component: RewriteUIModuleResourcesJA; Installed: Absent;&amp;nbsp;&amp;nbsp; Request: Local;&amp;nbsp;&amp;nbsp; Action: Local&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:618]: Component: RewriteUIModuleClientResourcesJA; Installed: Absent;&amp;nbsp;&amp;nbsp; Request: Local;&amp;nbsp;&amp;nbsp; Action: Local&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:618]: Component: DiscoverabilityKey; Installed: Absent;&amp;nbsp;&amp;nbsp; Request: Local;&amp;nbsp;&amp;nbsp; Action: Local&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:618]: Component: uplevel.30729.01.Microsoft_VC90_CRT_x86.SP.D8D85FD0_537C_3A3A_9BEC_7A1B426637EC; Installed: Absent;&amp;nbsp;&amp;nbsp; Request: Local;&amp;nbsp;&amp;nbsp; Action: Null&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:618]: Component: nosxs.30729.01.Microsoft_VC90_CRT_x86.SP.D8D85FD0_537C_3A3A_9BEC_7A1B426637EC; Installed: Absent;&amp;nbsp;&amp;nbsp; Request: Local;&amp;nbsp;&amp;nbsp; Action: Null&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:618]: Component: downlevel_payload.30729.01.Microsoft_VC90_CRT_x86.SP.D8D85FD0_537C_3A3A_9BEC_7A1B426637EC; Installed: Absent;&amp;nbsp;&amp;nbsp; Request: Local;&amp;nbsp;&amp;nbsp; Action: Null&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:618]: Component: downlevel_manifest.30729.01.Microsoft_VC90_CRT_x86.SP.D8D85FD0_537C_3A3A_9BEC_7A1B426637EC; Installed: Absent;&amp;nbsp;&amp;nbsp; Request: Local;&amp;nbsp;&amp;nbsp; Action: Null&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:618]: Component: uplevel.30729.01.policy_9_0_Microsoft_VC90_CRT_x86.SP.644DE414_7746_31B5_908B_E938B4078584; Installed: Absent;&amp;nbsp;&amp;nbsp; Request: Local;&amp;nbsp;&amp;nbsp; Action: Null&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:618]: Component: downlevel_manifest.30729.01.policy_9_0_Microsoft_VC90_CRT_x86.SP.644DE414_7746_31B5_908B_E938B4078584; Installed: Absent;&amp;nbsp;&amp;nbsp; Request: Local;&amp;nbsp;&amp;nbsp; Action: Null&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:618]: Component: __RewriteUIModule65; Installed: Null;&amp;nbsp;&amp;nbsp; Request: Local;&amp;nbsp;&amp;nbsp; Action: Local&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:618]: Component: __RewriteUIModuleClient65; Installed: Null;&amp;nbsp;&amp;nbsp; Request: Local;&amp;nbsp;&amp;nbsp; Action: Local&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:618]: Component: __RewriteUIModuleResources65; Installed: Null;&amp;nbsp;&amp;nbsp; Request: Local;&amp;nbsp;&amp;nbsp; Action: Local&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:618]: Component: __RewriteUIModuleClientResources65; Installed: Null;&amp;nbsp;&amp;nbsp; Request: Local;&amp;nbsp;&amp;nbsp; Action: Local&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:618]: Component: __RewriteUIModuleResourcesDE65; Installed: Null;&amp;nbsp;&amp;nbsp; Request: Local;&amp;nbsp;&amp;nbsp; Action: Local&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:618]: Component: __RewriteUIModuleClientResourcesDE65; Installed: Null;&amp;nbsp;&amp;nbsp; Request: Local;&amp;nbsp;&amp;nbsp; Action: Local&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:618]: Component: __RewriteUIModuleResourcesES65; Installed: Null;&amp;nbsp;&amp;nbsp; Request: Local;&amp;nbsp;&amp;nbsp; Action: Local&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:618]: Component: __RewriteUIModuleClientResourcesES65; Installed: Null;&amp;nbsp;&amp;nbsp; Request: Local;&amp;nbsp;&amp;nbsp; Action: Local&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:618]: Component: __RewriteUIModuleResourcesFR65; Installed: Null;&amp;nbsp;&amp;nbsp; Request: Local;&amp;nbsp;&amp;nbsp; Action: Local&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:618]: Component: __RewriteUIModuleClientResourcesFR65; Installed: Null;&amp;nbsp;&amp;nbsp; Request: Local;&amp;nbsp;&amp;nbsp; Action: Local&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:618]: Component: __RewriteUIModuleResourcesJA65; Installed: Null;&amp;nbsp;&amp;nbsp; Request: Local;&amp;nbsp;&amp;nbsp; Action: Local&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:618]: Component: __RewriteUIModuleClientResourcesJA65; Installed: Null;&amp;nbsp;&amp;nbsp; Request: Local;&amp;nbsp;&amp;nbsp; Action: Local&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:618]: Component: __uplevel.30729.01.Microsoft_VC90_CRT_x86.SP.D8D85FD0_537C_3A3A_9BEC_7A1B426637EC65; Installed: Null;&amp;nbsp;&amp;nbsp; Request: Local;&amp;nbsp;&amp;nbsp; Action: Null&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:618]: Component: __uplevel.30729.01.policy_9_0_Microsoft_VC90_CRT_x86.SP.644DE414_7746_31B5_908B_E938B407858465; Installed: Null;&amp;nbsp;&amp;nbsp; Request: Local;&amp;nbsp;&amp;nbsp; Action: Null&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:618]: Component: __nosxs.30729.01.Microsoft_VC90_CRT_x86.SP.D8D85FD0_537C_3A3A_9BEC_7A1B426637EC65; Installed: Null;&amp;nbsp;&amp;nbsp; Request: Local;&amp;nbsp;&amp;nbsp; Action: Null&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:618]: Component: __downlevel_payload.30729.01.Microsoft_VC90_CRT_x86.SP.D8D85FD0_537C_3A3A_9BEC_7A1B426637EC65; Installed: Null;&amp;nbsp;&amp;nbsp; Request: Local;&amp;nbsp;&amp;nbsp; Action: Null&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:618]: Component: __downlevel_manifest.30729.01.Microsoft_VC90_CRT_x86.SP.D8D85FD0_537C_3A3A_9BEC_7A1B426637EC65; Installed: Null;&amp;nbsp;&amp;nbsp; Request: Local;&amp;nbsp;&amp;nbsp; Action: Null&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:618]: Component: __downlevel_manifest.30729.01.policy_9_0_Microsoft_VC90_CRT_x86.SP.644DE414_7746_31B5_908B_E938B407858465; Installed: Null;&amp;nbsp;&amp;nbsp; Request: Local;&amp;nbsp;&amp;nbsp; Action: Null&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:634]: Note: 1: 2205 2:&amp;nbsp; 3: BindImage &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:634]: Note: 1: 2205 2:&amp;nbsp; 3: ProgId &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:634]: Note: 1: 2205 2:&amp;nbsp; 3: PublishComponent &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:634]: Note: 1: 2205 2:&amp;nbsp; 3: SelfReg &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:634]: Note: 1: 2205 2:&amp;nbsp; 3: Extension &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:634]: Note: 1: 2205 2:&amp;nbsp; 3: Font &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:634]: Note: 1: 2205 2:&amp;nbsp; 3: Shortcut &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:634]: Note: 1: 2205 2:&amp;nbsp; 3: Class &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:634]: Note: 1: 2205 2:&amp;nbsp; 3: TypeLib &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:634]: Note: 1: 2205 2:&amp;nbsp; 3: _RemoveFilePath &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:649]: PROPERTY CHANGE: Modifying CostingComplete property. Its current value is &amp;#39;0&amp;#39;. Its new value: &amp;#39;1&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:649]: Note: 1: 2205 2:&amp;nbsp; 3: BindImage &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:649]: Note: 1: 2205 2:&amp;nbsp; 3: ProgId &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:649]: Note: 1: 2205 2:&amp;nbsp; 3: PublishComponent &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:649]: Note: 1: 2205 2:&amp;nbsp; 3: SelfReg &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:649]: Note: 1: 2205 2:&amp;nbsp; 3: Extension &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:649]: Note: 1: 2205 2:&amp;nbsp; 3: Font &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:649]: Note: 1: 2205 2:&amp;nbsp; 3: Shortcut &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:649]: Note: 1: 2205 2:&amp;nbsp; 3: Class &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:649]: Note: 1: 2205 2:&amp;nbsp; 3: TypeLib &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:649]: Note: 1: 2727 2:&amp;nbsp; &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:649]: Note: 1: 2205 2:&amp;nbsp; 3: FilesInUse &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:665]: Note: 1: 2727 2:&amp;nbsp; &lt;br /&gt;Action ended 12:20:25: InstallValidate. Return value 1.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:665]: Doing action: InstallInitialize&lt;br /&gt;Action start 12:20:25: InstallInitialize.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:665]: Machine policy value &amp;#39;AlwaysInstallElevated&amp;#39; is 0&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:665]: User policy value &amp;#39;AlwaysInstallElevated&amp;#39; is 0&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:665]: BeginTransaction: Locking Server&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:665]: SRSetRestorePoint skipped for this transaction.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:680]: Server not locked: locking for product {08A2E0FA-6BFC-4BFC-B8EA-8FBBB7DB1EA6}&lt;br /&gt;Action ended 12:20:25: InstallInitialize. Return value 1.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:727]: Doing action: CheckForSharedConfiguration&lt;br /&gt;Action start 12:20:25: CheckForSharedConfiguration.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:727]: Note: 1: 2235 2:&amp;nbsp; 3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = &amp;#39;CheckForSharedConfiguration&amp;#39; &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:727]: Note: 1: 2205 2:&amp;nbsp; 3: MsiPatchCertificate &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:727]: LUA patching is disabled: missing MsiPatchCertificate table&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:727]: Resolving source.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:727]: Resolving source to launched-from source.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:727]: Setting launched-from source as last-used.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:727]: PROPERTY CHANGE: Adding SourceDir property. Its value is &amp;#39;C:\Users\t-gakles\AppData\Local\Microsoft\Web Platform Installer\installers\UrlRewrite\1E3CED2733E6247AA9ECB36E55F9C6170952262B\&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:727]: PROPERTY CHANGE: Adding SOURCEDIR property. Its value is &amp;#39;C:\Users\t-gakles\AppData\Local\Microsoft\Web Platform Installer\installers\UrlRewrite\1E3CED2733E6247AA9ECB36E55F9C6170952262B\&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:743]: PROPERTY CHANGE: Adding SourcedirProduct property. Its value is &amp;#39;{08A2E0FA-6BFC-4BFC-B8EA-8FBBB7DB1EA6}&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:743]: SOURCEDIR ==&amp;gt; C:\Users\t-gakles\AppData\Local\Microsoft\Web Platform Installer\installers\UrlRewrite\1E3CED2733E6247AA9ECB36E55F9C6170952262B\&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:743]: SOURCEDIR product ==&amp;gt; {08A2E0FA-6BFC-4BFC-B8EA-8FBBB7DB1EA6}&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:743]: Determining source type&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:743]: Source type from package &amp;#39;rewrite_1.1_x86_en-US.msi&amp;#39;: 2&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:743]: Source path resolution complete. Dumping Directory table...&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:743]: Dir (source): Key: TARGETDIR&amp;nbsp;, Object: C:\Users\t-gakles\AppData\Local\Microsoft\Web Platform Installer\installers\UrlRewrite\1E3CED2733E6247AA9ECB36E55F9C6170952262B\&amp;nbsp;, LongSubPath: &amp;nbsp;, ShortSubPath: &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:743]: Dir (source): Key: WindowsFolder.30729.01.policy_9_0_Microsoft_VC90_CRT_x86.SP.644DE414_7746_31B5_908B_E938B4078584&amp;nbsp;, Object: C:\Users\t-gakles\AppData\Local\Microsoft\Web Platform Installer\installers\UrlRewrite\1E3CED2733E6247AA9ECB36E55F9C6170952262B\&amp;nbsp;, LongSubPath: Windows\&amp;nbsp;, ShortSubPath: &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:743]: Dir (source): Key: WinSxsDirectory.30729.01.policy_9_0_Microsoft_VC90_CRT_x86.SP.644DE414_7746_31B5_908B_E938B4078584&amp;nbsp;, Object: C:\Users\t-gakles\AppData\Local\Microsoft\Web Platform Installer\installers\UrlRewrite\1E3CED2733E6247AA9ECB36E55F9C6170952262B\&amp;nbsp;, LongSubPath: Windows\winsxs\&amp;nbsp;, ShortSubPath: &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:743]: Dir (source): Key: WinSxsPolicies.30729.01.policy_9_0_Microsoft_VC90_CRT_x86.SP.644DE414_7746_31B5_908B_E938B4078584&amp;nbsp;, Object: C:\Users\t-gakles\AppData\Local\Microsoft\Web Platform Installer\installers\UrlRewrite\1E3CED2733E6247AA9ECB36E55F9C6170952262B\&amp;nbsp;, LongSubPath: Windows\winsxs\Policies\&amp;nbsp;, ShortSubPath: &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:743]: Dir (source): Key: policydir.30729.01.policy_9_0_Microsoft_VC90_CRT_x86.SP.644DE414_7746_31B5_908B_E938B4078584&amp;nbsp;, Object: C:\Users\t-gakles\AppData\Local\Microsoft\Web Platform Installer\installers\UrlRewrite\1E3CED2733E6247AA9ECB36E55F9C6170952262B\&amp;nbsp;, LongSubPath: Windows\winsxs\Policies\dlpCRTx86\&amp;nbsp;, ShortSubPath: Windows\winsxs\Policies\xuwh2lqk\&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:743]: Dir (source): Key: payload_ul.30729.01.policy_9_0_Microsoft_VC90_CRT_x86.SP.644DE414_7746_31B5_908B_E938B4078584&amp;nbsp;, Object: C:\Users\t-gakles\AppData\Local\Microsoft\Web Platform Installer\installers\UrlRewrite\1E3CED2733E6247AA9ECB36E55F9C6170952262B\&amp;nbsp;, LongSubPath: Windows\winsxs\ulpCRTx86\&amp;nbsp;, ShortSubPath: Windows\winsxs\w909o6os\&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:743]: Dir (source): Key: WindowsFolder.30729.01.Microsoft_VC90_CRT_x86.SP.D8D85FD0_537C_3A3A_9BEC_7A1B426637EC&amp;nbsp;, Object: C:\Users\t-gakles\AppData\Local\Microsoft\Web Platform Installer\installers\UrlRewrite\1E3CED2733E6247AA9ECB36E55F9C6170952262B\&amp;nbsp;, LongSubPath: Windows\&amp;nbsp;, ShortSubPath: &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:743]: Dir (source): Key: WinSxsDirectory.30729.01.Microsoft_VC90_CRT_x86.SP.D8D85FD0_537C_3A3A_9BEC_7A1B426637EC&amp;nbsp;, Object: C:\Users\t-gakles\AppData\Local\Microsoft\Web Platform Installer\installers\UrlRewrite\1E3CED2733E6247AA9ECB36E55F9C6170952262B\&amp;nbsp;, LongSubPath: Windows\winsxs\&amp;nbsp;, ShortSubPath: &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:743]: Dir (source): Key: policydir_ul.30729.01.Microsoft_VC90_CRT_x86.SP.D8D85FD0_537C_3A3A_9BEC_7A1B426637EC&amp;nbsp;, Object: C:\Users\t-gakles\AppData\Local\Microsoft\Web Platform Installer\installers\UrlRewrite\1E3CED2733E6247AA9ECB36E55F9C6170952262B\&amp;nbsp;, LongSubPath: Windows\winsxs\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_x-ww_1742743b\&amp;nbsp;, ShortSubPath: Windows\winsxs\xyyphwav\&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:743]: Dir (source): Key: WinSxsPolicies.30729.01.Microsoft_VC90_CRT_x86.SP.D8D85FD0_537C_3A3A_9BEC_7A1B426637EC&amp;nbsp;, Object: C:\Users\t-gakles\AppData\Local\Microsoft\Web Platform Installer\installers\UrlRewrite\1E3CED2733E6247AA9ECB36E55F9C6170952262B\&amp;nbsp;, LongSubPath: Windows\winsxs\Policies\&amp;nbsp;, ShortSubPath: &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:743]: Dir (source): Key: policydir.30729.01.Microsoft_VC90_CRT_x86.SP.D8D85FD0_537C_3A3A_9BEC_7A1B426637EC&amp;nbsp;, Object: C:\Users\t-gakles\AppData\Local\Microsoft\Web Platform Installer\installers\UrlRewrite\1E3CED2733E6247AA9ECB36E55F9C6170952262B\&amp;nbsp;, LongSubPath: Windows\winsxs\Policies\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_x-ww_1742743b\&amp;nbsp;, ShortSubPath: Windows\winsxs\Policies\tpfx6ope\&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:743]: Dir (source): Key: WinSxsManifests.30729.01.Microsoft_VC90_CRT_x86.SP.D8D85FD0_537C_3A3A_9BEC_7A1B426637EC&amp;nbsp;, Object: C:\Users\t-gakles\AppData\Local\Microsoft\Web Platform Installer\installers\UrlRewrite\1E3CED2733E6247AA9ECB36E55F9C6170952262B\&amp;nbsp;, LongSubPath: Windows\winsxs\Manifests\&amp;nbsp;, ShortSubPath: Windows\winsxs\xi4ggmj1\&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:743]: Dir (source): Key: payload.30729.01.Microsoft_VC90_CRT_x86.SP.D8D85FD0_537C_3A3A_9BEC_7A1B426637EC&amp;nbsp;, Object: C:\Users\t-gakles\AppData\Local\Microsoft\Web Platform Installer\installers\UrlRewrite\1E3CED2733E6247AA9ECB36E55F9C6170952262B\&amp;nbsp;, LongSubPath: Windows\winsxs\dlCRTx86\&amp;nbsp;, ShortSubPath: &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:743]: Dir (source): Key: payload_ul.30729.01.Microsoft_VC90_CRT_x86.SP.D8D85FD0_537C_3A3A_9BEC_7A1B426637EC&amp;nbsp;, Object: C:\Users\t-gakles\AppData\Local\Microsoft\Web Platform Installer\installers\UrlRewrite\1E3CED2733E6247AA9ECB36E55F9C6170952262B\&amp;nbsp;, LongSubPath: Windows\winsxs\ulCRTx86\&amp;nbsp;, ShortSubPath: &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:743]: Dir (source): Key: SystemFolder.30729.01.Microsoft_VC90_CRT_x86.SP.D8D85FD0_537C_3A3A_9BEC_7A1B426637EC&amp;nbsp;, Object: C:\Users\t-gakles\AppData\Local\Microsoft\Web Platform Installer\installers\UrlRewrite\1E3CED2733E6247AA9ECB36E55F9C6170952262B\&amp;nbsp;, LongSubPath: Windows\system32\&amp;nbsp;, ShortSubPath: &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:743]: Dir (source): Key: ProgramFilesFolder&amp;nbsp;, Object: C:\Users\t-gakles\AppData\Local\Microsoft\Web Platform Installer\installers\UrlRewrite\1E3CED2733E6247AA9ECB36E55F9C6170952262B\&amp;nbsp;, LongSubPath: &amp;nbsp;, ShortSubPath: &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:758]: Dir (source): Key: ReferenceAssembliesDirectory&amp;nbsp;, Object: C:\Users\t-gakles\AppData\Local\Microsoft\Web Platform Installer\installers\UrlRewrite\1E3CED2733E6247AA9ECB36E55F9C6170952262B\&amp;nbsp;, LongSubPath: Reference Assemblies\&amp;nbsp;, ShortSubPath: RefAsm\&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:758]: Dir (source): Key: MicrosoftDirectory&amp;nbsp;, Object: C:\Users\t-gakles\AppData\Local\Microsoft\Web Platform Installer\installers\UrlRewrite\1E3CED2733E6247AA9ECB36E55F9C6170952262B\&amp;nbsp;, LongSubPath: Reference Assemblies\Microsoft\&amp;nbsp;, ShortSubPath: RefAsm\MS\&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:758]: Dir (source): Key: IISDirectory&amp;nbsp;, Object: C:\Users\t-gakles\AppData\Local\Microsoft\Web Platform Installer\installers\UrlRewrite\1E3CED2733E6247AA9ECB36E55F9C6170952262B\&amp;nbsp;, LongSubPath: Reference Assemblies\Microsoft\IIS\&amp;nbsp;, ShortSubPath: RefAsm\MS\IIS\&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:758]: Dir (source): Key: SystemFolder&amp;nbsp;, Object: C:\Users\t-gakles\AppData\Local\Microsoft\Web Platform Installer\installers\UrlRewrite\1E3CED2733E6247AA9ECB36E55F9C6170952262B\&amp;nbsp;, LongSubPath: &amp;nbsp;, ShortSubPath: &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:758]: Dir (source): Key: IISInstallDir&amp;nbsp;, Object: C:\Users\t-gakles\AppData\Local\Microsoft\Web Platform Installer\installers\UrlRewrite\1E3CED2733E6247AA9ECB36E55F9C6170952262B\&amp;nbsp;, LongSubPath: inetsrv\&amp;nbsp;, ShortSubPath: &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:758]: Dir (source): Key: IISConfigDir&amp;nbsp;, Object: C:\Users\t-gakles\AppData\Local\Microsoft\Web Platform Installer\installers\UrlRewrite\1E3CED2733E6247AA9ECB36E55F9C6170952262B\&amp;nbsp;, LongSubPath: inetsrv\config\&amp;nbsp;, ShortSubPath: &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:758]: Dir (source): Key: IISSchemaDir&amp;nbsp;, Object: C:\Users\t-gakles\AppData\Local\Microsoft\Web Platform Installer\installers\UrlRewrite\1E3CED2733E6247AA9ECB36E55F9C6170952262B\&amp;nbsp;, LongSubPath: inetsrv\config\schema\&amp;nbsp;, ShortSubPath: &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:758]: Dir (source): Key: WindowsFolder&amp;nbsp;, Object: C:\Users\t-gakles\AppData\Local\Microsoft\Web Platform Installer\installers\UrlRewrite\1E3CED2733E6247AA9ECB36E55F9C6170952262B\&amp;nbsp;, LongSubPath: &amp;nbsp;, ShortSubPath: &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:758]: Dir (source): Key: System32Directory&amp;nbsp;, Object: C:\Users\t-gakles\AppData\Local\Microsoft\Web Platform Installer\installers\UrlRewrite\1E3CED2733E6247AA9ECB36E55F9C6170952262B\&amp;nbsp;, LongSubPath: system32\&amp;nbsp;, ShortSubPath: &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:758]: Dir (source): Key: InetsrvDirectory&amp;nbsp;, Object: C:\Users\t-gakles\AppData\Local\Microsoft\Web Platform Installer\installers\UrlRewrite\1E3CED2733E6247AA9ECB36E55F9C6170952262B\&amp;nbsp;, LongSubPath: system32\inetsrv\&amp;nbsp;, ShortSubPath: &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:758]: Dir (source): Key: ResourceSatelliteJA&amp;nbsp;, Object: C:\Users\t-gakles\AppData\Local\Microsoft\Web Platform Installer\installers\UrlRewrite\1E3CED2733E6247AA9ECB36E55F9C6170952262B\&amp;nbsp;, LongSubPath: system32\inetsrv\de\&amp;nbsp;, ShortSubPath: &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:758]: Dir (source): Key: MuiLocationJA&amp;nbsp;, Object: C:\Users\t-gakles\AppData\Local\Microsoft\Web Platform Installer\installers\UrlRewrite\1E3CED2733E6247AA9ECB36E55F9C6170952262B\&amp;nbsp;, LongSubPath: system32\inetsrv\ja-JP\&amp;nbsp;, ShortSubPath: &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:758]: Dir (source): Key: ResourceSatelliteFR&amp;nbsp;, Object: C:\Users\t-gakles\AppData\Local\Microsoft\Web Platform Installer\installers\UrlRewrite\1E3CED2733E6247AA9ECB36E55F9C6170952262B\&amp;nbsp;, LongSubPath: system32\inetsrv\de\&amp;nbsp;, ShortSubPath: &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:758]: Dir (source): Key: MuiLocationFR&amp;nbsp;, Object: C:\Users\t-gakles\AppData\Local\Microsoft\Web Platform Installer\installers\UrlRewrite\1E3CED2733E6247AA9ECB36E55F9C6170952262B\&amp;nbsp;, LongSubPath: system32\inetsrv\fr-FR\&amp;nbsp;, ShortSubPath: &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:758]: Dir (source): Key: ResourceSatelliteES&amp;nbsp;, Object: C:\Users\t-gakles\AppData\Local\Microsoft\Web Platform Installer\installers\UrlRewrite\1E3CED2733E6247AA9ECB36E55F9C6170952262B\&amp;nbsp;, LongSubPath: system32\inetsrv\de\&amp;nbsp;, ShortSubPath: &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:758]: Dir (source): Key: MuiLocationES&amp;nbsp;, Object: C:\Users\t-gakles\AppData\Local\Microsoft\Web Platform Installer\installers\UrlRewrite\1E3CED2733E6247AA9ECB36E55F9C6170952262B\&amp;nbsp;, LongSubPath: system32\inetsrv\es-ES\&amp;nbsp;, ShortSubPath: &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:758]: Dir (source): Key: ResourceSatelliteDE&amp;nbsp;, Object: C:\Users\t-gakles\AppData\Local\Microsoft\Web Platform Installer\installers\UrlRewrite\1E3CED2733E6247AA9ECB36E55F9C6170952262B\&amp;nbsp;, LongSubPath: system32\inetsrv\de\&amp;nbsp;, ShortSubPath: &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:758]: Dir (source): Key: MuiLocationDE&amp;nbsp;, Object: C:\Users\t-gakles\AppData\Local\Microsoft\Web Platform Installer\installers\UrlRewrite\1E3CED2733E6247AA9ECB36E55F9C6170952262B\&amp;nbsp;, LongSubPath: system32\inetsrv\de-DE\&amp;nbsp;, ShortSubPath: &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:758]: Dir (source): Key: MuiLocation&amp;nbsp;, Object: C:\Users\t-gakles\AppData\Local\Microsoft\Web Platform Installer\installers\UrlRewrite\1E3CED2733E6247AA9ECB36E55F9C6170952262B\&amp;nbsp;, LongSubPath: system32\inetsrv\en-us\&amp;nbsp;, ShortSubPath: &lt;br /&gt;MSI (s) (E8:BC) [12:20:25:758]: Dir (source): Key: ResourceSatellite&amp;nbsp;, Object: C:\Users\t-gakles\AppData\Local\Microsoft\Web Platform Installer\installers\UrlRewrite\1E3CED2733E6247AA9ECB36E55F9C6170952262B\&amp;nbsp;, LongSubPath: system32\inetsrv\en\&amp;nbsp;, ShortSubPath: &lt;br /&gt;Action ended 12:20:25: CheckForSharedConfiguration. Return value 1.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:774]: Skipping action: CheckForServicesRunning (condition is false)&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:774]: Skipping action: SxsInstallCA (condition is false)&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:774]: Doing action: AllocateRegistrySpace&lt;br /&gt;Action start 12:20:25: AllocateRegistrySpace.&lt;br /&gt;Action ended 12:20:25: AllocateRegistrySpace. Return value 1.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:774]: Doing action: ProcessComponents&lt;br /&gt;Action start 12:20:25: ProcessComponents.&lt;br /&gt;Action ended 12:20:25: ProcessComponents. Return value 1.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:790]: Doing action: MsiUnpublishAssemblies&lt;br /&gt;Action start 12:20:25: MsiUnpublishAssemblies.&lt;br /&gt;Action ended 12:20:25: MsiUnpublishAssemblies. Return value 1.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:790]: Doing action: UnpublishFeatures&lt;br /&gt;Action start 12:20:25: UnpublishFeatures.&lt;br /&gt;Action ended 12:20:25: UnpublishFeatures. Return value 1.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:790]: Doing action: RemoveRegistryValues&lt;br /&gt;Action start 12:20:25: RemoveRegistryValues.&lt;br /&gt;Action ended 12:20:25: RemoveRegistryValues. Return value 1.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:790]: Doing action: ScheduleUnInstallModule&lt;br /&gt;Action start 12:20:25: ScheduleUnInstallModule.&lt;br /&gt;MSI (s) (E8:BC) [12:20:25:790]: Note: 1: 2235 2:&amp;nbsp; 3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = &amp;#39;ScheduleUnInstallModule&amp;#39; &lt;br /&gt;MSI (s) (E8:20) [12:20:25:821]: Invoking remote custom action. DLL: C:\Windows\Installer\MSIF11B.tmp, Entrypoint: ScheduleUnInstallModuleCA&lt;br /&gt;MSI (s) (E8:B0) [12:20:25:836]: Generating random cookie.&lt;br /&gt;MSI (s) (E8:B0) [12:20:25:836]: Created Custom Action Server with PID 2616 (0xA38).&lt;br /&gt;MSI (s) (E8:1C) [12:20:26:039]: Running as a service.&lt;br /&gt;MSI (s) (E8:1C) [12:20:26:039]: Hello, I&amp;#39;m your 32bit Impersonated custom action server.&lt;br /&gt;Action ended 12:20:26: ScheduleUnInstallModule. Return value 1.&lt;br /&gt;MSI (s) (E8:BC) [12:20:26:055]: Doing action: ScheduleUnRegisterSectionSchema&lt;br /&gt;Action start 12:20:26: ScheduleUnRegisterSectionSchema.&lt;br /&gt;MSI (s) (E8:BC) [12:20:26:055]: Note: 1: 2235 2:&amp;nbsp; 3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = &amp;#39;ScheduleUnRegisterSectionSchema&amp;#39; &lt;br /&gt;MSI (s) (E8:DC) [12:20:26:086]: Invoking remote custom action. DLL: C:\Windows\Installer\MSIF225.tmp, Entrypoint: ScheduleUnRegisterSectionSchemaCA&lt;br /&gt;Action ended 12:20:26: ScheduleUnRegisterSectionSchema. Return value 1.&lt;br /&gt;MSI (s) (E8:BC) [12:20:26:086]: Doing action: ScheduleUnRegisterUIModule&lt;br /&gt;Action start 12:20:26: ScheduleUnRegisterUIModule.&lt;br /&gt;MSI (s) (E8:BC) [12:20:26:086]: Note: 1: 2235 2:&amp;nbsp; 3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = &amp;#39;ScheduleUnRegisterUIModule&amp;#39; &lt;br /&gt;MSI (s) (E8:48) [12:20:26:117]: Invoking remote custom action. DLL: C:\Windows\Installer\MSIF246.tmp, Entrypoint: ScheduleUnRegisterUIModuleCA&lt;br /&gt;Action ended 12:20:26: ScheduleUnRegisterUIModule. Return value 1.&lt;br /&gt;MSI (s) (E8:BC) [12:20:26:133]: Doing action: RemoveFiles&lt;br /&gt;Action start 12:20:26: RemoveFiles.&lt;br /&gt;MSI (s) (E8:BC) [12:20:26:133]: Note: 1: 2205 2:&amp;nbsp; 3: RemoveFile &lt;br /&gt;MSI (s) (E8:BC) [12:20:26:133]: Note: 1: 2205 2:&amp;nbsp; 3: RemoveFile &lt;br /&gt;Action ended 12:20:26: RemoveFiles. Return value 0.&lt;br /&gt;MSI (s) (E8:BC) [12:20:26:133]: Doing action: ScheduleInstallWindowsHotfix&lt;br /&gt;Action start 12:20:26: ScheduleInstallWindowsHotfix.&lt;br /&gt;MSI (s) (E8:BC) [12:20:26:133]: Note: 1: 2235 2:&amp;nbsp; 3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = &amp;#39;ScheduleInstallWindowsHotfix&amp;#39; &lt;br /&gt;MSI (s) (E8:5C) [12:20:26:164]: Invoking remote custom action. DLL: C:\Windows\Installer\MSIF275.tmp, Entrypoint: ScheduleInstallWindowsHotfixCA&lt;br /&gt;1: IISCA ScheduleInstallWindowsHotfixCA : Begin CA Setup &lt;br /&gt;1: IISCA ScheduleInstallWindowsHotfixCA : Checking applicability of Hotfix &amp;#39;HotfixPHP&amp;#39;. &lt;br /&gt;1: IISCA ScheduleInstallWindowsHotfixCA : No OS Major Version available. &lt;br /&gt;1: IISCA ScheduleInstallWindowsHotfixCA : No OS Minor Version available. &lt;br /&gt;1: IISCA ScheduleInstallWindowsHotfixCA : No OS SP Major Version available. &lt;br /&gt;1: IISCA ScheduleInstallWindowsHotfixCA : Condition evaluation returned false! Will not apply the hotfix. &lt;br /&gt;1: IISCA ScheduleInstallWindowsHotfixCA : Checking applicability of Hotfix &amp;#39;HotfixSetUrl&amp;#39;. &lt;br /&gt;1: IISCA ScheduleInstallWindowsHotfixCA : No OS Major Version available. &lt;br /&gt;1: IISCA ScheduleInstallWindowsHotfixCA : No OS Minor Version available. &lt;br /&gt;1: IISCA ScheduleInstallWindowsHotfixCA : No OS SP Major Version available. &lt;br /&gt;1: IISCA ScheduleInstallWindowsHotfixCA : Condition evaluation returned false! Will not apply the hotfix. &lt;br /&gt;1: IISCA ScheduleInstallWindowsHotfixCA : Checking applicability of Hotfix &amp;#39;HotfixAspNet&amp;#39;. &lt;br /&gt;1: IISCA ScheduleInstallWindowsHotfixCA : No OS Major Version available. &lt;br /&gt;1: IISCA ScheduleInstallWindowsHotfixCA : No OS Minor Version available. &lt;br /&gt;1: IISCA ScheduleInstallWindowsHotfixCA : No OS SP Major Version available. &lt;br /&gt;1: IISCA ScheduleInstallWindowsHotfixCA : Condition evaluation returned false! Will not apply the hotfix. &lt;br /&gt;1: IISCA ScheduleInstallWindowsHotfixCA : End CA Setup &lt;br /&gt;Action ended 12:20:26: ScheduleInstallWindowsHotfix. Return value 1.&lt;br /&gt;MSI (s) (E8:BC) [12:20:26:180]: Doing action: InstallFiles&lt;br /&gt;Action start 12:20:26: InstallFiles.&lt;br /&gt;MSI (s) (E8:BC) [12:20:26:180]: Note: 1: 2205 2:&amp;nbsp; 3: Patch &lt;br /&gt;MSI (s) (E8:BC) [12:20:26:195]: Note: 1: 2228 2:&amp;nbsp; 3: Patch 4: SELECT `Patch`.`File_`, `Patch`.`Header`, `Patch`.`Attributes`, `Patch`.`Sequence`, `Patch`.`StreamRef_` FROM `Patch` WHERE `Patch`.`File_` = ? AND `Patch`.`#_MsiActive`=? ORDER BY `Patch`.`Sequence` &lt;br /&gt;MSI (s) (E8:BC) [12:20:26:195]: Note: 1: 2205 2:&amp;nbsp; 3: MsiPatchHeaders &lt;br /&gt;MSI (s) (E8:BC) [12:20:26:195]: Note: 1: 2228 2:&amp;nbsp; 3: MsiPatchHeaders 4: SELECT `Header` FROM `MsiPatchHeaders` WHERE `StreamRef` = ? &lt;br /&gt;MSI (s) (E8:BC) [12:20:26:195]: Note: 1: 2205 2:&amp;nbsp; 3: PatchPackage &lt;br /&gt;MSI (s) (E8:BC) [12:20:26:195]: Note: 1: 2205 2:&amp;nbsp; 3: MsiPatchHeaders &lt;br /&gt;MSI (s) (E8:BC) [12:20:26:195]: Note: 1: 2205 2:&amp;nbsp; 3: PatchPackage &lt;br /&gt;MSI (s) (E8:BC) [12:20:26:211]: Note: 1: 2205 2:&amp;nbsp; 3: Patch &lt;br /&gt;MSI (s) (E8:BC) [12:20:26:211]: Note: 1: 2228 2:&amp;nbsp; 3: Patch 4: SELECT `Patch`.`Sequence`, `Patch`.`PatchSize`, `Patch`.`Attributes`, `Patch`.`Header`, `Patch`.`StreamRef_` FROM `File`,`Patch`,`Component` WHERE `File`=? AND `File`=`File_` AND `Component`=`Component_` ORDER BY `Patch`.`Sequence` &lt;br /&gt;Action ended 12:20:26: InstallFiles. Return value 1.&lt;br /&gt;MSI (s) (E8:BC) [12:20:26:227]: Doing action: ScheduleInstallModule&lt;br /&gt;Action start 12:20:26: ScheduleInstallModule.&lt;br /&gt;MSI (s) (E8:BC) [12:20:26:227]: Note: 1: 2235 2:&amp;nbsp; 3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = &amp;#39;ScheduleInstallModule&amp;#39; &lt;br /&gt;MSI (s) (E8:44) [12:20:26:258]: Invoking remote custom action. DLL: C:\Windows\Installer\MSIF2D4.tmp, Entrypoint: ScheduleInstallModuleCA&lt;br /&gt;MSI (s) (E8!94) [12:20:26:258]: PROPERTY CHANGE: Adding ExecuteInstallModule property. Its value is &amp;#39;13^RewriteModule^39^C:\Windows\system32\inetsrv\rewrite.dll^0^^0^^&amp;#39;.&lt;br /&gt;MSI (s) (E8!94) [12:20:26:258]: Doing action: ExecuteInstallModule&lt;br /&gt;Action start 12:20:26: ExecuteInstallModule.&lt;br /&gt;MSI (s) (E8!94) [12:20:26:258]: Note: 1: 2235 2:&amp;nbsp; 3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = &amp;#39;ExecuteInstallModule&amp;#39; &lt;br /&gt;Action ended 12:20:26: ExecuteInstallModule. Return value 1.&lt;br /&gt;Action ended 12:20:26: ScheduleInstallModule. Return value 1.&lt;br /&gt;MSI (s) (E8:BC) [12:20:26:273]: Doing action: ScheduleRegisterUIModule&lt;br /&gt;Action start 12:20:26: ScheduleRegisterUIModule.&lt;br /&gt;MSI (s) (E8:BC) [12:20:26:273]: Note: 1: 2235 2:&amp;nbsp; 3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = &amp;#39;ScheduleRegisterUIModule&amp;#39; &lt;br /&gt;MSI (s) (E8:B0) [12:20:26:305]: Invoking remote custom action. DLL: C:\Windows\Installer\MSIF304.tmp, Entrypoint: ScheduleRegisterUIModuleCA&lt;br /&gt;MSI (s) (E8!F8) [12:20:26:305]: PROPERTY CHANGE: Adding ExecuteRegisterUIModule property. Its value is &amp;#39;7^Rewrite^159^Microsoft.Web.Management.Iis.Rewrite.RewriteModuleProvider, Microsoft.Web.Management.Rewrite, Version=7.1.1.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35^1^1^0^^&amp;#39;.&lt;br /&gt;MSI (s) (E8!F8) [12:20:26:305]: Doing action: ExecuteRegisterUIModule&lt;br /&gt;Action start 12:20:26: ExecuteRegisterUIModule.&lt;br /&gt;MSI (s) (E8!F8) [12:20:26:305]: Note: 1: 2235 2:&amp;nbsp; 3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = &amp;#39;ExecuteRegisterUIModule&amp;#39; &lt;br /&gt;Action ended 12:20:26: ExecuteRegisterUIModule. Return value 1.&lt;br /&gt;Action ended 12:20:26: ScheduleRegisterUIModule. Return value 1.&lt;br /&gt;MSI (s) (E8:BC) [12:20:26:320]: Doing action: ScheduleRegisterSectionSchema&lt;br /&gt;Action start 12:20:26: ScheduleRegisterSectionSchema.&lt;br /&gt;MSI (s) (E8:BC) [12:20:26:320]: Note: 1: 2235 2:&amp;nbsp; 3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = &amp;#39;ScheduleRegisterSectionSchema&amp;#39; &lt;br /&gt;MSI (s) (E8:0C) [12:20:26:351]: Invoking remote custom action. DLL: C:\Windows\Installer\MSIF334.tmp, Entrypoint: ScheduleRegisterSectionSchemaCA&lt;br /&gt;MSI (s) (E8!04) [12:20:26:351]: PROPERTY CHANGE: Adding ExecuteRegisterSectionSchema property. Its value is &amp;#39;30^system.webServer/rewrite/rules^5^Allow^0^^0^^0^^36^system.webServer/rewrite/globalRules^4^Deny^11^AppHostOnly^0^^0^^36^system.webServer/rewrite/rewriteMaps^5^Allow^0^^0^^0^^&amp;#39;.&lt;br /&gt;MSI (s) (E8!04) [12:20:26:351]: Doing action: ExecuteRegisterSectionSchema&lt;br /&gt;Action start 12:20:26: ExecuteRegisterSectionSchema.&lt;br /&gt;MSI (s) (E8!04) [12:20:26:351]: Note: 1: 2235 2:&amp;nbsp; 3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = &amp;#39;ExecuteRegisterSectionSchema&amp;#39; &lt;br /&gt;Action ended 12:20:26: ExecuteRegisterSectionSchema. Return value 1.&lt;br /&gt;Action ended 12:20:26: ScheduleRegisterSectionSchema. Return value 1.&lt;br /&gt;MSI (s) (E8:BC) [12:20:26:367]: Doing action: ScheduleRegisterMofFile&lt;br /&gt;Action start 12:20:26: ScheduleRegisterMofFile.&lt;br /&gt;MSI (s) (E8:BC) [12:20:26:367]: Note: 1: 2235 2:&amp;nbsp; 3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = &amp;#39;ScheduleRegisterMofFile&amp;#39; &lt;br /&gt;MSI (s) (E8:4C) [12:20:26:398]: Invoking remote custom action. DLL: C:\Windows\Installer\MSIF363.tmp, Entrypoint: ScheduleRegisterMofFileCA&lt;br /&gt;MSI (s) (E8!A4) [12:20:26:398]: PROPERTY CHANGE: Adding ExecuteRegisterMofFile property. Its value is &amp;#39;94^C:\Users\t-gakles\AppData\Local\Temp\\RewriteMofFile{7424377F-EB6C-4D79-B994-758A5BE806D7}.mof^&amp;#39;.&lt;br /&gt;MSI (s) (E8!A4) [12:20:26:398]: Doing action: ExecuteRegisterMofFile&lt;br /&gt;Action start 12:20:26: ExecuteRegisterMofFile.&lt;br /&gt;MSI (s) (E8!A4) [12:20:26:398]: Note: 1: 2235 2:&amp;nbsp; 3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = &amp;#39;ExecuteRegisterMofFile&amp;#39; &lt;br /&gt;Action ended 12:20:26: ExecuteRegisterMofFile. Return value 1.&lt;br /&gt;Action ended 12:20:26: ScheduleRegisterMofFile. Return value 1.&lt;br /&gt;MSI (s) (E8:BC) [12:20:26:414]: Doing action: ScheduleRegisterTraceArea&lt;br /&gt;Action start 12:20:26: ScheduleRegisterTraceArea.&lt;br /&gt;MSI (s) (E8:BC) [12:20:26:414]: Note: 1: 2235 2:&amp;nbsp; 3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = &amp;#39;ScheduleRegisterTraceArea&amp;#39; &lt;br /&gt;MSI (s) (E8:D8) [12:20:26:445]: Invoking remote custom action. DLL: C:\Windows\Installer\MSIF393.tmp, Entrypoint: ScheduleRegisterTraceAreaCA&lt;br /&gt;MSI (s) (E8!64) [12:20:26:445]: PROPERTY CHANGE: Adding ExecuteRegisterTraceArea property. Its value is &amp;#39;10^WWW Server^38^{3a2a4e84-4c21-4981-ae10-3fda0d9b0f83}^7^Rewrite^4^1024^&amp;#39;.&lt;br /&gt;MSI (s) (E8!64) [12:20:26:445]: Doing action: ExecuteRegisterTraceArea&lt;br /&gt;Action start 12:20:26: ExecuteRegisterTraceArea.&lt;br /&gt;MSI (s) (E8!64) [12:20:26:461]: Note: 1: 2235 2:&amp;nbsp; 3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = &amp;#39;ExecuteRegisterTraceArea&amp;#39; &lt;br /&gt;Action ended 12:20:26: ExecuteRegisterTraceArea. Return value 1.&lt;br /&gt;Action ended 12:20:26: ScheduleRegisterTraceArea. Return value 1.&lt;br /&gt;MSI (s) (E8:BC) [12:20:26:476]: Doing action: WriteRegistryValues&lt;br /&gt;Action start 12:20:26: WriteRegistryValues.&lt;br /&gt;Action ended 12:20:26: WriteRegistryValues. Return value 1.&lt;br /&gt;MSI (s) (E8:BC) [12:20:26:476]: Doing action: RegisterUser&lt;br /&gt;Action start 12:20:26: RegisterUser.&lt;br /&gt;Action ended 12:20:26: RegisterUser. Return value 1.&lt;br /&gt;MSI (s) (E8:BC) [12:20:26:476]: Doing action: RegisterProduct&lt;br /&gt;Action start 12:20:26: RegisterProduct.&lt;br /&gt;MSI (s) (E8:BC) [12:20:26:476]: PROPERTY CHANGE: Adding ProductToBeRegistered property. Its value is &amp;#39;1&amp;#39;.&lt;br /&gt;Action ended 12:20:26: RegisterProduct. Return value 1.&lt;br /&gt;MSI (s) (E8:BC) [12:20:26:492]: Doing action: MsiPublishAssemblies&lt;br /&gt;Action start 12:20:26: MsiPublishAssemblies.&lt;br /&gt;Action ended 12:20:27: MsiPublishAssemblies. Return value 1.&lt;br /&gt;MSI (s) (E8:BC) [12:20:27:194]: Doing action: PublishFeatures&lt;br /&gt;Action start 12:20:27: PublishFeatures.&lt;br /&gt;Action ended 12:20:27: PublishFeatures. Return value 1.&lt;br /&gt;MSI (s) (E8:BC) [12:20:27:194]: Doing action: PublishProduct&lt;br /&gt;Action start 12:20:27: PublishProduct.&lt;br /&gt;Action ended 12:20:27: PublishProduct. Return value 1.&lt;br /&gt;MSI (s) (E8:BC) [12:20:27:209]: Doing action: InstallFinalize&lt;br /&gt;Action start 12:20:27: InstallFinalize.&lt;br /&gt;MSI (s) (E8:BC) [12:20:27:209]: Running Script: C:\Windows\Installer\MSIF0FB.tmp&lt;br /&gt;MSI (s) (E8:BC) [12:20:27:209]: PROPERTY CHANGE: Adding UpdateStarted property. Its value is &amp;#39;1&amp;#39;.&lt;br /&gt;MSI (s) (E8:BC) [12:20:27:209]: Machine policy value &amp;#39;DisableRollback&amp;#39; is 0&lt;br /&gt;MSI (s) (E8:BC) [12:20:27:225]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2 &lt;br /&gt;MSI (s) (E8:BC) [12:20:27:225]: Executing op: Header(Signature=1397708873,Version=500,Timestamp=995844749,LangId=1033,Platform=0,ScriptType=1,ScriptMajorVersion=21,ScriptMinorVersion=4,ScriptAttributes=1)&lt;br /&gt;MSI (s) (E8:BC) [12:20:27:225]: Executing op: ProductInfo(ProductKey={08A2E0FA-6BFC-4BFC-B8EA-8FBBB7DB1EA6},ProductName=Microsoft URL Rewrite Module 1.1 for IIS 7,PackageName=rewrite_1.1_x86_en-US.msi,Language=1033,Version=117506538,Assignment=1,ObsoleteArg=0,ProductIcon=Rewrite.ico,,PackageCode={5B17F396-C0FB-40F5-8932-81F12B4DF43D},,,InstanceType=0,LUASetting=0,RemoteURTInstalls=0,ProductDeploymentFlags=3)&lt;br /&gt;MSI (s) (E8:BC) [12:20:27:241]: Executing op: DialogInfo(Type=0,Argument=1033)&lt;br /&gt;MSI (s) (E8:BC) [12:20:27:241]: Executing op: DialogInfo(Type=1,Argument=Microsoft URL Rewrite Module 1.1 for IIS 7)&lt;br /&gt;MSI (s) (E8:BC) [12:20:27:241]: Executing op: RollbackInfo(,RollbackAction=Rollback,RollbackDescription=Rolling back action:,RollbackTemplate=[1],CleanupAction=RollbackCleanup,CleanupDescription=Removing backup files,CleanupTemplate=File: [1])&lt;br /&gt;MSI (s) (E8:BC) [12:20:27:241]: Executing op: SetBaseline(Baseline=0,)&lt;br /&gt;MSI (s) (E8:BC) [12:20:27:241]: Executing op: SetBaseline(Baseline=1,)&lt;br /&gt;MSI (s) (E8:BC) [12:20:27:241]: Executing op: ActionStart(Name=CheckForSharedConfiguration,,)&lt;br /&gt;MSI (s) (E8:BC) [12:20:27:241]: Executing op: CustomActionSchedule(Action=CheckForSharedConfiguration,ActionType=3073,Source=BinaryData,Target=CheckForSharedConfigurationCA,)&lt;br /&gt;MSI (s) (E8:D4) [12:20:27:272]: Invoking remote custom action. DLL: C:\Windows\Installer\MSIF6D0.tmp, Entrypoint: CheckForSharedConfigurationCA&lt;br /&gt;MSI (s) (E8:B0) [12:20:27:272]: Generating random cookie.&lt;br /&gt;MSI (s) (E8:B0) [12:20:27:272]: Created Custom Action Server with PID 6024 (0x1788).&lt;br /&gt;MSI (s) (E8:B0) [12:20:27:506]: Running as a service.&lt;br /&gt;MSI (s) (E8:B0) [12:20:27:521]: Hello, I&amp;#39;m your 32bit Elevated custom action server.&lt;br /&gt;MSI (s) (E8:BC) [12:20:27:646]: Executing op: ActionStart(Name=ProcessComponents,Description=Updating component registration,)&lt;br /&gt;MSI (s) (E8:BC) [12:20:27:646]: Executing op: ProgressTotal(Total=29,Type=1,ByteEquivalent=24000)&lt;br /&gt;MSI (s) (E8:BC) [12:20:27:662]: Executing op: ComponentRegister(ComponentId={7ECD5F69-2A51-4A00-B3D5-F4C1DB72463A},KeyPath=C:\Windows\system32\inetsrv\rewrite.dll,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0)&lt;br /&gt;MSI (s) (E8:BC) [12:20:27:662]: Executing op: ComponentRegister(ComponentId={087F075C-30D0-4232-A8E3-80FE08F65A74},KeyPath=&amp;lt;\Microsoft.Web.Management.Rewrite,fileVersion=&amp;quot;7.1.490.43&amp;quot;,version=&amp;quot;7.1.1.0000&amp;quot;,culture=&amp;quot;neutral&amp;quot;,publicKeyToken=&amp;quot;31BF3856AD364E35&amp;quot;,processorArchitecture=&amp;quot;MSIL&amp;quot;,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0)&lt;br /&gt;MSI (s) (E8:BC) [12:20:27:677]: MSCOREE already loaded, using loaded copy&lt;br /&gt;MSI (s) (E8:BC) [12:20:27:677]: Executing op: ComponentRegister(ComponentId={7AFD9706-32E1-4E13-9EDC-92B6C1E600FF},KeyPath=&amp;lt;\Microsoft.Web.Management.Rewrite.Client,fileVersion=&amp;quot;7.1.490.43&amp;quot;,version=&amp;quot;7.1.2.0001&amp;quot;,culture=&amp;quot;neutral&amp;quot;,publicKeyToken=&amp;quot;31BF3856AD364E35&amp;quot;,processorArchitecture=&amp;quot;MSIL&amp;quot;,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0)&lt;br /&gt;MSI (s) (E8:BC) [12:20:27:677]: Executing op: ComponentRegister(ComponentId={1DACF4EA-F06E-48C2-929E-880E645C63C8},KeyPath=&amp;lt;\Microsoft.Web.Management.Rewrite.resources,fileVersion=&amp;quot;7.1.490.43&amp;quot;,version=&amp;quot;7.1.1.0000&amp;quot;,culture=&amp;quot;en&amp;quot;,publicKeyToken=&amp;quot;31BF3856AD364E35&amp;quot;,processorArchitecture=&amp;quot;MSIL&amp;quot;,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0)&lt;br /&gt;MSI (s) (E8:BC) [12:20:27:693]: Executing op: ComponentRegister(ComponentId={765345CA-D525-4344-A01F-F862C08ED9E6},KeyPath=&amp;lt;\Microsoft.Web.Management.Rewrite.Client.resources,fileVersion=&amp;quot;7.1.490.43&amp;quot;,version=&amp;quot;7.1.2.0001&amp;quot;,culture=&amp;quot;en&amp;quot;,publicKeyToken=&amp;quot;31BF3856AD364E35&amp;quot;,processorArchitecture=&amp;quot;MSIL&amp;quot;,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0)&lt;br /&gt;MSI (s) (E8:BC) [12:20:27:693]: Executing op: ComponentRegister(ComponentId={D7086B36-449D-43F3-AA80-7555078FE7E4},KeyPath=C:\Windows\system32\inetsrv\en-us\rewrite.dll.mui,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0)&lt;br /&gt;MSI (s) (E8:BC) [12:20:27:693]: Executing op: ComponentRegister(ComponentId={388B0118-6E3A-4A03-B5B5-226B84B8CF7D},KeyPath=C:\Windows\system32\inetsrv\config\schema\rewrite_schema.xml,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0)&lt;br /&gt;MSI (s) (E8:BC) [12:20:27:693]: Executing op: ComponentRegister(ComponentId={2A8BED3D-EEBF-4715-AC8D-BCE84A68FC83},KeyPath=C:\Windows\system32\inetsrv\rewrite_license.rtf,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0)&lt;br /&gt;MSI (s) (E8:BC) [12:20:27:709]: Executing op: ComponentRegister(ComponentId={EDACE78F-C5DD-4B1E-BC7C-6E7633189F77},KeyPath=C:\Windows\system32\inetsrv\rewrite_readme.htm,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0)&lt;br /&gt;MSI (s) (E8:BC) [12:20:27:709]: Executing op: ComponentRegister(ComponentId={78D81FC4-F4AB-47EF-9FBB-2C6C26CF11E1},KeyPath=C:\Program Files\Reference Assemblies\Microsoft\IIS\Microsoft.Web.Management.Rewrite.Client.dll,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0)&lt;br /&gt;MSI (s) (E8:BC) [12:20:27:709]: Executing op: ComponentRegister(ComponentId={F828A6DE-0BC9-40F4-8FF0-124290E7F8F6},KeyPath=C:\Windows\system32\inetsrv\de-DE\rewrite.dll.mui,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0)&lt;br /&gt;MSI (s) (E8:BC) [12:20:27:709]: Executing op: ComponentRegister(ComponentId={2A642CB7-1722-44E7-97C5-CBED655709ED},KeyPath=&amp;lt;\Microsoft.Web.Management.Rewrite.resources,fileVersion=&amp;quot;7.1.490.43&amp;quot;,version=&amp;quot;7.1.1.0000&amp;quot;,culture=&amp;quot;de&amp;quot;,publicKeyToken=&amp;quot;31BF3856AD364E35&amp;quot;,processorArchitecture=&amp;quot;MSIL&amp;quot;,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0)&lt;br /&gt;MSI (s) (E8:BC) [12:20:27:709]: Executing op: ComponentRegister(ComponentId={9FD7C2D6-5CBD-4EA3-A861-9D275E7EC2E2},KeyPath=&amp;lt;\Microsoft.Web.Management.Rewrite.Client.resources,fileVersion=&amp;quot;7.1.490.43&amp;quot;,version=&amp;quot;7.1.2.0001&amp;quot;,culture=&amp;quot;de&amp;quot;,publicKeyToken=&amp;quot;31BF3856AD364E35&amp;quot;,processorArchitecture=&amp;quot;MSIL&amp;quot;,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0)&lt;br /&gt;MSI (s) (E8:BC) [12:20:27:724]: Executing op: ComponentRegister(ComponentId={5243BABC-A8EB-4C50-ACB1-191B0F321F4C},KeyPath=C:\Windows\system32\inetsrv\es-ES\rewrite.dll.mui,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0)&lt;br /&gt;MSI (s) (E8:BC) [12:20:27:724]: Executing op: ComponentRegister(ComponentId={FC528C5C-61BD-41C5-9926-3CA661331DB0},KeyPath=&amp;lt;\Microsoft.Web.Management.Rewrite.resources,fileVersion=&amp;quot;7.1.490.43&amp;quot;,version=&amp;quot;7.1.1.0000&amp;quot;,culture=&amp;quot;es&amp;quot;,publicKeyToken=&amp;quot;31BF3856AD364E35&amp;quot;,processorArchitecture=&amp;quot;MSIL&amp;quot;,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0)&lt;br /&gt;MSI (s) (E8:BC) [12:20:27:724]: Executing op: ComponentRegister(ComponentId={6BA6BDEB-3F1A-4C98-93D6-9DED0883FA60},KeyPath=&amp;lt;\Microsoft.Web.Management.Rewrite.Client.resources,fileVersion=&amp;quot;7.1.490.43&amp;quot;,version=&amp;quot;7.1.2.0001&amp;quot;,culture=&amp;quot;es&amp;quot;,publicKeyToken=&amp;quot;31BF3856AD364E35&amp;quot;,processorArchitecture=&amp;quot;MSIL&amp;quot;,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0)&lt;br /&gt;MSI (s) (E8:BC) [12:20:27:724]: Executing op: ComponentRegister(ComponentId={3D74AD79-CB9B-428F-A941-5A1C56CE2FD8},KeyPath=C:\Windows\system32\inetsrv\fr-FR\rewrite.dll.mui,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0)&lt;br /&gt;MSI (s) (E8:BC) [12:20:27:740]: Executing op: ComponentRegister(ComponentId={4D1E0E17-11B9-4730-9899-FE6E7164C20C},KeyPath=&amp;lt;\Microsoft.Web.Management.Rewrite.resources,fileVersion=&amp;quot;7.1.490.43&amp;quot;,version=&amp;quot;7.1.1.0000&amp;quot;,culture=&amp;quot;fr&amp;quot;,publicKeyToken=&amp;quot;31BF3856AD364E35&amp;quot;,processorArchitecture=&amp;quot;MSIL&amp;quot;,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0)&lt;br /&gt;MSI (s) (E8:BC) [12:20:27:740]: Executing op: ComponentRegister(ComponentId={4C91F314-B3B6-45E9-9E07-CDFDEA20E438},KeyPath=&amp;lt;\Microsoft.Web.Management.Rewrite.Client.resources,fileVersion=&amp;quot;7.1.490.43&amp;quot;,version=&amp;quot;7.1.2.0001&amp;quot;,culture=&amp;quot;fr&amp;quot;,publicKeyToken=&amp;quot;31BF3856AD364E35&amp;quot;,processorArchitecture=&amp;quot;MSIL&amp;quot;,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0)&lt;br /&gt;MSI (s) (E8:BC) [12:20:27:740]: Executing op: ComponentRegister(ComponentId={381B3333-8BB7-4F85-99E1-79D5C95A7B54},KeyPath=C:\Windows\system32\inetsrv\ja-JP\rewrite.dll.mui,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0)&lt;br /&gt;MSI (s) (E8:BC) [12:20:27:740]: Executing op: ComponentRegister(ComponentId={1E66F4B0-D9E9-46EA-8B05-4F453F9D3484},KeyPath=&amp;lt;\Microsoft.Web.Management.Rewrite.resources,fileVersion=&amp;quot;7.1.490.43&amp;quot;,version=&amp;quot;7.1.1.0000&amp;quot;,culture=&amp;quot;ja&amp;quot;,publicKeyToken=&amp;quot;31BF3856AD364E35&amp;quot;,processorArchitecture=&amp;quot;MSIL&amp;quot;,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0)&lt;br /&gt;MSI (s) (E8:BC) [12:20:27:740]: Executing op: ComponentRegister(ComponentId={72A8CBA9-6CBA-4C55-A53D-82837BD46527},KeyPath=&amp;lt;\Microsoft.Web.Management.Rewrite.Client.resources,fileVersion=&amp;quot;7.1.490.43&amp;quot;,version=&amp;quot;7.1.2.0001&amp;quot;,culture=&amp;quot;ja&amp;quot;,publicKeyToken=&amp;quot;31BF3856AD364E35&amp;quot;,processorArchitecture=&amp;quot;MSIL&amp;quot;,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0)&lt;br /&gt;MSI (s) (E8:BC) [12:20:27:755]: Executing op: ComponentRegister(ComponentId={65DB04B1-09F5-47E9-9FD8-E5248D75B654},KeyPath=02:\SOFTWARE\Microsoft\IIS Extensions\,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0)&lt;br /&gt;MSI (s) (E8:BC) [12:20:27:755]: Executing op: ComponentRegister(ComponentId={6D321E57-3E99-3B87-BF23-2CDFF3361CB4},KeyPath=&amp;gt;msvcr90.dll\Microsoft.VC90.CRT,version=&amp;quot;9.0.30729.1&amp;quot;,publicKeyToken=&amp;quot;1fc8b3b9a1e18e3b&amp;quot;,processorArchitecture=&amp;quot;x86&amp;quot;,type=&amp;quot;win32&amp;quot;,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0)&lt;br /&gt;MSI (s) (E8:BC) [12:20:27:755]: Executing op: ComponentRegister(ComponentId={571D121B-1964-392A-965A-00193D5AE1A1},,State=-7,,Disk=1,SharedDllRefCount=0,BinaryType=0)&lt;br /&gt;MSI (s) (E8:BC) [12:20:27:755]: Executing op: ComponentRegister(ComponentId={BF95E909-73F5-3378-BA9E-5AA63B70230F},,State=-7,,Disk=1,SharedDllRefCount=0,BinaryType=0)&lt;br /&gt;MSI (s) (E8:BC) [12:20:27:755]: Executing op: ComponentRegister(ComponentId={0679E22E-6B33-3458-B7E6-877AC9585626},,State=-7,,Disk=1,SharedDllRefCount=0,BinaryType=0)&lt;br /&gt;MSI (s) (E8:BC) [12:20:27:755]: Executing op: ComponentRegister(ComponentId={3C582984-7607-3E35-A337-D3D327097351},KeyPath=&amp;gt;\policy.9.0.Microsoft.VC90.CRT,version=&amp;quot;9.0.30729.1&amp;quot;,publicKeyToken=&amp;quot;1fc8b3b9a1e18e3b&amp;quot;,processorArchitecture=&amp;quot;x86&amp;quot;,type=&amp;quot;win32-policy&amp;quot;,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0)&lt;br /&gt;MSI (s) (E8:BC) [12:20:27:771]: Executing op: ComponentRegister(ComponentId={4438C47F-9FE3-3D40-A49F-DEFB174F7826},,State=-7,,Disk=1,SharedDllRefCount=0,BinaryType=0)&lt;br /&gt;MSI (s) (E8:BC) [12:20:27:771]: Executing op: ActionStart(Name=InstallFiles,Description=Copying new files,Template=File: [1],&amp;nbsp; Directory: [9],&amp;nbsp; Size: [6])&lt;br /&gt;MSI (s) (E8:BC) [12:20:27:771]: Executing op: ProgressTotal(Total=1258508,Type=0,ByteEquivalent=1)&lt;br /&gt;MSI (s) (E8:BC) [12:20:27:771]: Executing op: SetTargetFolder(Folder=C:\Windows\system32\inetsrv\)&lt;br /&gt;MSI (s) (E8:BC) [12:20:27:771]: Executing op: SetSourceFolder(Folder=1\system32\inetsrv\)&lt;br /&gt;MSI (s) (E8:BC) [12:20:27:771]: Executing op: ChangeMedia(,MediaPrompt=Please insert the disk: ,MediaCabinet=rewrite.cab,BytesPerTick=65536,CopierType=2,ModuleFileName=C:\Windows\Installer\66aed.msi,,,,,IsFirstPhysicalMedia=1)&lt;br /&gt;MSI (s) (E8:BC) [12:20:27:771]: Executing op: FileCopy(SourceName=rewrite.dll|rewrite.dll,SourceCabKey=RewriteModuleDll,DestName=rewrite.dll,Attributes=512,FileSize=110400,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=7.1.490.43,Language=1033,InstallMode=58982400,,,,,,,)&lt;br /&gt;MSI (s) (E8:BC) [12:20:27:771]: File: C:\Windows\system32\inetsrv\rewrite.dll;&amp;nbsp;To be installed;&amp;nbsp;Won&amp;#39;t patch;&amp;nbsp;No existing file&lt;br /&gt;MSI (s) (E8:BC) [12:20:27:771]: Source for file &amp;#39;RewriteModuleDll&amp;#39; is compressed&lt;br /&gt;MSI (s) (E8:BC) [12:20:27:849]: Executing op: AssemblyCopy(SourceName=UIMod.dll|Microsoft.Web.Management.Rewrite.dll,SourceCabKey=RewriteUIModuleAssembly,DestName=Microsoft.Web.Management.Rewrite.dll,Attributes=512,FileSize=68416,PerTick=65536,,VerifyMedia=1,,,,,ComponentId={087F075C-30D0-4232-A8E3-80FE08F65A74},IsManifest=1,,,AssemblyMode=0,)&lt;br /&gt;MSI (s) (E8:BC) [12:20:27:849]: Source for file &amp;#39;RewriteUIModuleAssembly&amp;#39; is compressed&lt;br /&gt;MSI (s) (E8:BC) [12:20:27:896]: Executing op: AssemblyCopy(SourceName=UIModC.dll|Microsoft.Web.Management.Rewrite.Client.dll,SourceCabKey=RewriteUIModuleClientAssembly,DestName=Microsoft.Web.Management.Rewrite.Client.dll,Attributes=512,FileSize=297776,PerTick=65536,,VerifyMedia=1,,,,,ComponentId={7AFD9706-32E1-4E13-9EDC-92B6C1E600FF},IsManifest=1,,,AssemblyMode=0,)&lt;br /&gt;MSI (s) (E8:BC) [12:20:27:896]: Source for file &amp;#39;RewriteUIModuleClientAssembly&amp;#39; is compressed&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:036]: Executing op: SetTargetFolder(Folder=C:\Windows\system32\inetsrv\en\)&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:036]: Executing op: SetSourceFolder(Folder=1\system32\inetsrv\en\)&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:036]: Executing op: AssemblyCopy(SourceName=UIModR.dll|Microsoft.Web.Management.Rewrite.resources.dll,SourceCabKey=RewriteUIModuleResourcesAssembly,DestName=Microsoft.Web.Management.Rewrite.resources.dll,Attributes=512,FileSize=12080,PerTick=65536,,VerifyMedia=1,,,,,ComponentId={1DACF4EA-F06E-48C2-929E-880E645C63C8},IsManifest=1,,,AssemblyMode=0,)&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:036]: Source for file &amp;#39;RewriteUIModuleResourcesAssembly&amp;#39; is compressed&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:083]: Executing op: AssemblyCopy(SourceName=UIModCR.dll|Microsoft.Web.Management.Rewrite.Client.resources.dll,SourceCabKey=RewriteUIModuleClientResourcesAssembly,DestName=Microsoft.Web.Management.Rewrite.Client.resources.dll,Attributes=512,FileSize=76592,PerTick=65536,,VerifyMedia=1,,,,,ComponentId={765345CA-D525-4344-A01F-F862C08ED9E6},IsManifest=1,,,AssemblyMode=0,)&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:083]: Source for file &amp;#39;RewriteUIModuleClientResourcesAssembly&amp;#39; is compressed&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:130]: Executing op: SetTargetFolder(Folder=C:\Windows\system32\inetsrv\en-us\)&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:130]: Executing op: SetSourceFolder(Folder=1\system32\inetsrv\en-us\)&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:130]: Executing op: FileCopy(SourceName=rewrite.mui|rewrite.dll.mui,SourceCabKey=RewriteMuiFile,DestName=rewrite.dll.mui,Attributes=512,FileSize=12608,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=7.1.490.43,Language=1033,InstallMode=58982400,,,,,,,)&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:130]: File: C:\Windows\system32\inetsrv\en-us\rewrite.dll.mui;&amp;nbsp;To be installed;&amp;nbsp;Won&amp;#39;t patch;&amp;nbsp;No existing file&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:130]: Source for file &amp;#39;RewriteMuiFile&amp;#39; is compressed&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:146]: Executing op: SetTargetFolder(Folder=C:\Windows\system32\inetsrv\config\schema\)&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:146]: Executing op: SetSourceFolder(Folder=1\inetsrv\config\schema\)&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:146]: Executing op: FileCopy(SourceName=rewrite.xml|rewrite_schema.xml,SourceCabKey=RewriteSchemaFile,DestName=rewrite_schema.xml,Attributes=512,FileSize=10065,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=-722200822,HashPart2=-670788995,HashPart3=-183572726,HashPart4=1815211178,,)&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:146]: File: C:\Windows\system32\inetsrv\config\schema\rewrite_schema.xml;&amp;nbsp;To be installed;&amp;nbsp;Won&amp;#39;t patch;&amp;nbsp;No existing file&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:146]: Source for file &amp;#39;RewriteSchemaFile&amp;#39; is compressed&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:146]: Executing op: SetTargetFolder(Folder=C:\Windows\system32\inetsrv\)&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:146]: Executing op: SetSourceFolder(Folder=1\inetsrv\)&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:146]: Executing op: FileCopy(SourceName=license.rtf|rewrite_license.rtf,SourceCabKey=LicenseFile,DestName=rewrite_license.rtf,Attributes=512,FileSize=46009,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=1831501560,HashPart2=-813579452,HashPart3=1014426446,HashPart4=-2110087506,,)&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:161]: File: C:\Windows\system32\inetsrv\rewrite_license.rtf;&amp;nbsp;To be installed;&amp;nbsp;Won&amp;#39;t patch;&amp;nbsp;No existing file&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:161]: Source for file &amp;#39;LicenseFile&amp;#39; is compressed&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:161]: Executing op: FileCopy(SourceName=readme.htm|rewrite_readme.htm,SourceCabKey=ReadmeFile,DestName=rewrite_readme.htm,Attributes=512,FileSize=14770,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=1078289626,HashPart2=-880834661,HashPart3=-1504041025,HashPart4=124968278,,)&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:161]: File: C:\Windows\system32\inetsrv\rewrite_readme.htm;&amp;nbsp;To be installed;&amp;nbsp;Won&amp;#39;t patch;&amp;nbsp;No existing file&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:161]: Source for file &amp;#39;ReadmeFile&amp;#39; is compressed&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:161]: Executing op: SetTargetFolder(Folder=C:\Program Files\Reference Assemblies\Microsoft\IIS\)&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:161]: Executing op: SetSourceFolder(Folder=1\RefAsm\MS\IIS\|Reference Assemblies\Microsoft\IIS\)&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:161]: Executing op: FileCopy(SourceName=UIModCFS.dll|Microsoft.Web.Management.Rewrite.Client.dll,SourceCabKey=RewriteUIModuleClientAssembly_FileSystem,DestName=Microsoft.Web.Management.Rewrite.Client.dll,Attributes=512,FileSize=297776,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=7.1.490.43,Language=0,InstallMode=58982400,,,,,,,)&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:177]: File: C:\Program Files\Reference Assemblies\Microsoft\IIS\Microsoft.Web.Management.Rewrite.Client.dll;&amp;nbsp;To be installed;&amp;nbsp;Won&amp;#39;t patch;&amp;nbsp;No existing file&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:177]: Source for file &amp;#39;RewriteUIModuleClientAssembly_FileSystem&amp;#39; is compressed&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:255]: Executing op: SetTargetFolder(Folder=C:\Windows\system32\inetsrv\de-DE\)&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:255]: Executing op: SetSourceFolder(Folder=1\system32\inetsrv\de-DE\)&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:255]: Executing op: FileCopy(SourceName=rewritDE.mui|rewrite.dll.mui,SourceCabKey=RewriteMuiFileDE,DestName=rewrite.dll.mui,Attributes=512,FileSize=12608,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=7.1.490.43,Language=1031,InstallMode=58982400,,,,,,,)&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:255]: File: C:\Windows\system32\inetsrv\de-DE\rewrite.dll.mui;&amp;nbsp;To be installed;&amp;nbsp;Won&amp;#39;t patch;&amp;nbsp;No existing file&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:255]: Source for file &amp;#39;RewriteMuiFileDE&amp;#39; is compressed&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:270]: Executing op: SetTargetFolder(Folder=C:\Windows\system32\inetsrv\de\)&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:270]: Executing op: SetSourceFolder(Folder=1\system32\inetsrv\de\)&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:270]: Executing op: AssemblyCopy(SourceName=UIModRDE.dll|Microsoft.Web.Management.Rewrite.resources.dll,SourceCabKey=RewriteUIModuleResourcesAssemblyDE,DestName=Microsoft.Web.Management.Rewrite.resources.dll,Attributes=512,FileSize=11584,PerTick=65536,,VerifyMedia=1,,,,,ComponentId={2A642CB7-1722-44E7-97C5-CBED655709ED},IsManifest=1,,,AssemblyMode=0,)&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:270]: Source for file &amp;#39;RewriteUIModuleResourcesAssemblyDE&amp;#39; is compressed&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:317]: Executing op: AssemblyCopy(SourceName=UIModCDE.dll|Microsoft.Web.Management.Rewrite.Client.resources.dll,SourceCabKey=RewriteUIModuleClientResourcesAssemblyDE,DestName=Microsoft.Web.Management.Rewrite.Client.resources.dll,Attributes=512,FileSize=52016,PerTick=65536,,VerifyMedia=1,,,,,ComponentId={9FD7C2D6-5CBD-4EA3-A861-9D275E7EC2E2},IsManifest=1,,,AssemblyMode=0,)&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:333]: Source for file &amp;#39;RewriteUIModuleClientResourcesAssemblyDE&amp;#39; is compressed&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:380]: Executing op: SetTargetFolder(Folder=C:\Windows\system32\inetsrv\es-ES\)&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:380]: Executing op: SetSourceFolder(Folder=1\system32\inetsrv\es-ES\)&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:380]: Executing op: FileCopy(SourceName=rewritES.mui|rewrite.dll.mui,SourceCabKey=RewriteMuiFileES,DestName=rewrite.dll.mui,Attributes=512,FileSize=12608,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=7.1.490.43,Language=3082,InstallMode=58982400,,,,,,,)&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:380]: File: C:\Windows\system32\inetsrv\es-ES\rewrite.dll.mui;&amp;nbsp;To be installed;&amp;nbsp;Won&amp;#39;t patch;&amp;nbsp;No existing file&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:380]: Source for file &amp;#39;RewriteMuiFileES&amp;#39; is compressed&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:395]: Executing op: SetTargetFolder(Folder=C:\Windows\system32\inetsrv\de\)&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:395]: Executing op: SetSourceFolder(Folder=1\system32\inetsrv\de\)&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:395]: Executing op: AssemblyCopy(SourceName=UIModRES.dll|Microsoft.Web.Management.Rewrite.resources.dll,SourceCabKey=RewriteUIModuleResourcesAssemblyES,DestName=Microsoft.Web.Management.Rewrite.resources.dll,Attributes=512,FileSize=11584,PerTick=65536,,VerifyMedia=1,,,,,ComponentId={FC528C5C-61BD-41C5-9926-3CA661331DB0},IsManifest=1,,,AssemblyMode=0,)&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:395]: Source for file &amp;#39;RewriteUIModuleResourcesAssemblyES&amp;#39; is compressed&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:411]: Executing op: AssemblyCopy(SourceName=UIModCES.dll|Microsoft.Web.Management.Rewrite.Client.resources.dll,SourceCabKey=RewriteUIModuleClientResourcesAssemblyES,DestName=Microsoft.Web.Management.Rewrite.Client.resources.dll,Attributes=512,FileSize=52032,PerTick=65536,,VerifyMedia=1,,,,,ComponentId={6BA6BDEB-3F1A-4C98-93D6-9DED0883FA60},IsManifest=1,,,AssemblyMode=0,)&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:411]: Source for file &amp;#39;RewriteUIModuleClientResourcesAssemblyES&amp;#39; is compressed&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:426]: Executing op: SetTargetFolder(Folder=C:\Windows\system32\inetsrv\fr-FR\)&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:426]: Executing op: SetSourceFolder(Folder=1\system32\inetsrv\fr-FR\)&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:426]: Executing op: FileCopy(SourceName=rewritFR.mui|rewrite.dll.mui,SourceCabKey=RewriteMuiFileFR,DestName=rewrite.dll.mui,Attributes=512,FileSize=13120,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=7.1.490.43,Language=1036,InstallMode=58982400,,,,,,,)&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:426]: File: C:\Windows\system32\inetsrv\fr-FR\rewrite.dll.mui;&amp;nbsp;To be installed;&amp;nbsp;Won&amp;#39;t patch;&amp;nbsp;No existing file&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:426]: Source for file &amp;#39;RewriteMuiFileFR&amp;#39; is compressed&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:442]: Executing op: SetTargetFolder(Folder=C:\Windows\system32\inetsrv\de\)&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:442]: Executing op: SetSourceFolder(Folder=1\system32\inetsrv\de\)&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:442]: Executing op: AssemblyCopy(SourceName=UIModRFR.dll|Microsoft.Web.Management.Rewrite.resources.dll,SourceCabKey=RewriteUIModuleResourcesAssemblyFR,DestName=Microsoft.Web.Management.Rewrite.resources.dll,Attributes=512,FileSize=11584,PerTick=65536,,VerifyMedia=1,,,,,ComponentId={4D1E0E17-11B9-4730-9899-FE6E7164C20C},IsManifest=1,,,AssemblyMode=0,)&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:442]: Source for file &amp;#39;RewriteUIModuleResourcesAssemblyFR&amp;#39; is compressed&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:489]: Executing op: AssemblyCopy(SourceName=UIModCFR.dll|Microsoft.Web.Management.Rewrite.Client.resources.dll,SourceCabKey=RewriteUIModuleClientResourcesAssemblyFR,DestName=Microsoft.Web.Management.Rewrite.Client.resources.dll,Attributes=512,FileSize=56112,PerTick=65536,,VerifyMedia=1,,,,,ComponentId={4C91F314-B3B6-45E9-9E07-CDFDEA20E438},IsManifest=1,,,AssemblyMode=0,)&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:489]: Source for file &amp;#39;RewriteUIModuleClientResourcesAssemblyFR&amp;#39; is compressed&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:520]: Executing op: SetTargetFolder(Folder=C:\Windows\system32\inetsrv\ja-JP\)&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:520]: Executing op: SetSourceFolder(Folder=1\system32\inetsrv\ja-JP\)&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:520]: Executing op: FileCopy(SourceName=rewritJA.mui|rewrite.dll.mui,SourceCabKey=RewriteMuiFileJA,DestName=rewrite.dll.mui,Attributes=512,FileSize=11072,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=7.1.490.43,Language=1041,InstallMode=58982400,,,,,,,)&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:520]: File: C:\Windows\system32\inetsrv\ja-JP\rewrite.dll.mui;&amp;nbsp;To be installed;&amp;nbsp;Won&amp;#39;t patch;&amp;nbsp;No existing file&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:520]: Source for file &amp;#39;RewriteMuiFileJA&amp;#39; is compressed&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:536]: Executing op: SetTargetFolder(Folder=C:\Windows\system32\inetsrv\de\)&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:536]: Executing op: SetSourceFolder(Folder=1\system32\inetsrv\de\)&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:536]: Executing op: AssemblyCopy(SourceName=UIModRJA.dll|Microsoft.Web.Management.Rewrite.resources.dll,SourceCabKey=RewriteUIModuleResourcesAssemblyJA,DestName=Microsoft.Web.Management.Rewrite.resources.dll,Attributes=512,FileSize=11568,PerTick=65536,,VerifyMedia=1,,,,,ComponentId={1E66F4B0-D9E9-46EA-8B05-4F453F9D3484},IsManifest=1,,,AssemblyMode=0,)&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:536]: Source for file &amp;#39;RewriteUIModuleResourcesAssemblyJA&amp;#39; is compressed&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:567]: Executing op: AssemblyCopy(SourceName=UIModCJA.dll|Microsoft.Web.Management.Rewrite.Client.resources.dll,SourceCabKey=RewriteUIModuleClientResourcesAssemblyJA,DestName=Microsoft.Web.Management.Rewrite.Client.resources.dll,Attributes=512,FileSize=56128,PerTick=65536,,VerifyMedia=1,,,,,ComponentId={72A8CBA9-6CBA-4C55-A53D-82837BD46527},IsManifest=1,,,AssemblyMode=0,)&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:567]: Source for file &amp;#39;RewriteUIModuleClientResourcesAssemblyJA&amp;#39; is compressed&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:598]: Executing op: RegisterSharedComponentProvider(,,File=ul_msvcr90.dll.30729.01.Microsoft_VC90_CRT_x86.SP.D8D85FD0_537C_3A3A_9BEC_7A1B426637EC,Component={6D321E57-3E99-3B87-BF23-2CDFF3361CB4},ComponentVersion=9.0.30729.1,ProductCode={08A2E0FA-6BFC-4BFC-B8EA-8FBBB7DB1EA6},ProductVersion=7.1.490,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:614]: Executing op: CacheSizeFlush(,)&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:614]: Executing op: ActionStart(Name=ExecuteInstallModule,,)&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:614]: Executing op: CustomActionSchedule(Action=ExecuteInstallModule,ActionType=3073,Source=BinaryData,Target=ExecuteInstallModuleCA,CustomActionData=13^RewriteModule^39^C:\Windows\system32\inetsrv\rewrite.dll^0^^0^^)&lt;br /&gt;MSI (s) (E8:14) [12:20:28:645]: Invoking remote custom action. DLL: C:\Windows\Installer\MSIFC2E.tmp, Entrypoint: ExecuteInstallModuleCA&lt;br /&gt;1: IISCA ExecuteInstallModuleCA : Begin CA Setup &lt;br /&gt;1: IISCA ExecuteInstallModuleCA : Module: &amp;#39;RewriteModule&amp;#39; already installed. &lt;br /&gt;MSI (s) (E8:BC) [12:20:28:707]: Executing op: ActionStart(Name=ExecuteRegisterUIModule,,)&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:707]: Executing op: CustomActionSchedule(Action=ExecuteRegisterUIModule,ActionType=3073,Source=BinaryData,Target=ExecuteRegisterUIModuleCA,CustomActionData=7^Rewrite^159^Microsoft.Web.Management.Iis.Rewrite.RewriteModuleProvider, Microsoft.Web.Management.Rewrite, Version=7.1.1.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35^1^1^0^^)&lt;br /&gt;MSI (s) (E8:10) [12:20:28:738]: Invoking remote custom action. DLL: C:\Windows\Installer\MSIFC8C.tmp, Entrypoint: ExecuteRegisterUIModuleCA&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:785]: Executing op: ActionStart(Name=ExecuteRegisterSectionSchema,,)&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:785]: Executing op: CustomActionSchedule(Action=ExecuteRegisterSectionSchema,ActionType=3073,Source=BinaryData,Target=ExecuteRegisterSectionSchemaCA,CustomActionData=30^system.webServer/rewrite/rules^5^Allow^0^^0^^0^^36^system.webServer/rewrite/globalRules^4^Deny^11^AppHostOnly^0^^0^^36^system.webServer/rewrite/rewriteMaps^5^Allow^0^^0^^0^^)&lt;br /&gt;MSI (s) (E8:2C) [12:20:28:816]: Invoking remote custom action. DLL: C:\Windows\Installer\MSIFCDB.tmp, Entrypoint: ExecuteRegisterSectionSchemaCA&lt;br /&gt;1: IISCA ExecuteRegisterSectionSchemaCA : Begin CA Setup &lt;br /&gt;1: IISCA ExecuteRegisterSectionSchemaCA : Section name: &amp;#39;system.webServer/rewrite/rules&amp;#39; already exists. &lt;br /&gt;1: IISCA ExecuteRegisterSectionSchemaCA : Section name: &amp;#39;system.webServer/rewrite/globalRules&amp;#39; already exists. &lt;br /&gt;1: IISCA ExecuteRegisterSectionSchemaCA : Section name: &amp;#39;system.webServer/rewrite/rewriteMaps&amp;#39; already exists. &lt;br /&gt;1: IISCA ExecuteRegisterSectionSchemaCA : End CA Setup &lt;br /&gt;MSI (s) (E8:BC) [12:20:28:894]: Executing op: ActionStart(Name=ExecuteRegisterMofFile,,)&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:894]: Executing op: CustomActionSchedule(Action=ExecuteRegisterMofFile,ActionType=3073,Source=BinaryData,Target=ExecuteRegisterMofFileCA,CustomActionData=94^C:\Users\t-gakles\AppData\Local\Temp\\RewriteMofFile{7424377F-EB6C-4D79-B994-758A5BE806D7}.mof^)&lt;br /&gt;MSI (s) (E8:28) [12:20:28:926]: Invoking remote custom action. DLL: C:\Windows\Installer\MSIFD4A.tmp, Entrypoint: ExecuteRegisterMofFileCA&lt;br /&gt;1: IISCA ExecuteRegisterMofFileCA : Begin CA Setup &lt;br /&gt;1: IISCA ExecuteRegisterMofFileCA : MOF file &amp;#39;C:\Users\t-gakles\AppData\Local\Temp\\RewriteMofFile{7424377F-EB6C-4D79-B994-758A5BE806D7}.mof&amp;#39; registered. &lt;br /&gt;1: IISCA ExecuteRegisterMofFileCA : End CA Setup &lt;br /&gt;MSI (s) (E8:BC) [12:20:28:988]: Executing op: ActionStart(Name=ExecuteRegisterTraceArea,,)&lt;br /&gt;MSI (s) (E8:BC) [12:20:28:988]: Executing op: CustomActionSchedule(Action=ExecuteRegisterTraceArea,ActionType=3073,Source=BinaryData,Target=ExecuteRegisterTraceAreaCA,CustomActionData=10^WWW Server^38^{3a2a4e84-4c21-4981-ae10-3fda0d9b0f83}^7^Rewrite^4^1024^)&lt;br /&gt;MSI (s) (E8:7C) [12:20:29:019]: Invoking remote custom action. DLL: C:\Windows\Installer\MSIFDA8.tmp, Entrypoint: ExecuteRegisterTraceAreaCA&lt;br /&gt;1: IISCA ExecuteRegisterTraceAreaCA : Begin CA Setup &lt;br /&gt;CustomAction ExecuteRegisterTraceArea returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)&lt;br /&gt;Action ended 12:20:29: InstallFinalize. Return value 3.&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:066]: User policy value &amp;#39;DisableRollback&amp;#39; is 0&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:066]: Machine policy value &amp;#39;DisableRollback&amp;#39; is 0&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:066]: Executing op: Header(Signature=1397708873,Version=500,Timestamp=995844750,LangId=1033,Platform=0,ScriptType=2,ScriptMajorVersion=21,ScriptMinorVersion=4,ScriptAttributes=1)&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:066]: Executing op: DialogInfo(Type=0,Argument=1033)&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:066]: Executing op: DialogInfo(Type=1,Argument=Microsoft URL Rewrite Module 1.1 for IIS 7)&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:066]: Executing op: RollbackInfo(,RollbackAction=Rollback,RollbackDescription=Rolling back action:,RollbackTemplate=[1],CleanupAction=RollbackCleanup,CleanupDescription=Removing backup files,CleanupTemplate=File: [1])&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:066]: Executing op: ActionStart(Name=ExecuteRegisterTraceArea,,)&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:066]: Executing op: ProductInfo(ProductKey={08A2E0FA-6BFC-4BFC-B8EA-8FBBB7DB1EA6},ProductName=Microsoft URL Rewrite Module 1.1 for IIS 7,PackageName=rewrite_1.1_x86_en-US.msi,Language=1033,Version=117506538,Assignment=1,ObsoleteArg=0,ProductIcon=Rewrite.ico,,PackageCode={5B17F396-C0FB-40F5-8932-81F12B4DF43D},,,InstanceType=0,LUASetting=0,RemoteURTInstalls=0,ProductDeploymentFlags=3)&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:066]: Executing op: ActionStart(Name=ExecuteRegisterMofFile,,)&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:066]: Executing op: ActionStart(Name=ExecuteRegisterSectionSchema,,)&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:066]: Executing op: ActionStart(Name=ExecuteRegisterUIModule,,)&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:066]: Executing op: ActionStart(Name=ExecuteInstallModule,,)&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:066]: Executing op: ActionStart(Name=InstallFiles,Description=Copying new files,Template=File: [1],&amp;nbsp; Directory: [9],&amp;nbsp; Size: [6])&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:066]: Executing op: SetTargetFolder(Folder=C:\Windows\system32\inetsrv\de\)&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:082]: Executing op: UnregisterSharedComponentProvider(Component={6D321E57-3E99-3B87-BF23-2CDFF3361CB4},ProductCode={08A2E0FA-6BFC-4BFC-B8EA-8FBBB7DB1EA6})&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:082]: Executing op: SetTargetFolder(Folder=C:\Windows\system32\inetsrv\ja-JP\)&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:082]: Executing op: FileRemove(,FileName=C:\Windows\system32\inetsrv\ja-JP\rewrite.dll.mui,,)&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:082]: Note: 1: 2318 2:&amp;nbsp; &lt;br /&gt;MSI (s) (E8:BC) [12:20:29:097]: Executing op: SetTargetFolder(Folder=C:\Windows\system32\inetsrv\de\)&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:097]: Executing op: SetTargetFolder(Folder=C:\Windows\system32\inetsrv\fr-FR\)&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:097]: Executing op: FileRemove(,FileName=C:\Windows\system32\inetsrv\fr-FR\rewrite.dll.mui,,)&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:097]: Note: 1: 2318 2:&amp;nbsp; &lt;br /&gt;MSI (s) (E8:BC) [12:20:29:097]: Executing op: SetTargetFolder(Folder=C:\Windows\system32\inetsrv\de\)&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:097]: Executing op: SetTargetFolder(Folder=C:\Windows\system32\inetsrv\es-ES\)&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:097]: Executing op: FileRemove(,FileName=C:\Windows\system32\inetsrv\es-ES\rewrite.dll.mui,,)&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:113]: Note: 1: 2318 2:&amp;nbsp; &lt;br /&gt;MSI (s) (E8:BC) [12:20:29:113]: Executing op: SetTargetFolder(Folder=C:\Windows\system32\inetsrv\de\)&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:113]: Executing op: SetTargetFolder(Folder=C:\Windows\system32\inetsrv\de-DE\)&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:113]: Executing op: FileRemove(,FileName=C:\Windows\system32\inetsrv\de-DE\rewrite.dll.mui,,)&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:113]: Note: 1: 2318 2:&amp;nbsp; &lt;br /&gt;MSI (s) (E8:BC) [12:20:29:128]: Executing op: SetTargetFolder(Folder=C:\Program Files\Reference Assemblies\Microsoft\IIS\)&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:128]: Executing op: FileRemove(,FileName=C:\Program Files\Reference Assemblies\Microsoft\IIS\Microsoft.Web.Management.Rewrite.Client.dll,,)&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:128]: Note: 1: 2318 2:&amp;nbsp; &lt;br /&gt;MSI (s) (E8:BC) [12:20:29:128]: Executing op: SetTargetFolder(Folder=C:\Windows\system32\inetsrv\)&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:128]: Executing op: FileRemove(,FileName=C:\Windows\system32\inetsrv\rewrite_readme.htm,,)&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:128]: Executing op: FileRemove(,FileName=C:\Windows\system32\inetsrv\rewrite_license.rtf,,)&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:128]: Executing op: SetTargetFolder(Folder=C:\Windows\system32\inetsrv\config\schema\)&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:144]: Executing op: FileRemove(,FileName=C:\Windows\system32\inetsrv\config\schema\rewrite_schema.xml,,)&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:144]: Executing op: SetTargetFolder(Folder=C:\Windows\system32\inetsrv\en-us\)&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:144]: Executing op: FileRemove(,FileName=C:\Windows\system32\inetsrv\en-us\rewrite.dll.mui,,)&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:144]: Executing op: SetTargetFolder(Folder=C:\Windows\system32\inetsrv\en\)&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:144]: Executing op: SetTargetFolder(Folder=C:\Windows\system32\inetsrv\)&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:144]: Executing op: FileRemove(,FileName=C:\Windows\system32\inetsrv\rewrite.dll,,)&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:144]: Executing op: ActionStart(Name=ProcessComponents,Description=Updating component registration,)&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:144]: Executing op: ComponentUnregister(ComponentId={4438C47F-9FE3-3D40-A49F-DEFB174F7826},ProductKey={08A2E0FA-6BFC-4BFC-B8EA-8FBBB7DB1EA6},BinaryType=0,)&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:144]: Executing op: ComponentUnregister(ComponentId={3C582984-7607-3E35-A337-D3D327097351},ProductKey={08A2E0FA-6BFC-4BFC-B8EA-8FBBB7DB1EA6},BinaryType=0,PreviouslyPinned=1)&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:144]: Executing op: ComponentUnregister(ComponentId={0679E22E-6B33-3458-B7E6-877AC9585626},ProductKey={08A2E0FA-6BFC-4BFC-B8EA-8FBBB7DB1EA6},BinaryType=0,)&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:144]: Executing op: ComponentUnregister(ComponentId={BF95E909-73F5-3378-BA9E-5AA63B70230F},ProductKey={08A2E0FA-6BFC-4BFC-B8EA-8FBBB7DB1EA6},BinaryType=0,)&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:144]: Executing op: ComponentUnregister(ComponentId={571D121B-1964-392A-965A-00193D5AE1A1},ProductKey={08A2E0FA-6BFC-4BFC-B8EA-8FBBB7DB1EA6},BinaryType=0,)&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:144]: Executing op: ComponentUnregister(ComponentId={6D321E57-3E99-3B87-BF23-2CDFF3361CB4},ProductKey={08A2E0FA-6BFC-4BFC-B8EA-8FBBB7DB1EA6},BinaryType=0,PreviouslyPinned=1)&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:144]: Executing op: ComponentUnregister(ComponentId={65DB04B1-09F5-47E9-9FD8-E5248D75B654},ProductKey={08A2E0FA-6BFC-4BFC-B8EA-8FBBB7DB1EA6},BinaryType=0,)&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:160]: Executing op: ComponentUnregister(ComponentId={72A8CBA9-6CBA-4C55-A53D-82837BD46527},ProductKey={08A2E0FA-6BFC-4BFC-B8EA-8FBBB7DB1EA6},BinaryType=0,)&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:160]: Executing op: ComponentUnregister(ComponentId={1E66F4B0-D9E9-46EA-8B05-4F453F9D3484},ProductKey={08A2E0FA-6BFC-4BFC-B8EA-8FBBB7DB1EA6},BinaryType=0,)&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:160]: Executing op: ComponentUnregister(ComponentId={381B3333-8BB7-4F85-99E1-79D5C95A7B54},ProductKey={08A2E0FA-6BFC-4BFC-B8EA-8FBBB7DB1EA6},BinaryType=0,)&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:160]: Executing op: ComponentUnregister(ComponentId={4C91F314-B3B6-45E9-9E07-CDFDEA20E438},ProductKey={08A2E0FA-6BFC-4BFC-B8EA-8FBBB7DB1EA6},BinaryType=0,)&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:160]: Executing op: ComponentUnregister(ComponentId={4D1E0E17-11B9-4730-9899-FE6E7164C20C},ProductKey={08A2E0FA-6BFC-4BFC-B8EA-8FBBB7DB1EA6},BinaryType=0,)&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:160]: Executing op: ComponentUnregister(ComponentId={3D74AD79-CB9B-428F-A941-5A1C56CE2FD8},ProductKey={08A2E0FA-6BFC-4BFC-B8EA-8FBBB7DB1EA6},BinaryType=0,)&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:160]: Executing op: ComponentUnregister(ComponentId={6BA6BDEB-3F1A-4C98-93D6-9DED0883FA60},ProductKey={08A2E0FA-6BFC-4BFC-B8EA-8FBBB7DB1EA6},BinaryType=0,)&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:160]: Executing op: ComponentUnregister(ComponentId={FC528C5C-61BD-41C5-9926-3CA661331DB0},ProductKey={08A2E0FA-6BFC-4BFC-B8EA-8FBBB7DB1EA6},BinaryType=0,)&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:160]: Executing op: ComponentUnregister(ComponentId={5243BABC-A8EB-4C50-ACB1-191B0F321F4C},ProductKey={08A2E0FA-6BFC-4BFC-B8EA-8FBBB7DB1EA6},BinaryType=0,)&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:160]: Executing op: ComponentUnregister(ComponentId={9FD7C2D6-5CBD-4EA3-A861-9D275E7EC2E2},ProductKey={08A2E0FA-6BFC-4BFC-B8EA-8FBBB7DB1EA6},BinaryType=0,)&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:160]: Executing op: ComponentUnregister(ComponentId={2A642CB7-1722-44E7-97C5-CBED655709ED},ProductKey={08A2E0FA-6BFC-4BFC-B8EA-8FBBB7DB1EA6},BinaryType=0,)&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:160]: Executing op: ComponentUnregister(ComponentId={F828A6DE-0BC9-40F4-8FF0-124290E7F8F6},ProductKey={08A2E0FA-6BFC-4BFC-B8EA-8FBBB7DB1EA6},BinaryType=0,)&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:160]: Executing op: ComponentUnregister(ComponentId={78D81FC4-F4AB-47EF-9FBB-2C6C26CF11E1},ProductKey={08A2E0FA-6BFC-4BFC-B8EA-8FBBB7DB1EA6},BinaryType=0,)&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:175]: Executing op: ComponentUnregister(ComponentId={EDACE78F-C5DD-4B1E-BC7C-6E7633189F77},ProductKey={08A2E0FA-6BFC-4BFC-B8EA-8FBBB7DB1EA6},BinaryType=0,)&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:175]: Executing op: ComponentUnregister(ComponentId={2A8BED3D-EEBF-4715-AC8D-BCE84A68FC83},ProductKey={08A2E0FA-6BFC-4BFC-B8EA-8FBBB7DB1EA6},BinaryType=0,)&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:175]: Executing op: ComponentUnregister(ComponentId={388B0118-6E3A-4A03-B5B5-226B84B8CF7D},ProductKey={08A2E0FA-6BFC-4BFC-B8EA-8FBBB7DB1EA6},BinaryType=0,)&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:175]: Executing op: ComponentUnregister(ComponentId={D7086B36-449D-43F3-AA80-7555078FE7E4},ProductKey={08A2E0FA-6BFC-4BFC-B8EA-8FBBB7DB1EA6},BinaryType=0,)&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:175]: Executing op: ComponentUnregister(ComponentId={765345CA-D525-4344-A01F-F862C08ED9E6},ProductKey={08A2E0FA-6BFC-4BFC-B8EA-8FBBB7DB1EA6},BinaryType=0,)&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:175]: Executing op: ComponentUnregister(ComponentId={1DACF4EA-F06E-48C2-929E-880E645C63C8},ProductKey={08A2E0FA-6BFC-4BFC-B8EA-8FBBB7DB1EA6},BinaryType=0,)&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:175]: Executing op: ComponentUnregister(ComponentId={7AFD9706-32E1-4E13-9EDC-92B6C1E600FF},ProductKey={08A2E0FA-6BFC-4BFC-B8EA-8FBBB7DB1EA6},BinaryType=0,)&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:191]: Executing op: ComponentUnregister(ComponentId={087F075C-30D0-4232-A8E3-80FE08F65A74},ProductKey={08A2E0FA-6BFC-4BFC-B8EA-8FBBB7DB1EA6},BinaryType=0,)&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:191]: Executing op: ComponentUnregister(ComponentId={7ECD5F69-2A51-4A00-B3D5-F4C1DB72463A},ProductKey={08A2E0FA-6BFC-4BFC-B8EA-8FBBB7DB1EA6},BinaryType=0,)&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:191]: Executing op: ActionStart(Name=CheckForSharedConfiguration,,)&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:191]: Executing op: End(Checksum=0,ProgressTotalHDWord=0,ProgressTotalLDWord=0)&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:191]: Error in rollback skipped.&amp;nbsp;Return: 5&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:191]: Entering MsiProvideAssembly. AssemblyName: Microsoft.Web.Management.Rewrite.Client.resources,fileVersion=&amp;quot;7.1.490.43&amp;quot;,version=&amp;quot;7.1.2.0001&amp;quot;,culture=&amp;quot;ja&amp;quot;,publicKeyToken=&amp;quot;31BF3856AD364E35&amp;quot;,processorArchitecture=&amp;quot;MSIL&amp;quot;, AppContext: , InstallMode: -4&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:191]: Pathbuf: 0, pcchPathBuf: 0&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:269]: MsiProvideAssembly is returning: 1607&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:269]: Entering MsiProvideAssembly. AssemblyName: Microsoft.Web.Management.Rewrite.resources,fileVersion=&amp;quot;7.1.490.43&amp;quot;,version=&amp;quot;7.1.1.0000&amp;quot;,culture=&amp;quot;ja&amp;quot;,publicKeyToken=&amp;quot;31BF3856AD364E35&amp;quot;,processorArchitecture=&amp;quot;MSIL&amp;quot;, AppContext: , InstallMode: -4&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:269]: Pathbuf: 0, pcchPathBuf: 0&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:347]: MsiProvideAssembly is returning: 1607&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:362]: Entering MsiProvideAssembly. AssemblyName: Microsoft.Web.Management.Rewrite.Client.resources,fileVersion=&amp;quot;7.1.490.43&amp;quot;,version=&amp;quot;7.1.2.0001&amp;quot;,culture=&amp;quot;fr&amp;quot;,publicKeyToken=&amp;quot;31BF3856AD364E35&amp;quot;,processorArchitecture=&amp;quot;MSIL&amp;quot;, AppContext: , InstallMode: -4&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:362]: Pathbuf: 0, pcchPathBuf: 0&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:440]: MsiProvideAssembly is returning: 1607&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:440]: Entering MsiProvideAssembly. AssemblyName: Microsoft.Web.Management.Rewrite.resources,fileVersion=&amp;quot;7.1.490.43&amp;quot;,version=&amp;quot;7.1.1.0000&amp;quot;,culture=&amp;quot;fr&amp;quot;,publicKeyToken=&amp;quot;31BF3856AD364E35&amp;quot;,processorArchitecture=&amp;quot;MSIL&amp;quot;, AppContext: , InstallMode: -4&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:440]: Pathbuf: 0, pcchPathBuf: 0&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:518]: MsiProvideAssembly is returning: 1607&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:518]: Entering MsiProvideAssembly. AssemblyName: Microsoft.Web.Management.Rewrite.Client.resources,fileVersion=&amp;quot;7.1.490.43&amp;quot;,version=&amp;quot;7.1.2.0001&amp;quot;,culture=&amp;quot;es&amp;quot;,publicKeyToken=&amp;quot;31BF3856AD364E35&amp;quot;,processorArchitecture=&amp;quot;MSIL&amp;quot;, AppContext: , InstallMode: -4&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:518]: Pathbuf: 0, pcchPathBuf: 0&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:612]: MsiProvideAssembly is returning: 1607&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:612]: Entering MsiProvideAssembly. AssemblyName: Microsoft.Web.Management.Rewrite.resources,fileVersion=&amp;quot;7.1.490.43&amp;quot;,version=&amp;quot;7.1.1.0000&amp;quot;,culture=&amp;quot;es&amp;quot;,publicKeyToken=&amp;quot;31BF3856AD364E35&amp;quot;,processorArchitecture=&amp;quot;MSIL&amp;quot;, AppContext: , InstallMode: -4&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:612]: Pathbuf: 0, pcchPathBuf: 0&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:690]: MsiProvideAssembly is returning: 1607&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:690]: Entering MsiProvideAssembly. AssemblyName: Microsoft.Web.Management.Rewrite.Client.resources,fileVersion=&amp;quot;7.1.490.43&amp;quot;,version=&amp;quot;7.1.2.0001&amp;quot;,culture=&amp;quot;de&amp;quot;,publicKeyToken=&amp;quot;31BF3856AD364E35&amp;quot;,processorArchitecture=&amp;quot;MSIL&amp;quot;, AppContext: , InstallMode: -4&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:690]: Pathbuf: 0, pcchPathBuf: 0&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:784]: MsiProvideAssembly is returning: 1607&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:784]: Entering MsiProvideAssembly. AssemblyName: Microsoft.Web.Management.Rewrite.resources,fileVersion=&amp;quot;7.1.490.43&amp;quot;,version=&amp;quot;7.1.1.0000&amp;quot;,culture=&amp;quot;de&amp;quot;,publicKeyToken=&amp;quot;31BF3856AD364E35&amp;quot;,processorArchitecture=&amp;quot;MSIL&amp;quot;, AppContext: , InstallMode: -4&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:784]: Pathbuf: 0, pcchPathBuf: 0&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:862]: MsiProvideAssembly is returning: 1607&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:862]: Entering MsiProvideAssembly. AssemblyName: Microsoft.Web.Management.Rewrite.Client.resources,fileVersion=&amp;quot;7.1.490.43&amp;quot;,version=&amp;quot;7.1.2.0001&amp;quot;,culture=&amp;quot;en&amp;quot;,publicKeyToken=&amp;quot;31BF3856AD364E35&amp;quot;,processorArchitecture=&amp;quot;MSIL&amp;quot;, AppContext: , InstallMode: -4&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:862]: Pathbuf: 0, pcchPathBuf: 0&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:955]: MsiProvideAssembly is returning: 1607&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:955]: Entering MsiProvideAssembly. AssemblyName: Microsoft.Web.Management.Rewrite.resources,fileVersion=&amp;quot;7.1.490.43&amp;quot;,version=&amp;quot;7.1.1.0000&amp;quot;,culture=&amp;quot;en&amp;quot;,publicKeyToken=&amp;quot;31BF3856AD364E35&amp;quot;,processorArchitecture=&amp;quot;MSIL&amp;quot;, AppContext: , InstallMode: -4&lt;br /&gt;MSI (s) (E8:BC) [12:20:29:955]: Pathbuf: 0, pcchPathBuf: 0&lt;br /&gt;MSI (s) (E8:BC) [12:20:30:033]: MsiProvideAssembly is returning: 1607&lt;br /&gt;MSI (s) (E8:BC) [12:20:30:033]: Entering MsiProvideAssembly. AssemblyName: Microsoft.Web.Management.Rewrite.Client,fileVersion=&amp;quot;7.1.490.43&amp;quot;,version=&amp;quot;7.1.2.0001&amp;quot;,culture=&amp;quot;neutral&amp;quot;,publicKeyToken=&amp;quot;31BF3856AD364E35&amp;quot;,processorArchitecture=&amp;quot;MSIL&amp;quot;, AppContext: , InstallMode: -4&lt;br /&gt;MSI (s) (E8:BC) [12:20:30:033]: Pathbuf: 0, pcchPathBuf: 0&lt;br /&gt;MSI (s) (E8:BC) [12:20:30:127]: MsiProvideAssembly is returning: 1607&lt;br /&gt;MSI (s) (E8:BC) [12:20:30:127]: Entering MsiProvideAssembly. AssemblyName: Microsoft.Web.Management.Rewrite,fileVersion=&amp;quot;7.1.490.43&amp;quot;,version=&amp;quot;7.1.1.0000&amp;quot;,culture=&amp;quot;neutral&amp;quot;,publicKeyToken=&amp;quot;31BF3856AD364E35&amp;quot;,processorArchitecture=&amp;quot;MSIL&amp;quot;, AppContext: , InstallMode: -4&lt;br /&gt;MSI (s) (E8:BC) [12:20:30:127]: Pathbuf: 0, pcchPathBuf: 0&lt;br /&gt;MSI (s) (E8:BC) [12:20:30:205]: MsiProvideAssembly is returning: 1607&lt;br /&gt;MSI (s) (E8:BC) [12:20:30:205]: Note: 1: 2318 2:&amp;nbsp; &lt;br /&gt;MSI (s) (E8:BC) [12:20:30:221]: No System Restore sequence number for this installation.&lt;br /&gt;MSI (s) (E8:BC) [12:20:30:221]: Unlocking Server&lt;br /&gt;MSI (s) (E8:BC) [12:20:30:299]: PROPERTY CHANGE: Deleting UpdateStarted property. Its current value is &amp;#39;1&amp;#39;.&lt;br /&gt;Action ended 12:20:30: INSTALL. Return value 3.&lt;br /&gt;=== Logging stopped: 10/27/2009&amp;nbsp; 12:20:30 ===&lt;br /&gt;MSI (s) (E8:BC) [12:20:30:314]: Note: 1: 1708 &lt;br /&gt;MSI (s) (E8:BC) [12:20:30:314]: Product: Microsoft URL Rewrite Module 1.1 for IIS 7 -- Installation failed.&lt;/p&gt;
&lt;p&gt;MSI (s) (E8:BC) [12:20:30:314]: Windows Installer installed the product. Product Name: Microsoft URL Rewrite Module 1.1 for IIS 7. Product Version: 7.1.0490.43. Product Language: 1033. Manufacturer: Microsoft Corporation. Installation success or error status: 1603.&lt;/p&gt;
&lt;p&gt;MSI (s) (E8:BC) [12:20:30:330]: Deferring clean up of packages/files, if any exist&lt;br /&gt;MSI (s) (E8:BC) [12:20:30:330]: MainEngineThread is returning 1603&lt;br /&gt;MSI (s) (E8:0C) [12:20:30:330]: RESTART MANAGER: Session closed.&lt;br /&gt;MSI (s) (E8:0C) [12:20:30:330]: No System Restore sequence number for this installation.&lt;br /&gt;MSI (s) (E8:0C) [12:20:30:361]: User policy value &amp;#39;DisableRollback&amp;#39; is 0&lt;br /&gt;MSI (s) (E8:0C) [12:20:30:361]: Machine policy value &amp;#39;DisableRollback&amp;#39; is 0&lt;br /&gt;MSI (s) (E8:0C) [12:20:30:361]: Incrementing counter to disable shutdown. Counter after increment: 0&lt;br /&gt;MSI (s) (E8:0C) [12:20:30:361]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2 &lt;br /&gt;MSI (s) (E8:0C) [12:20:30:361]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2 &lt;br /&gt;MSI (s) (E8:0C) [12:20:30:361]: Decrementing counter to disable shutdown. If counter &amp;gt;= 0, shutdown will be denied.&amp;nbsp; Counter after decrement: -1&lt;br /&gt;MSI (s) (E8:0C) [12:20:30:361]: Restoring environment variables&lt;br /&gt;MSI (s) (E8:0C) [12:20:30:361]: Destroying RemoteAPI object.&lt;br /&gt;MSI (s) (E8:B0) [12:20:30:361]: Custom Action Manager thread ending.&lt;br /&gt;MSI (c) (B0:3C) [12:20:30:392]: Decrementing counter to disable shutdown. If counter &amp;gt;= 0, shutdown will be denied.&amp;nbsp; Counter after decrement: -1&lt;br /&gt;MSI (c) (B0:3C) [12:20:30:392]: MainEngineThread is returning 1603&lt;br /&gt;=== Verbose logging stopped: 10/27/2009&amp;nbsp; 12:20:30 ===&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>.exe extension handled by aspnet_isapi.dll results in 0-byte files</title><link>http://forums.iis.net/p/1161976/1921650.aspx#1921650</link><pubDate>Thu, 22 Oct 2009 07:48:42 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1921650</guid><dc:creator>uwe Braunholz</dc:creator><cs:applicationKey>general--1</cs:applicationKey><description>&lt;p&gt;Hello, I want to apply some simple url replacement on .exe files. For that I want to use a asp.net url replacer in my iis6.&lt;/p&gt;&lt;p&gt;I think I have to add the .exe extension to the applicesion extensions to do so. But in iis6 (without any url-replacement or any further code involved) this addition causes 0 (zero) byte files when downloading a .exe file. Removing the extension again gets everything working again.&lt;/p&gt;&lt;p&gt;I set it up using the same executable as .aspx extension with &amp;quot;all headers&amp;quot;, as &amp;quot;script module&amp;quot; and without the file existence check. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;Is it impossible to do what I intend to?&lt;/p&gt;&lt;p&gt;I hope someone can help me out! &lt;br /&gt;&lt;/p&gt;</description></item><item><title>newbie simple request</title><link>http://forums.iis.net/p/1161705/1920496.aspx#1920496</link><pubDate>Tue, 13 Oct 2009 02:42:08 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1920496</guid><dc:creator>n8nt</dc:creator><cs:applicationKey>iis7_-_url_rewrite_module-41</cs:applicationKey><description>&lt;p&gt;background:&lt;/p&gt;
&lt;p&gt;I have a hosted site which I&amp;#39;ll call &lt;a href="http://www.mymainsite.com/"&gt;www.MyMainSite.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In that site&amp;#39;s root folder i create&amp;nbsp;another folder named pointerDomain and then I&amp;nbsp;use DNS to point a second domain name to my&amp;nbsp;main site. I&amp;#39;ll call this second domain pointerDomain.com. I can do this for multiple pointer domains so that I could have multiple webs under my root domain.&lt;/p&gt;
&lt;p&gt;Usually I use a redirect method in the default.aspx of my &lt;a href="http://www.mymainsite.com/"&gt;www.MyMainSite.com&lt;/a&gt; which looks at&amp;nbsp;the HTTP_HOST coming in and then redirects to the&amp;nbsp;folder&amp;nbsp;whose name corresponds&amp;nbsp;to the HTTP_HOST. This works but I see in the browser the path with the folder name inserted. In other words if I want to go to &lt;a href="http://www.pointer.com/"&gt;www.pointer.com&lt;/a&gt;&amp;nbsp;I&amp;#39;d see in the&amp;nbsp;browser a&amp;nbsp;path like &lt;a href="http://www.pointer.com/pointer/default.aspx"&gt;http://www.pointer.com/pointer/default.aspx&lt;/a&gt; but what I&amp;#39;d prefer to see is &lt;a href="http://www.pointer.com/default.aspx"&gt;http://www.pointer.com/default.aspx&lt;/a&gt; - without the folder name.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I just want to know if it is possible to redirect using URLREWRITE a path typed in the browser like this:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.pointerdomain.com/"&gt;www.pointerDomain.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;to a folder underneath that site&amp;#39;s root folder. It would be possible to type this in to get to where I&amp;#39;d want to go:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.pointerdomain.com/pointerDomain/default.aspx"&gt;www.pointerDomain.com/pointerDomain/default.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;My &lt;a href="http://www.pointerdomain.com/"&gt;www.pointerDomain.com&lt;/a&gt; is a domain pointer to my main hosting account. I&amp;#39;d like to be able to create websites underneath my main site that I could access&amp;nbsp;without having to enter in the folder name of the location of the child website.&lt;/p&gt;
&lt;p&gt;I can also type in &lt;a href="http://www.mymainsite.com/pointerDomain/default.aspx"&gt;www.myMainSite.com/pointerDomain/default.aspx&lt;/a&gt; since pointerDomain.com is pointing to myMainSite.com &lt;/p&gt;
&lt;p&gt;I have tried to use the UrlRewrite module but cannot make it work. &lt;/p&gt;
&lt;p&gt;Does the URL Rewrite only work on the portion of the pathname that is NOT the hostname? If that is the case then it seems like it is not possible to redirect just a simple url which only contains the host name. Is that my problem?&lt;/p&gt;
&lt;p&gt;Hope someone somewhere can help.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Bob&lt;br /&gt;N8NT&lt;/p&gt;</description></item></channel></rss>