I tried to use 

 

        <WebVirtualDir Id='TestWebVirtualDir' Alias='Test'
Directory='InstallDir' WebSite='DefaultWebSite'>

          <WebApplication Id='TestWebApplication' Name='Test' />

        </WebVirtualDir>

 

And

 

    <WebSite Id='DefaultWebSite' Description='Default Web Site'>

      <WebAddress Id='AllUnassigned' Port='80' />

    </WebSite>

 

But I get an error indicating the the "IIS tables" could not be accessed.
Any ideas on what I could change so that I can create a virtual directory.

 

Next I would like to install a .NET Windows Service. If I do this manually I
use installutil.  Does the following also use the equivalent?

 

  <ServiceInstall Id='MyServiceInstall' DisplayName='My Test Service'
Name='MyServiceExeName'

    ErrorControl='normal' Start='auto' Type='ownProcess' Vital='yes' />

 

  <ServiceControl Id='MyServiceControl' Name='MyServiceExeName'

    Start='install' Stop='uninstall' Remove='uninstall' />

 

Is there an explanation somewhere about these tasks and what the options
available are?

 

Thank you.

 

Kevin

-------------------------------------------------------------------------
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