The properties are (now) displayed in a sorted format
A WSP (Solution Package) which contains one feature which will add a Custom Settening category on your Operations page in Central Administration.
Solution deployment
To deploy this solution on your server you can use this script:
----------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------
@setlocal
@pushd.
@set PATH=C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN
stsadm.exe -o addsolution -filename PropertyBagSettings.wsp
stsadm.exe -o deploysolution -name PropertyBagSettings.wsp -local
@pause
@popd
@endlocal