Peter Conlon wrote: > but I can't (assign a local group to the permission set of a local share - I > get: Unresolved reference to symbol 'User:[SQLGroup]' in section > 'Fragment:'. (LGHT0112) - ...\Setup\Files.wxs:1) >
FileShare is an element backed by a WiX custom action; it's not native to Windows Installer. So WiX handles permissions on it via another custom action. Unfortunately, it has slightly different semantics than the native permissions action. One of them is that users must be explicitly named, not via a property. The User element lets you name such a user and its Name attribute can be formatted (i.e., include a [property]). -- sig://boB http://joyofsetup.com/ ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users