Hello!

My installation script creates virtual directory on default web site:
...
<WebSite Id='DefaultWebSite' Description='Default web site'>
 <WebAddress Id='WebAddress' Port='80' />
</WebSite>
...
<WebVirtualDir Id='AdminWebVirtualDir' Alias='Admin' Directory='dir123'
DirProperties='AdminProp' WebSite='DefaultWebSite' WebApplication='WebApp'
/>
...

If default web site is running on port 80, everything is OK. The problem is
when default web site is not running on port 80 (i.e. 81). I get error
"Failed to read IIsWebs table".

How can I create a virtual directory on a default web site, which is running
on any port?

I am using WIX version 2.0.4415 and I am installing application on Win2003
Server.

Regards,
Voranc
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to