Re: [WiX-users] Fileshare permissions

2011-08-04 Thread Atul Kolhatkar
That worked! Thanks, Atul -Original Message- From: Peter Shirtcliffe [mailto:pshirtcli...@sdl.com] Sent: Thursday, August 04, 2011 1:58 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Fileshare permissions I reproduced your problem using your code

Re: [WiX-users] Fileshare permissions

2011-08-04 Thread Peter Shirtcliffe
or Windows Installer XML toolset. Subject: Re: [WiX-users] Fileshare permissions Yes, I am testing this with my own user account (in production it will be a service account). I can access the folder directly in explorer, but not through the share. I tried a few other options, none of them worked:

Re: [WiX-users] Fileshare permissions

2011-08-03 Thread Atul Kolhatkar
August 03, 2011 6:01 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Fileshare permissions Does the service account have filesystem permissions to the directory you're trying to access via the share ? -Original Message- From: Atul Kolhatkar [mai

Re: [WiX-users] Fileshare permissions

2011-08-03 Thread Peter Shirtcliffe
Does the service account have filesystem permissions to the directory you're trying to access via the share ? -Original Message- From: Atul Kolhatkar [mailto:atul.kolhat...@microsoft.com] Sent: 02 August 2011 19:44 To: wix-users@lists.sourceforge.net Subject: [WiX-users] File

[WiX-users] Fileshare permissions

2011-08-02 Thread Atul Kolhatkar
I am trying to create a file share using Wix. Here is the fileshare fragment I'm using: The user is defined as follows: and the value is passed in as a parameter during install. The install works without any error, an

Re: [WiX-users] FileShare Permissions - How to set Change

2008-02-20 Thread KStuart
Rob Jarratt (MCS UK) wrote: > > > I am using WiX 2.0.4820 and I am trying to use the Permission element > inside a FileShare element to set the share's permissions to be "Change" > (as seen when you view share permissions in Windows Explorer). I have > tried various combinations of attributes b

Re: [WiX-users] FileShare Permissions - How to set Change

2008-02-20 Thread Rob Jarratt (MCS UK)
:27 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] FileShare Permissions - How to set Change Hi, I tried to test this, but Wix would not link when using the Fileshare stuff and I didn't have time to figure it out. However, I checked what the raw security descriptor looks like

Re: [WiX-users] FileShare Permissions - How to set Change

2008-02-20 Thread Arild Bakken
Read (FILE_READ_DATA / FILE_LIST_DIRECTORY) Although, I'm only guessing what the Wix attributes map to. Regards, Arild From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rob Jarratt (MCS UK) Sent: 20. februar 2008 09:36 To: wix-users@lists.sourceforge.net Subject: Re:

Re: [WiX-users] FileShare Permissions - How to set Change

2008-02-20 Thread Rob Jarratt (MCS UK)
I have not seen an answer to this yet, can anyone help? Thanks Rob Robert Jarratt Senior Consultant Microsoft Consulting Services Microsoft Ltd. Tel.: +44 (118) 909 4923 mailto:[EMAIL PROTECTED] This email may contain confidential information. If you are not named on the addressee list, pleas

[WiX-users] FileShare Permissions - How to set Change

2008-02-15 Thread Rob Jarratt (MCS UK)
I am using WiX 2.0.4820 and I am trying to use the Permission element inside a FileShare element to set the share's permissions to be "Change" (as seen when you view share permissions in Windows Explorer). I have tried various combinations of attributes but cannot get anything to work except Gen