No, it's not a bug. If you don't want the AutomaticUpdater to run automatically then change the "UpdateType" property. You must change it either at design time or within the constructor of your form (not the OnLoad event).
If you don't want the AutomaticUpdater to run automatically (though, I'm not sure why you would want this) simply change the UpdateType to "DoNothing".