Healthcheck is a utility that is designed to check the validity of packages that are assigned to Active Directory. If you are having problems with workstations rebuilding and not getting there packages, run this utility.
Continue reading »
Healthcheck
Workstation Build Drivers
Are you having a problem getting a new workstation to build with a custom driver that you have added to Build Manager?
I had encountered a problem with a DELL D510 laptop that would use the Audio driver that had been added to the Drivers list. The result was the laptop BSOD during the XP build process. Some machines would BSOD on each reboot and display an error about PORTCLS.SYS.
CC3 Package INI file
Here is the format of the INI file that is used for package deployment on a CC3 network. Both EXE and MSI files can be deployed using the RM Application Agent.
Writeaccess.ini file permissions
On an RM CC3 network, the writeaccess.ini file controls file and registry permissions for an assigned package. The writeaccess.ini file is applied by Group Policy Objects.
Sample
; File System
[C:Program FilesSIMS]
everyone=0x1F01FF
; Windows Registry HKLM=HKey_Local_Machine HKCU=HKey_Current_User
[HKLMSOFTWAREClassesEclipseControls.BarcodeReader]
Everyone=0x3003F
One of the things that are not mentioned are the permissions, the following sets of permissions are available.
File System
Full Control: 0x1F01FF
Read-write (but not delete): 0x1201BF
Modify (read, write, delete): 0x1301BF
Read Only: 0x1200A9
Registry
Full Control: 0xF003F
Modify (read, write, delete): 0x3003F
Read Only: 0×20019

Recent Comments