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