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
Post a Comment