Re: [WiX-users] Visual Studio Project Reference to a WCF Service

2010-02-02 Thread Chris Carlson
I run into this problem sometimes. I usually resolve it by changing the name of the reference in the .wixproj file to something alphanumeric (i.e.: MyService). For example, change MyService (MyService\MyService) {DA5A3B41-F7D3-419b-A970-C28D6C0A3A4A} to

Re: [WiX-users] IIS virtual directory

2009-12-04 Thread Chris Carlson
oriously flaky (http://blogs.msdn.com/robmen/archive/2004/05/20/136530.aspx). On Thu, Dec 3, 2009 at 5:51 AM, Chris Carlson wrote: > I tried IIsExtension first. I only saw functionality for installing > virtual directories that refer to directories installed by the package. > I need to ins

Re: [WiX-users] IIS virtual directory

2009-12-03 Thread Chris Carlson
XML toolset. Subject: Re: [WiX-users] IIS virtual directory Why not use the WixIisExtension. It will correctly support upgrade, patching and rollback which your script below won't. On Mon, Nov 30, 2009 at 7:46 AM, Chris Carlson wrote: > I need to create a tree of virtual directories in I

[WiX-users] IIS virtual directory

2009-11-30 Thread Chris Carlson
I need to create a tree of virtual directories in IIS. The root of the tree will refer to directories installed by my package, but I need at least one folder in the tree to refer to a directory not installed by my package; this could be a local folder or a network share. Is there a way to create