[quote=178810:@Michel Bujardet]Apple has made the Mac OS X environment as standard as possible, so users are comfortable with it. The usual procedure to install an application is to copy it from a DMG to the Applications folder. Or to buy it from the App Store and have it install and update.
Unless it is absolutely necessary, for all the reasons exposed several times here, like subfolder, protection, whatever, why impose an unusual procedure on the user ?
An uninstaller is rather easy to create in Xojo. All is needed is to delete the ApplicationData or Container subfolder for the app. Probably no more than 10 lines of code…[/quote]
Thank you for reply.
First thing first, could you give me an example on how to create an uninstaller in Xojo? Or point me to some tutorial?
IMHO, I don’t understand why it is been considered as an unusual procedure to end user. As I mentioned, the “install” is just a copy procedure which totally equal to manually drag and drop. So the only difference in that case is using double clicking to substitute drag and drop. Is that so “unusual”? or is that called “install” instead of “double click to drag and drop”? I don’t get it.
My case is a little special, I guess. The app is not in the AppStore for the whole public to download and use. Instead of that, it shows on the company’s website and only for certain users to download. It’s like a suppliment for the Windows version to attract not only the windows users, but also the Mac users.
Also, there are users transfer from windows to OSX. They are not understanding why there is no install/uninstall, there is only drag and drop and delete in “Application” folder. So as the customer service people. They all using windows.