Hi all ~
This is getting a bit frustrating now! Heaps of awesome Karma for whoever can help me sort this out. :-)
My cool little desktop C# app gets sent to users manually, zipped. They install it and all is well. One big missing piece to finish it off though is getting auto-updates to work.
PART I: Publish Wizard Steps
1) "Where do you want to publish the application?" -> Local drive on my PC. OK
2) "How will the users install the app?" -> From a CD-ROM or DVD-ROM (manual delivery). OK
3) "Where will the application check for updates?" -> Question! I have a website and can setup whatever I need to in terms of FTP accounts or whatever, but I'm not sure what to put in here. Also Annonymous FTP vs login-FTP? I'd really appreciate it if I could get some concrete suggestions for how to set this up. Examples rather than theory per favore. Thx!
PART II: Files to copy to the update folder Once the update location is sorted out, what files need to be copied there? The contents of the 'publish' folder?
PART III: Signing I must admit to not really knowing what 'signing the manifest' is all about. Is it necessary to do anything more than ticking "Sign the ClickOnce manifests"?
PART IV: Anything else? If there are any more parts to the puzzle, an everyday-language explanation would be great.
Thanks in advance for any help!