Re: [WiX-users] Folders in wwwroot with the internet icon

2010-07-19 Thread Rob Jarratt (MCS UK)
toolset. Subject: Re: [WiX-users] Folders in wwwroot with the internet icon I think you can do this by setting the WebVirtualDir/@Alias to "2010/07/19" and remove the nested vdirs. Neil -Original Message- From: Rob Jarratt (MCS UK) [mailto:rjarr...@microsoft.com] Sent: 19 Ju

Re: [WiX-users] Folders in wwwroot with the internet icon

2010-07-19 Thread Rob Jarratt (MCS UK)
Just to be clear, the effect I am trying to achieve is a WebVirtualDir inside a WebDir. Regards Rob -Original Message- From: Rob Jarratt (MCS UK) [mailto:rjarr...@microsoft.com] Sent: 19 July 2010 17:59 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Folders in wwwroot with

Re: [WiX-users] Folders in wwwroot with the internet icon

2010-07-19 Thread Neil Sleightholm
Folders in wwwroot with the internet icon I am using the IIS extensions to create a Vdir in IIS 6. The trouble is I need the vdir to be in a folder path like this: Contoso.com/name/2010/07/19 And only the last directory (19) should be the actual vir. To get a path like that though I have to make

[WiX-users] Folders in wwwroot with the internet icon

2010-07-19 Thread Rob Jarratt (MCS UK)
I am using the IIS extensions to create a Vdir in IIS 6. The trouble is I need the vdir to be in a folder path like this: Contoso.com/name/2010/07/19 And only the last directory (19) should be the actual vir. To get a path like that though I have to make the higher directories vdirs too, like t