Giter Club home page Giter Club logo

centtools's Introduction

MakeAPPXForWin10S (supports BUNDLE)

Takes an Appx or Bundle file, repackages and signs it using the Store test certificate

Usage

MakeAPPXForWin10S.cmd "C:\Temp\MyDesktopBridgeFile.appx"

MakeAPPXForWin10S.cmd "MyLocalfolderAPPXFile.appx"

MakeAPPXForWin10S.cmd "MyLocalfolderAPPXBUNDLEFile.appxbundle"

Actions for APPX

  1. Creates a new unique folder for extracting the Appx files
  2. Modifies the 'CN' in the extracted AppxManifest.xml
  3. Recreates the Appx file with the modified AppxManifest.xml
  4. Signs the Appx file with the AppxTestRootAgency provided by the Store team (direct link for downloading the certificate)

The signed Appx file name will be 'InitialFileNameStoreSigned.appx'

Actions for BUNDLE

  1. Creates a new unique folder for extracting the Bundle files
  2. Modifies the 'CN' in the extracted AppxMetadata\AppxBundleManifest.xml
  3. Takes each internal Appx and do the same work as the one done for an unique Appx (extraction, AppxManifest.xml modification, packaging, signature)
  4. Recreates the Bundle file with the modified AppxMetadata\AppxBundleManifest.xml and modified packages
  5. Signs the Appx/Bundle file with the AppxTestRootAgency provided by the Store team (direct link for downloading the certificate)

The signed Bundle file name will be 'InitialFileNameStoreSigned.appxbundle'

RepackageAPPXFolderForWin10S (supports BUNDLE)

Takes an Appx/Bundle folder created by MakeAPPXForWin10S.cmd (because we need to have already the the 'CN' modification done), repackages and sign it using the Store test certificate

Usage

For Appx

RepackageAPPXFolderForWin10S.cmd "C:\Temp\MyDesktopBridgeFolder"

RepackageAPPXFolderForWin10S.cmd "LocalDesktopBridgeFolder"

For Bundle

RepackageAPPXFolderForWin10S.cmd "C:\Temp\MyDesktopBridgeBundleFolder" -IsBundle

RepackageAPPXFolderForWin10S.cmd "LocalDesktopBridgeBundleFolder" -IsBundle

Actions

  1. Recreates the Appx/Bundle file with the content of the DesktopBridge folder
  2. Signs the Appx/bundle file with the AppxTestRootAgency provided by the Store team (direct link for downloading the certificate)

The signed Appx file name will be 'FolderNameStoreSigned.appx' or 'FolderNameStoreSigned.appxbundle' "# CentTools"

centtools's People

Contributors

mjfusa avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.