On Wednesday, May 22, 2013 2:10:37 PM UTC-5, Edward K. Ream wrote: I am now turning my attention to an important bug: > https://bugs.launchpad.net/leo-editor/+bug/1021849 >
The fix is on the trunk at rev 5789. This is a major step forward. Here is the checkin log:: QQQ Fixed the icon problem and improved and simplified the install/uninstall process in several ways. 1. Fixed https://bugs.launchpad.net/leo-editor/+bug/1021849 The fix was to CreateShortCut in the Desktop Shortcut section: - remove single quotes. - remove the "0" trailing arg. 2. Changed the make-leo button to simplify the uninstall manifest. Rather than computing the files to be deleted, the uninstall script now just does RMDir /r "$INSTDIR\leo". This *is* safe, and ensures that all files & directories get deleted, including $INSTDIR itself. QQQ The only possible drawback to using the /r option is that it will delete any files that the user has created in the leo directory. Imo, there is no perfect solution to this. Warning prompts never do any good, and if we retain files, for whatever reason, there will be bug reports saying that Leo didn't properly uninstall itself. This has already happened :-) I am happy to live with the present situation, unless somebody a) objects loudly and b) shows how the problem can be solved cleanly. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/leo-editor?hl=en-US. For more options, visit https://groups.google.com/groups/opt_out.
