Oem exclusives app on every pc/tablet

Discussion in 'Windows 8' started by kiltaiga, Nov 11, 2013.

  1. kiltaiga

    kiltaiga MDL Novice

    Dec 23, 2007
    2
    1
    0
    I've managed to run samsung oem app on asus vivotab.

    i've added a storemanifest.xml into the package like this:



    <ExclusiveOptOut>false</ExclusiveOptOut>



    and then i've remake the package with makeappx.exe ( Google for it, it's a part of Windows app developers sdk)

    make a cert with makecert.exe
    sign the package with signtools.exe
    and then install it with add-appxpackage...

    To install those package:

    1) unrar the file into a folder
    2) double click on MyKey.cer or splayer.cer then "install a certificate"
    3) local computer, next
    4) second choice ( im not sure for the english traduction, i'm french), then browse
    5)trusted root certification authorities
    6) OK, next ,finish
    7) launch powershell ( charm bar, search, powershell)
    8) type: add-appxpackage yourfolder\snote.appx (replace yourfolder by the full path to package)
    9) enjoy

    i can't post download link, no enough post...
    mediafire.com/download/e6yp4vbo2604a5b/snote_2.0.0.94.rar


    i'm searching Splayer+ and sphotostudio package too...
     
  2. eydee

    eydee Guest

    You forgot to mention the most important thing: What is the point?
     
  3. kiltaiga

    kiltaiga MDL Novice

    Dec 23, 2007
    2
    1
    0
    Of course...
    When you update from a oem windows to a retail one, you can t reinstall oem apps. Some of them are great like snote... It can be usefull for lots of users...
     
  4. Mr Jinje

    Mr Jinje MDL Expert

    Aug 19, 2009
    1,770
    1,101
    60
    #4 Mr Jinje, Nov 11, 2013
    Last edited by a moderator: Apr 20, 2017