I am using AdminStudio Pro 3.5 to repackage applications for delivery to Windows XP clients from a Windows 2000 Active Directory.
I have an app that was supplied with an .msi file and I have used Tuner to create a transform for this .msi. Included in the transform are file permission changes for the app's installation directory C:\Program Files\AppName, because the application insists on writing user config data to it's install directory.
I have used the LockPermissions table to give the local Users group Modify access to this dir (along with retaining the standard Admin, Power Users, etc permissions).
The application will be a user assigned app in the AD, therefore I am testing it using msiexec with the /ju and /t switches.
My problem is as follows;
When I test the app as a user with local admin rights it works perfectly and applies the correct file permissions. However, when I run it as a standard user the file permissions are not applied, the directory instead inherits the permissions from C:\Program Files.
It's worth mentioning that the test userid is in a container in the AD that has the "Always install with elevated privileges" policies enabled.
Any ideas would be greatly appreciated.
Regards,
Dave