Hello All,

I have a setup with 2 features - 1st feature installs our service and 2nd 
feature installs the IIS website.
For installing IIS website I am using WIX IIS extension.
Everything works great if I install both the features. But if I just install 
feature 1, I see that installer fails at "ConfigureIIsExec" since it cannot 
find the port for site
ConfigureIIsExec:  Error 0x8007000d: invalid port provided for web site:
ConfigureIIsExec:  Error 0x8007000d: failed while processing WebSites

The component which installs IIS site is only included under feature 2. So I 
was expecting that when I select only feature 1 for installation, MSI wouldn't 
schedule any IIS related custom actions.
Isn't that the case? Do I have to add explicit condition for ConfigureIIsExec 
to see if the feature 2 is getting installed.

Thanks for help,
Anagha

------------------------------------------------------------------------------
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to