AppInstall
Directory actions
More options
Directory actions
More options
AppInstall
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
--------------------------
APPX INSTALLATION ON IOT
--------------------------
To install your appx on an IoT device please do the following:
1. Edit variable setup for AppInstall.bat.
- Set defaultappx = your appx's file name
- Set certslist = your appx's certificate's name. You can add multiple certificates, separate by a space.
2. Edit variable setup for DeployApp.bat
- Set defaultappx = your appx's file name
- Set defaultappxid = your appx's Id
- Set dependencylist = your appx's dependency names. You can add multiple dependency names, separate by a space.
3. Place your files in the followind directories:
- c:\windows\appinstall: Your Appx, Dependency Appx(s), Temp appx (optional), Certificat(s), AppInstall.bat , DeployApp.bat
- c:\windows\system32: OemCustomization.cmd
You can do this by either:
- Wrapping the binaries in an OEM Package and include it when you create the image with ICD/Imggen. [TODO: Add link to MSDN doc once live]
- Manually copy the files over to disk.
4. Restart the device and your appx will be automatically installed on boot.