简体   繁体   中英

Can I install .SIS files from within an NokiaQt Symbian application?

I'm developing something like a app-store in Android/iOS. Hence I like to know whether I can trigger the installation of downloaded .SIS files to the user, prompting him accept permissions, if any and confirm the installation.

Is that possible?

Two ways to do this:

  1. Use RSWInstLauncher (NOT RSWInstSilentLauncher unless you want to avoid all user interaction)
  2. Open the SIS file directly - RApaLsSession::StartDocument()

it is possible. I have done it for one of my client's application. It does not need any user interaction.

BR STeN

You can use the WRT widgets like the OVI store. See Forum Nokia for examples.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM