- Launch the ManifestUtility program again.
- Choose the 1.0.0.1 directory from the “Update files folder“ chooser.
- Enter the URL of the update location.
- Enter version 1.0.0.1
- Open your PrivateKey.xml file created earlier.
- Choose the validator class “Microsoft.ApplicationBlocks.ApplicationUpdater.Validators.RSAValidator”
- Click CreateManifest, and save the ServerManifest.xml file to your virtual server directory.
That's it! Pheeew! Run your AppStart.exe from your C:\Program Files\YourApp\ directory. Your app should launch, and you should now be prompted that “A new version is available” when you launch your application. The new app should be downloaded into your C:\Program Files\YourApp\1.0.0.1 directory, and the app should re-start itself. If you have problems, be sure to check the log files that are created during the process. They can be very helpful in tracking down bugs.
-Brendan