Re: [WiX-users] FileSharePermission - Change?

2014-08-14 Thread Nick Ramirez
A very old post, but in case anyone was wondering, to get the Change permission on a file share, use the following properties on FileSharePermission: GenericWrite="yes" Traverse="yes" Delete="yes" GenericRead="yes" -- View this message in context: http://windows-installer-xml-wix-toolset.6

Re: [WiX-users] FileSharePermission - Change?

2010-07-15 Thread Rob Mensching
Probably the correct combination of flags. On Wed, Jul 14, 2010 at 12:13 AM, Elfe Xu wrote: > > WOW! > GenericRead + Traverse really works for Read! > Why it has such an interesting behavior? Is it a bug or by design? >The GenericRead='yes' Traverse='yes' seems to give Read. > -- > View this

Re: [WiX-users] FileSharePermission - Change?

2010-07-14 Thread Elfe Xu
WOW! GenericRead + Traverse really works for Read! Why it has such an interesting behavior? Is it a bug or by design? The GenericRead='yes' Traverse='yes' seems to give Read. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/FileSharePermission-C

[WiX-users] FileSharePermission - Change?

2008-06-12 Thread Mole, Chris
All, I'm using the FileSharePermission element in WiX v3.0.3526.0. Thanks to Rob for your previous answers on getting this to work. When I create a share manually, there are only three possible permissions: Full Control, Change and Read. However, the FileSharePermission element has many attri