Hey Rafal,
1. I use automaticUpdater in seperate form (not in main form). In this case installation (after restart app) starts only after I show the other form instead of running automaticly after restart app. Is there some neat way to do this instantly? I know it may be difficult.
The AutomaticUpdater control assumes it's running on the main form. There's no way to cleanly get around this (yet). If you put the AutomaticUpdater on your main form you can always show the changes and progress in a separate window.
So, put the AutomaticUpdater on your main form.
2. Is it possible to prevent automaticUpdater messages from rolling up?
I'm not sure what you mean. Can you explain?
3. How to translate the automaticUpdater?