Rules to Better Windows Forms Applications - ClickOnce
- Do you keep the assembly and file version the same by default?
- Do you keep the version in Sync (in all 3 places)?
- Do you set the appropriate download (.exe or .application) for your web users?
- Do you make a clear symbol to inform the users that you are using a ClickOnce version application?
- Do you know whether you should use Click Once or MSI?
- Do you know to use async code to do the check for update?
- Do you know what the user experience should be like?