Re: [WiX-users] Search for IIS Modules

2015-06-30 Thread haglis
Hi, Thats exactly what I was looking for thanks so much for your help. George. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Search-for-IIS-Modules-tp7600726p7600748.html Sent from the wix-users mailing list archive at Nabble.com. --

Re: [WiX-users] Search for IIS Modules

2015-06-29 Thread Namrata Kumari
Can we try using Appcmd.exe command to find the list of modules installed for an application and then search "AppWarmup and DynamicCompression" in that list using following command : Eg : %windir%\system32\inetsrv\appcmd.exe list modules /app.name:"Default Web Site" -- View this message in cont

[WiX-users] Search for IIS Modules

2015-06-26 Thread haglis
Hi, I need some help to look to see if IIS modules AppWarmup and DynamicCompression are installed. Productsearch was suggested but there are no ProductCode nor Upgradecode associated with IIS modules (that I could find at least). Any help or examples would be much appreciated. Thanks, George.