Quote:
Originally Posted by DomSim
is there anything else that runs after user packages? i found the provxml that was causing most of the issues but there is one lingering setting that gets changed and it doesnt exist in any provxml's . it is the registry setting for setting the phone to ring and vibrate from a call. i set it with a package but it gets defaulted back to just ring. the key is at "HKEY_CURRENT_USER\ControlPanel\Sounds\RingTon e0" parm=script value it defaults to is apw3r i found this value in the user.hv in the metadata folder in the sys but no where else and i am stumped where else to look. so if it is not in a provxml where else could it be that runs after user packages?
|
From what I have researched, .cab files are last to be processed by Autorun/RunCC/SDConfig/Sashimi, so the setting in question may be in a chef provisioning cab used for this purpose.
So try creating a .cab with the reg entry and see if it solves the problem. Name it zzzz*.cab just in case the original filename is down the alphabet a ways.
That's why in the end, I use .cab for my customizations.