Hi:
This is sorted, I had a stray fragment at the bottom, and didn't see it!
Sean.

-----Original Message-----
From: Rob Mensching [mailto:r...@robmensching.com] 
Sent: 13 March 2013 15:08
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] issue with fragments in the same project

If the Feature is under the Product element somewhere then I'm at a loss as
to what is actually going wrong. It seems like everything should work. What
is the exact command-line and output you are getting from the tools?


On Wed, Mar 13, 2013 at 1:46 AM, Sean Farrow
<sean.far...@seanfarrow.co.uk>wrote:

> Hi,
>
> I't's in the featue, as follows:
> <Feature Id="ProductFeature" Title="ConnectorMsi" Level="1">
>       <ComponentRef Id="Salamander.Host.exe"/>
>                 </Feature>
>         Cheers
> Sean.
>
> -----Original Message-----
> From: Rob Mensching [mailto:r...@robmensching.com]
> Sent: 13 March 2013 05:37
> To: General discussion for Windows Installer XML toolset.
> Subject: Re: [WiX-users] issue with fragments in the same project
>
> Where is the ComponentRef to "Salamander.Host.exeFile"?
>
>
> On Tue, Mar 12, 2013 at 5:31 PM, Sean Farrow
> <sean.far...@seanfarrow.co.uk>wrote:
>
> > Hi,
> >
> > I'm currently creating an installer.
> > In one file I have my folder structure:
> > <Fragment>
> >     <Directory Id="TARGETDIR" Name="SourceDir" >
> >       <Directory Id="ProgramFilesFolder" >
> >         <Directory Id="CONPANYFOLDER" Name="SalamanderSoft">
> >           <Directory Id="INSTALLFOLDER" Name="Connector">
> >
> >           </Directory>
> >         </Directory>
> >         </Directory>
> >     </Directory>
> >   </Fragment>
> > in another file in the same project I have fragments with components
> > defined.I've tried to refer to the INSTALLFOLDER element with both the
> > directory/DirectoryRef element but understandably get a lght0091/92. My
> > second file is as follows:
> > <Fragment>
> >     <!--Salamander host executable.-->
> >     <DirectoryRef Id="INSTALLFOLDER" >
> >     <Component Id="Salamander.Host.exe"
> > Guid="d535001e-c4cb-4043-9e4b-1abdec33d0f2">
> >       <File Id="Salamander.Host.exeFile"
> > Source="..\..\..\bin\obfuscated\Salamander.Host.exe" KeyPath="yes"
> > Checksum="yes"/>
> >     </Component>
> >     </DirectoryRef>
> >       </Fragment>I understand why this is happening, but what is the best
> > way around this?
> > Any help appreciated.
> > Regards
> > Sean.
> >
> >
> ------------------------------------------------------------------------------
> > Everyone hates slow websites. So do we.
> > Make your web apps faster with AppDynamics
> > Download AppDynamics Lite for free today:
> > http://p.sf.net/sfu/appdyn_d2d_mar
> > _______________________________________________
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
> >
>
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_mar
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_mar
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to