I am using WiX to create an installer, and one during the installation process I want to share the folder. I want to allow all users. I am using the following piece:
& lt; Util: FileShare id = "MYSHARE" name = "MyShare" Details = "MyShare Details" & gt; & Lt; Use: FileSharePermission GenericRead = "Yes" Read = "Yes" ReadAttributes = "yes" user = "Everyone" /> & Lt; / Util: fileshare & gt; I have a compile time error: "Ungroup reference for the symbol 'Users: Each' in the 'Product: {MY-GUID}'." Any suggestions on how to share for all users?
You have a qualification: user element fileshareprimation / user is a user / @ id There is a reference to the attribute.
Unfortunately, there are some design discrepancies related to user attributes. Generally it is in reference to user / ed id but sometimes it is just a user name ... sad, yes .. but we have not yet decided it.
Comments
Post a Comment