InterpretSIS tool to uninstall application
Hello,
I need to uninstall app (I use Belle SDK)
It looks like InterpretSIS can do it with -x parameter (interpretsis [-x pkgUID[,pkgUID2,...]] ) bit it does not work.
When I try
d:\Nokia\devices\Nokia_Symbian_Belle_SDK_v1.0\epoc32\tools>interpretsis -x 0xeb898b52
it returns
ERR : Config Manager Error -
ERR : Missing -r option and the ROM drive representing directory is not defined; Must specify one of them (BUT not both).
Could you please get working example of how to uninstall app (from pc when device is connected or from other Belle app)
Re: InterpretSIS tool to uninstall application
I'm not getting what you are trying to actually do ? if you want to delete aopplication from emulator, you could simply remove the files fro it. For device, you could check APIs from API plugin provided in the wiki.
Re: InterpretSIS tool to uninstall application
Hello,
I try to uninstall application from Belle device.
Wiki ([url]http://www.developer.nokia.com/Community/Wiki/SDK_API_Plug-in[/url]) state: "No SDK API plugins are available or planned for the Symbian^3 SDK (or later)."
therefore I looked InterpretSis tool, but not successfully.
Do you know how to uninstall application from Belee device?
Thanks,m
Yuriy
Re: InterpretSIS tool to uninstall application
InterpretSis is command line tool used in PC, so you can not use it in device..If you wish to uninstall application from device, use the nromal application manager instead.
if you wish to make application which does the uninstallation, then you could try whether constructing application with older SDK (basically SDK which has the API available) would still work on your selected target devices.