Giter Site home page Giter Site logo

msix_app_attach's Introduction

MSIX_APP_ATTACH

Instructions:

  1. Ensure all files and Virtual Disk (VHD or VHDX) are in the same folder.
  2. Ensure all Scripts are signed, for a smoother expeirence as in no set-execution policy.
  3. ensure you edit the configuration file (Json) with the correct information.

These scripts are recommended for testing MSIX App Attach applications.

JSON file configuration example

The Json should look like the following example:

"vhdFileName": "chrome.vhd",
"parentFolder": "MSIX",
"packageName": "Chrome_1.0.0.0_x64__ekey3h7rct2nj",
"volumeGuid": "68c840d5-f0f2-4eac-9534-72f37cd8f864",
"msixJunction": "C:\\temp\\AppAttach"

MSIX Mgr

https://aka.ms/msixmgr

(Composite Images (CIMs))

A Cim image looks like this:

Cim image

The Json should look like the following example:

"vhdFileName": "not needed",
"parentFolder": "MSIX",
"packageName": "Chrome_1.0.0.0_x64__ekey3h7rct2nj",
"volumeGuid": "68c840d5-f0f2-4eac-9534-72f37cd8f864",
"msixJunction": "C:\\temp\\AppAttach"

The guid is still needed for testing locally.

cimutil.exe m "filename.cim"

cimutil.exe d "volume guid"

Cim images can be run in any folder directory update on the 01/02/2021 - Cim images can be run in any folder diretory - fixed/

The following sample applications will be uploaded in due course:

  1. Pinball
  2. Putty
  3. MS Edge
  4. Notepadpp

Ensure you install the provided certificate into the root before using these cim images with MSIX App Attach.

Process for testing Cim images

  1. ensure the cim files are placed in the root directory. This can be a mounted VHD or c:\
  2. mount the cim recording the volume guid from the output
  3. load the powershell scripts as a administrator
  4. Run the modified staging script
  5. register the App.
  6. test the application.
  7. de-register the app.
  8. destage the app.
  9. unmount the cim image
  10. clean up the root directory

Some cool tools to speed up the process....

You can use the following technologys to create MSIX Apps and pepare into MSIX App Attach quickly.

Find out more on WVD and VDI - https://ryanmangansitblog.com

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.