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
- :
- Folder permissions
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
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
- 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