Re: [WiX-users] How to create a VDir on a website other than theDefault website.

2006-09-12 Thread Rajesh Patil
Micahel,
Thanks for your reply.
 
I just found out that the Description of the website is what matters. So when I used the Description of the non-default website in the code below it worked.

    < WebSite
 Id
= 'RtsStuff
' Description ='
xxx'>
      < 
WebAddress Id
 ='
RtsStuff' 
Port ='
 80' />
     WebSite
>
 
Thanks,
-Rajesh 


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] How to create a VDir on a website other than the Default website.

2006-09-12 Thread Rajesh Patil
Can anyone tell me how to create a VirtualDirectory other than the Default web site.

The following is a partial code… which does not work.  
'RtsStuff' 
is the website that I want it to install.. It still installs to the Default website. 

 
<
Directory>

…..
….
……..
<
Component 
Id
='RTSOnlineAppConfig'
 Guid='F4906E0C-09EA-409A-B019-33D7FED03B3B
'>
    <
WebAppPool 
Id
='RTSOnlineAppPool'
 Name='RTSOnlineAppPool'
 Identity='networkService
'>
    
WebAppPool>

    <
WebVirtualDir 
Id
='VD' 
Directory='INSTALLDIR'
 Alias='RTSOnline
' WebSite='
RtsStuff' DirProperties='
RTSOnlineSec' >
  <
WebApplication 
Id
='RTSOnlineApp'
 Name='RTSOnlineApp'
 WebAppPool='RTSOnlineAppPool
'>
    <
WebApplicationExtension
 Executable
='yes' 
Script='yes'
 />
  
WebApplication>

    
WebVirtualDir>

  
Component>

  
    
Directory>
   
    <
WebDirProperties 
Id=
'RTSOnlineSec' Execute
='yes' Read
='yes' />
 
    
    <
WebSite 
Id=
'RtsStuff' Description
='xxx'>
      <
WebAddress 
Id
='RtsStuff'
 Port
='
80' />
    
WebSite>
 
Thanks,
-Rajesh

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users