Let's say, you have an app, named 
    MyApp.

By standard, a WE app has four files. That is,
    MyApp.ini
    MyApp.vbs
    MyApp.wepm
    MyAp.xml
.

OK, I know, there is a built-in package remover in WE. But many apps do have a 
number of other files attached to them. Either files that are shipping in the 
package - and who I guess, the package remover takes care of. Or, it could be 
files that are generated "on the fly", when the app is running. In the latter 
case, the package remover will not take care of all the extra files.

I wonder if the app itself, has an uninstall feature inside its code. The first 
thing the app would do, is to remove all its self-produced extra files. But 
then, the user would have to manually activate the package remover in WE. This 
leads me to my actual question here.

If I let the app delete its four "basic" files - that is, .ini, .vbs, .wepm and 
.xml - will that be enough to have it removed from WE. Or, is there another 
suggested way of having an all-automated "self-removing" feature built into my 
app?

Thanks for all ideas.

Reply via email to