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