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
David, If the file lived in SourceDir (which is set to TARGETDIR), you would want to use not in your fragment. Julie Campbell [EMAIL PROTECTED] -Original Message- Message: 1 Date: Fri, 25 May 2007 11:56:54 -0700 (PDT) From: Didactylos <[EMAIL PROTECTED]> Subject: [WiX-users] Source

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
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 files using SourceDir and copies them