RikWare
...

Auto-update and WiX

Saturday, 24 March 2007 07:42 by admin

The end of my PhD is in sight and my post-PhD plans include the possibilty of some microISV action. So I need an auto-update plan for a WinForms app. I'm using WiX to deploy the app originally since the app includes fancy things like windows services, not just xcopy.

Basically I need it to grab a WiX generated patch file. Stop the app (after prompting the user) and prompt for admin credentials (if necessary) before starting the patch.

I've been looking around and I can't find any auto-update solutions I can use out of the box. So it looks like I'm going to have to write my own :( or at least adapt one of the current solutions.

Anybody got some better ideas?

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Related posts

Comments

March 15. 2008 14:43

ewart

Did you make any progress with wix and auto-update?
cheers
ewart

ewart

March 25. 2008 16:41

Richard Mason

I had to roll my own solution but WiX v3 is coming along so it's worth checking out the WiX Clickthrough stuff.

Richard Mason

Add comment


(Will show your Gravatar icon)  

  Country flag





Live preview

November 21. 2008 21:27