Re: [WiX-users] Source directory resolution in fragments

2007-05-28 Thread Bob Arnson
Didactylos wrote: > Now light looks for file.exe at .\file.exe - and fails, obviously. All the > examples I can find show each file given an explicit source path, but this > seems unnecessarily ugly to me. How can I make it pick up the source tree > from the directory hierarchy again? > The com

Re: [WiX-users] Source directory resolution in fragments

2007-05-25 Thread Julie Campbell
-users] Source directory resolution in fragments To: wix-users@lists.sourceforge.net Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=us-ascii I had a directory structure like this (I've simplified a bit):

Re: [WiX-users] Source directory resolution in fragments

2007-05-25 Thread Didactylos
Mike Dimmick-2 wrote: > > You're using SourceDir but it sounds like you should be using FileSource. > > FileSource is used by WiX to locate the files to be installed. Light lays > out the uncompressed files as specified in the SourceDir attributes. > > At runtime, Windows Installer locates the

Re: [WiX-users] Source directory resolution in fragments

2007-05-25 Thread Mike Dimmick
them to the appropriate target directory. -- Mike Dimmick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Didactylos Sent: 25 May 2007 19:57 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Source directory resolution in fragments I had a dire

[WiX-users] Source directory resolution in fragments

2007-05-25 Thread Didactylos
I had a directory structure like this (I've simplified a bit): It correctly found file.exe at .\SourceDir\file.exe I then refactored my components into fragments. In one file: And in a