Update Interval in PDFCreator 0.9.8

I have a need to set the update interval in PDFCreator 0.9.8 preferably as part of the install and have it that the user cannot change the value.  I'd like to have the setting be taken on by any new user that signs onto the system as well and again have it that they cannot change the value.  I need to have it that only a select couple of accounts would be able to modifiy this setting.  I'm hoping one of the developers can give me some direction on making this change.

    Thank You

   Eric

Hi Eric,
What I did in my environment was run a .reg file with the following settings on each pc .  When set the update interval will no longer prompt.  It will also prevent users from changing the interval unless they have access to actually change this key.  This will be the overruling value for all current and new users who use the pc.

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\\SOFTWARE\\PDFCreator\\Program]
"UpdateInterval"="0"