On Thu, Jan 8, 2009 at 8:40 PM, Curtis Jewell < lists.wix-us...@csjewell.fastmail.us> wrote:
> > > > > > <?xml version="1.0" encoding="utf-8"?> > > <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"> > > <Fragment> > <DirectoryRef Id="TARGETDIR"> > > <Directory Id="Template" Name="Template"> > > <Directory Id="_12" Name="12"> > > <Directory Id="FEATURES" Name="FEATURES"> > > <Directory Id="AnnouncementsList" Name="AnnouncementsList"> > > ... > ... > > Add the line incorporated above after the <Fragment> (and a matching > </DirectoryRef> before the </Fragment>) and it should work. > > That'll make your fragment refer to the root directory in your main .wxs > file and everything will be all right. > > --Curtis > Thanks, Curtis. That did the trick! Though I actually had to use INSTALLLOCATION instead of TARGETDIR because with TARGETDIR my Template folder was going onto the D: drive rather than where I installed my main product. -- Regards, cf ------------------------------------------------------------------------------ Check out the new SourceForge.net Marketplace. It is the best place to buy or sell services for just about anything Open Source. http://p.sf.net/sfu/Xq1LFB _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users