Re: [WiX-users] using permission element within a directory element

2007-05-23 Thread sysax
Using the permission element from within the createfolder element works correctly. However, in the code snippet that I provided, I need to change permissions on a directory that will be implicitly created by wix during the install (by using the directory element). So is this a current limitation

Re: [WiX-users] Setting Folder ACL Permissions

2007-05-21 Thread Sysax Support
Is this something that is not supported in wix 2 or a limitation of Windows? If that is the case, what are others using to solve this? Thanks, John > more specifically, what ACL options should I be using to enable > ALL users on the computer to write and read files from this folder? > The permi

Re: [WiX-users] Setting Folder ACL Permissions

2007-05-18 Thread Sysax Support
more specifically, what ACL options should I be using to enable ALL users on the computer to write and read files from this folder? The permission element has a "user" attribute. What should I be passing to this? Any code snippets in v2 will be appreciated. Regards, John

Re: [WiX-users] Setting Folder ACL Permissions

2007-05-17 Thread Sysax Support
2 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] Setting Folder ACL Permissions

2007-05-16 Thread sysax
I need to create a "ProductName" folder in the c:\ProgramData\CompanyName\ProductName path under Vista and make its readable and writeable by all users (by default Windows Vista allows only the user who created the file to edit the file). In my case, the product.ini file that will be placed in thi