I have an installation which allocates specific permissions to a folder on installation. These permissions are set up as follows via the "Permissions" tab on the "Edit Folder" dialog:
NetworkService
Administrators
Users
Power Users
SYSTEM
This works fine on installation to any English language version of the O/S this has been tried on (Win XP/2003/7/2008).
However on a French language version of XP the following error occurred:
Code: Select all
Error 1609. An error occurred while applying security settings. Users is not a valid user or group. This could be a problem with the package, or a problem connecting to a domain controller on the network. Check your network connection and click Retry, or Cancel to end the install. Unable to locate the user's SID, system error 1332
As a workaround I got the customer to create "Users" & "Power Users" groups on the target machine to get the installation to work.
However, I need to be able to avoid this in future, and there are potentially many different language versions of O/S that the software will be installed on. How can I "map" the Users permission to the language specific User group on the target O/S?
Thanks for your help in advance.
Buzz