Hi All

I am using the following code to create and share the C:\inetpub\wwwroot\SFS, 
while it gets created.  After run msi, the SFS folder is shared, Everyone is in 
the Permission list, but the Read/Allow box is not checked.

And how can I specify a domain user?


                                <Directory Id="TARGETDIR" Name="SourceDir">
                                                <Directory Id="IISMain" 
Name="Inetpub">
                                                                <Directory 
Id="WWWMain" Name="wwwroot">
                                                                                
<Directory Id="SFS" Name="SFS">
                                                                                
<Component Id="FileShare" Guid="EEDD1912-55DC-11DE-99CC-41A656D89593">
                                                                                
                <User Id="Everyone" Name="Everyone" />
                                                                                
                <FileShare Id="SFSWWWRoot" Name="SFS" Description="Share 
C:\inetput\wwwroot\SFS">
                                                                                
                                <Permission GenericRead="yes" Read="yes" 
ReadAttributes="yes" User="Everyone"/>
                                                                                
                </FileShare>
                                                                                
</Component>
Thanks
Jirong Hu
Build Master
780-644-5488


This communication is intended for the use of the recipient to which it is 
addressed, and may contain confidential, personal, and or privileged 
information. Please contact us immediately if you are not the intended 
recipient of this communication, and do not copy, distribute, or take action 
relying on it. Any communication received in error, or subsequent reply, should 
be deleted or destroyed.
------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to