This customer may not have a Default Web Site on their system.  Also, it also
never hurts to get a Windows Installer log to confirm the port number is
correct, etc.

In our MSIs that use the WiX IIS extension to deploy IIS objects to the
Default Web Site we use a custom action that goes and checks for the Default
Web Site and determines the port number configured for it, which we set to a
property, like you have the customer entering.  If it can't fine the Default
Web Site or deterine the port number then we disable the IIS configure
custom action using the SKIPCONFIGUREIIS property.  You may want to prevent
the installation of your MSI or handle that case in some other way.

-- 
View this message in context: 
http://n2.nabble.com/iis-extension-fail-while-processing-the-website-2147024883-tp4679803p4682432.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to