Hello,
I changed the toolset from version release 3.0.3210 to the current
release 3.0.3808
When I candlelight my project now, I get following error for all
FileShare-Tags:
/
Unresolved reference to symbol 'CustomAction:ConfigureSmb' in section
'Fragment'/

Do I have to change anything in my project or is it a bug? My fragment
looks something like this:

<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi";
     xmlns:util="http://schemas.microsoft.com/wix/UtilExtension";>
  <Fragment>
    <DirectoryRef Id="DIR_EXCH_Exchange">
      <Component Id="ShareExchange"
Guid="{11FA12A2-EB2D-47aa-955E-1C04B0A4FDB5}">
        <CreateFolder/>
        <util:FileShare Id ="FileShareExchange" Name="Exchange">
          <util:FileSharePermission GenericAll="yes" User="MyUser"
Read="yes"
                                               
ReadExtendedAttributes="yes" ReadPermission="yes"
                                                ReadAttributes="yes"
Synchronize="yes"/>
        </util:FileShare>
      </Component>
    </DirectoryRef>
  </Fragment>
</Wix>

Thank's in advance,
Chris
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to