Hi,

I'm getting this error..

error LGHT0094 : Unresolved reference to symbol 'User:test' in section 
'Product:{A50A3A25-28AA-40D0-97B7-63091A3723D9}'

code as follows..

    <Directory Id='TARGETDIR' Name='SourceDir'>
      <Directory Id="apps_d" Name=".">
        <Component Id='apps_d' Guid='8A84C077-FE44-4322-A45A-B88A4F44E9FA'>
          <CreateFolder>
            <util:PermissionEx User="app_ldn_support" Domain="EUR" 
GenericRead="yes" Read="yes" />
          </CreateFolder>
          <util:FileShare Id='apps_d' Name='apps_d'>
            <util:FileSharePermission User='test' GenericAll='yes' />
          </util:FileShare>
        </Component>
      </Directory>
    </Directory>


If I take out the FileShare element then it builds ok.

It's driving me mad...

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to