Re: [WiX-users] Create file share with ready permissions for everyone

2015-03-11 Thread Phill Hogland
> >Description='FileShare for Workwise backend'> > User="WorkwiseUsers" /> > > And that creates the folder and the file share, but only gives permissions > to the Workwise user. The User parameter is mandatory when creating the > FileSharePermission. How can I create the

Re: [WiX-users] Create file share with ready permissions for everyone

2015-03-11 Thread John Cooper
phogl...@rimage.com] Sent: Wednesday, March 11, 2015 8:46 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Create file share with ready permissions for everyone > >Description='FileShare for Workwise backend'> > User="WorkwiseUsers" /&g

Re: [WiX-users] Create file share with ready permissions for everyone

2015-03-11 Thread Jeremiahf
Sorry, "cmd /c net share sharename=drive:\folder /grant:everyone,READ" On Wed, Mar 11, 2015 at 5:41 AM, Jeremiahf wrote: > Off the top of my head. You could use a CA that calls "cmd /c net share > drive:\folder /grant:everyone,READ" > > On Tue, Mar 10, 2015 at 5:00 PM, Federico Provera > wrot

Re: [WiX-users] Create file share with ready permissions for everyone

2015-03-11 Thread Jeremiahf
Off the top of my head. You could use a CA that calls "cmd /c net share drive:\folder /grant:everyone,READ" On Tue, Mar 10, 2015 at 5:00 PM, Federico Provera wrote: > Using the WiX Toolset I want to create a folder and then create a file > share for that folder so that every user has reading pe

[WiX-users] Create file share with ready permissions for everyone

2015-03-10 Thread Federico Provera
Using the WiX Toolset I want to create a folder and then create a file share for that folder so that every user has reading permission on it. How can I do that? I tried the following .wxs file: