Can a single appX package install more than one metro style app on a machine?

Con risposta Can a single appX package install more than one metro style app on a machine?

  • venerdì 11 maggio 2012 19:25
     
     
    I know it is possible to install multiple Metro style apps from a single desktop application package, but can we also do so from within an appX (metro style app)? I do not want to refer the user to the Windows store and initiate a new download and install from the Windows store. For example, can I put the data for the second metro style app in the first appX and launch it from the first metro style app?

Tutte le risposte

  • domenica 13 maggio 2012 21:04
    Moderatore
     
     Risposta suggerita

    Hello Mo,

    Looking for a little clarification on this. Are you trying to install two apps simultaneously from a single appx package or just launch another app? Could you provide a bit more detail or maybe an example of what you are trying to accomplish. If you are trying to use a file picker to launch another app take a look at this page for more details on the particular language you are using for development.

    Thanks,

    Jesse


  • martedì 15 maggio 2012 22:00
     
     

    Thanks a lot Jesse. My case is the former one, to install two apps simultaneously from a single appx package. An example can be a bonus application coming along with the main app, or a software bundle, or a suite of independent metro apps. Can I have them all installed from a single appx package?

    Thanks a lot

    Mo

  • martedì 15 maggio 2012 23:11
    Moderatore
     
     Risposta suggerita

    Hello Mo,

    If I understand you correctly, the answer would be no on this. You can only install one tile per appx package. If you are trying to install an add-on in the app, all of the code is present in the appx package to do this. You will have to offer each app on its own and have it install from its own package. You don't have to charge for every app that you offer but they do have to be offered separately. You also have the option of offering in-app purchases but this would not be the same thing as an independent app. Have a look at the page on deciding how to offer you app. This may give you some ideas on how to package your apps. I hope this clarifies the issue for you.

    Thanks,

    Jesse

  • mercoledì 16 maggio 2012 03:42
     
     Con risposta

    Per the App packages and deployment documentation:

    Although each package can contain one or more apps, packages that contain multiple apps won't pass the Windows Store certification process.

    --Rob

    • Contrassegnato come risposta Mo Alian mercoledì 16 maggio 2012 15:46
    •  
  • lunedì 21 maggio 2012 12:16
     
     
    Thats interesting Rob! The MSFT app for Mail/Contacts/Calender was one appx and multiple apps. Each had their own tile. How come it passed the Windows Store certification?