how to force client update ?

Hi, how can i force a update in all client ?

What product/component does this apply to?

Twebupdate

Call WebUpdate.DoUpdate

how to prevent the user from canceling the update or choosing not to

Have the update in silent mode, i.e. without confirmation dialogs

ok.... but..... how can i do it ? "without confirmation dialogs "

  1. Set WebUpdate.UpdateUpdate = wuuSilent
  2. Set in the control.INF file SilentRestart = 1

It is all explained in the PDF guide

Searching for the word "silent" brings you to the right place in the doc.