WiX: How to detect URL Rewrite is installed on IIS -


i using wix 3.10 create msi installing iis (7.5 or higher) website. website requires url rewrite extension in iis.

is there way of detecting whether url rewrite extension installed in iis in launch conditions of wix project?

you can perform registry search key:

hkey_local_machine\software\microsoft\iis extensions\url rewrite

or file shearch file:

%systemroot%\system32\inetsrv\rewrite.dll


Comments

Popular posts from this blog

javascript - Chart.js (Radar Chart) different scaleLineColor for each scaleLine -

apache - Error with PHP mail(): Multiple or malformed newlines found in additional_header -

java - Android – MapFragment overlay button shadow, just like MyLocation button -