I am making the installer from wix, and I need to create a website if the
default one doesn't exist.
Here is the situation:
 If the WebSite element is under Component, then wix will create the
website. So during uninstall, the website will be deleted.
 If the WebSite element is else where, according to the doc of wix, the
installer will look for the website, not to create one. So during uninstall,
the website won't be deleted.

Our aim is like this: If the default website exists, we just find it. If
not, we create a new one. But we cannot delete the default website in any
circumstance.

Is it any way to get this?
Where should I put my WebSite element?
-------------------------------------------------------------------------
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