My application is dependant on the camerawrapper from S60 Platform Camera Example v3.0, and hence I have embedded that SIS in my application's SIS like below
To avoid the camerawrapper being accidentally uninstalled I've added a dependency in the pkg-fileCode:;CameraWrapper IF NOT package(0x2001ec5f) ; install camerawrapper.sisx only if not already installed @"..\..\3rdPartyComponents\CameraWrapper\epoc32\InstallToDevice\CameraWrapper\sis\camerawrapper.sisx", (0x2001ec5f) ENDIF
When installing my application I get a dialog saying "Component Camerawrapper is missing. Continue?"Code:;Dependencies ;Prevents other applications from uninstalling packages we depend upon ;Dispalys a warning message if a dependant SIS is uninstalled (0x2001ec5f), 1, 10, 0, {"CameraWrapper"}
I think this query is rather unnecessary since the camerawrapper SIS is embedded in my application's SIS.
Is there a way to prevent this query??
Thanks!
/Mathias





