Possible to remove "SKIP" option from ClickOnceUpgrade?

Hello

Is it possible to remove the ship button in the click once upgrade dialog?

We cannot let the users run with an old version. We have a buildin versioncheck that display an errormessage and exit the program, but the next time the user start the program he will not get an upgrade dialog at all.

[326 byte] By [Milzit] at [2007-12-24]
# 1

Hi,

you're probably referring to the Skip button? Set the minimum required version for your application, before publishing it [you'll find this setting under Project properties, Publish tab, Updates... button].

Andrej

AndrejTozon at 2007-10-8 > top of Msdn Tech,Windows Forms,ClickOnce and Setup & Deployment Projects...
# 2
Yes, a typo there... Thank you!
Milzit at 2007-10-8 > top of Msdn Tech,Windows Forms,ClickOnce and Setup & Deployment Projects...