[WiX-users] Install components to the existing folder.

2008-09-11 Thread Sergey Abakumoff
Hello, I try to install VS.NET templates as part of the setup package. To do that I first read the path to VS.NET: Then try to install the templates using: Indeed, Wix compiler providers the error: The DirectoryRef/@Id attribute's value, '[VSNET20

Re: [WiX-users] Install components to the existing folder.

2008-09-11 Thread Rob Hamflett
You need to have a directory with an Id the same as the property, then have the sub-directories as child elements. When the property changes, all the sub-directories will get updated as well. Rob Sergey Abakumoff wrote: > Hello, > I try to install VS.NET templates as part of the setup package