This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: Giving permission for "Everyone" in non-english OSes
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 17, 2009
02:47 AM
Giving permission for "Everyone" in non-english OSes
Hi,
I have a Installlscript MSI setup. I am using CACLS to give "Everyone" full access to some web sub-folders after install was finalized. I use this in my custom action:
cacls.exe "[INSTALLDIR]Myprogram\MySub-Folder" /e /g Everyone:F
It works on English operating systems but it fails on non-english ones, I think because they cannot realize the word "Eveyone". Has anyone had this problem before? what is the work around?
Thanks in advance.
- Ganesh Kumar
I have a Installlscript MSI setup. I am using CACLS to give "Everyone" full access to some web sub-folders after install was finalized. I use this in my custom action:
cacls.exe "[INSTALLDIR]Myprogram\MySub-Folder" /e /g Everyone:F
It works on English operating systems but it fails on non-english ones, I think because they cannot realize the word "Eveyone". Has anyone had this problem before? what is the work around?
Thanks in advance.
- Ganesh Kumar
(5) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 19, 2009
11:43 PM
Hi Peter,
I have tried it in command line in two machines. It shows the following error:
C:\>cacls "C:\Documents and Settings\All Users\Application Data\MyDir" /E /G S-1-5-32-544:F
First Machine:
No mapping between account names and security IDs was done.
Second Machine:
The trust relationship between the primary domain and the trusted domain failed.
Pls suggest an alternate.
Regards,
Ganesh Kumar
I have tried it in command line in two machines. It shows the following error:
C:\>cacls "C:\Documents and Settings\All Users\Application Data\MyDir" /E /G S-1-5-32-544:F
First Machine:
No mapping between account names and security IDs was done.
Second Machine:
The trust relationship between the primary domain and the trusted domain failed.
Pls suggest an alternate.
Regards,
Ganesh Kumar
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 20, 2009
02:37 AM
What OSs are your machines running?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 20, 2009
06:34 AM
XP and Vista
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 22, 2010
05:09 AM
i am having the same issue. i tested it in Vista machine but in xp its working file.
Is there any work around for this?? Please post it
Is there any work around for this?? Please post it