- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
Jun 15, 2011
09:42 AM
Folder permissions
Hello,
I am trying to set folder permissions to some folders.
The NetworkService needs full control to the followinf directories:
- [WindowsFolder]\Temp
- [INSTALLDIR]\SomeFolder
I tried do do that using the permissions dialog:
=> Domain: [%USERDOMAIN]
User: NetworkService
=> Domain:
User: NetworkService
Results into following exception
Note that it must work on French/Dutch/English OS's
Any ideas?
I am trying to set folder permissions to some folders.
The NetworkService needs full control to the followinf directories:
- [WindowsFolder]\Temp
- [INSTALLDIR]\SomeFolder
I tried do do that using the permissions dialog:
=> Domain: [%USERDOMAIN]
User: NetworkService
=> Domain:
User: NetworkService
Results into following exception
InstallShield 15:15:16: ResolveSidForAccountName: looking up account name 'ULTRAGENDA\NetworkService'
InstallShield 15:15:16: Failed to lookup account name, last error: 0x00000534
InstallShield 15:15:16: Failed to apply permissions for object 'C:\WINDOWS\Temp\', error 0x00000534
Note that it must work on French/Dutch/English OS's
Any ideas?
1 Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
Jun 15, 2011
10:07 AM
I have solved it.
You can use the well-known security identifiers.
The SID for the NetworkService user is: S-1-5-20
see http://support.microsoft.com/kb/243330
NasB
You can use the well-known security identifiers.
The SID for the NetworkService user is: S-1-5-20
see http://support.microsoft.com/kb/243330
NasB
