Disable Updates

Hello,

I'm creating a automatic installation for windows 7 x64 use the next command lines:

PDFCreator-1_2_3_setup.exe  /SILENT /LOADINF="PDFCreator001.INF" /NORESTART

/REGfile=update.reg


The problem is to create the exact registry.key of

'REG ADD "HKLM\\SOFTWARE\\PDFCreator\\Program" /v "UpdateInterval" /t REG_SZ /d "0" /f'

Have somebody a regfile for me?

Thank you!