show/hide this revision's text 2 Add more info + references

The deployment options MS supports for client applications are

  • MSI (Any Windows app)
  • Clickonce (only for .Net client apps)

Clickonce is not WPF specific.

XBAPS are clickonce deployed, browser hosted WPF apps in a trusted security sandbox. WinForms apps can be clickonce deployed and can be browser hosted.

Silverlight is (mostly) source compatible with WPF. You can recompile SL controls as WPF controls.

Non browser hosted clickonce is probably a good fit for you.

show/hide this revision's text 1

Clickonce is not WPF specific.

XBAPS are clickonce deployed, browser hosted WPF apps in a trusted security sandbox. WinForms apps can be clickonce deployed and can be browser hosted.

Silverlight is (mostly) source compatible with WPF. You can recompile SL controls as WPF controls.

Non browser hosted clickonce is probably a good fit for you.