Re: [WiX-users] Using Fragments and Directory Structure

2014-03-12 Thread sergey.s.betke
sample code - https://github.com/Metrolog/ITG.NevaTest3303P/blob/master/ITG.WixUtils/Common.Directories.wxs С уважением, Бетке Сергей Сергеевич. От: Phill Hogland Отправлено: ‎пятница‎, ‎28‎ ‎февраля‎ ‎2014‎ г. ‎21‎:‎09 Кому: General discussion about the WiX toolset. You can certai

Re: [WiX-users] Using Fragments and Directory Structure

2014-03-07 Thread Nick Ramirez
The ComponentGroup element's Directory attribute sets where to install the components that are in that ComponentGroup. You can also set this on each Component element via the Component's Directory element. Also, many of the Windows directories are already defined for you by the WiX framework, so yo

Re: [WiX-users] Using Fragments and Directory Structure

2014-02-28 Thread Phill Hogland
You can certainly achieve the goal that you defined. What I do is a little different and is based on the structure that I observed in the Wix src\Setup (the source for the setup which deploys the tools). There you will see a CommonLib wixlib project. I define my folder tree (for many different