-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/Microsoft/MSIX-Toolkit
- Loading branch information
Showing
21 changed files
with
255 additions
and
90 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# AppInstaller File Builder | ||
|
||
AppInstaller File Builder is a Windows 10 applications for users to easily build an AppInstaller file. Currently the process of building an AppInstaller file can be error ridden. The app makes this easier by allowing the users to specify the app packages that they would like to distribute, along with the update options. | ||
|
||
## Install the app | ||
|
||
[Click here](https://github.com/microsoft/MSIX-Toolkit/releases/download/v1.0/AppInstallerFileBuilder-Release.appx) to download the app package and use App Installer to install it: | ||
![install app](AppInstallerFileBuilder-appinstaller.png) | ||
|
||
## Use | ||
|
||
**Step 1:** Install and launch the app | ||
|
||
**Step 2:** Browse to the app package that you would like to install using the AppInstaller file | ||
![App Home](AppInstallerFileBuilder.png) | ||
|
||
**Step 3:** Specify the update options that you would like the app package to have | ||
|
||
**Step 4:** Follow the flow to add optional packages, modification packages or framework dependencies as part of the AppInstaller file | ||
|
||
**Step 5:** At any time, you can click on ***Review*** to view the current state of the AppInstaller file and if you are satisfied with it, click on ***Generate*** to generate the AppInstaller file. | ||
|
||
## Contribute | ||
|
||
This is an open source app project. We welcome any contributions to the app whether it be suggestions or PR's. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
52 changes: 52 additions & 0 deletions
52
Redist/Microsoft.Windows.Build.Appx.AppxPackaging.dll.manifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> | ||
|
||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> | ||
|
||
<assemblyIdentity | ||
name="Microsoft.Windows.Build.Appx.AppxPackaging.dll" | ||
version="0.0.0.0"/> | ||
|
||
<file name="AppxPackaging.dll"> | ||
<comClass | ||
clsid="{5842a140-ff9f-4166-8f5c-62f5b7b0c781}" | ||
threadingModel="Both" | ||
description="AppxFactory class"/> | ||
<comClass | ||
clsid="{DC664FDD-D868-46EE-8780-8D196CB739F7}" | ||
threadingModel="Both" | ||
description="AppxEncryptionFactory class"/> | ||
<comClass | ||
clsid="{378E0446-5384-43B7-8877-E7DBDD883446}" | ||
threadingModel="Both" | ||
description="AppxBundleFactory class"/> | ||
<comClass | ||
clsid="{48DE828C-730C-49AF-AE84-759C609911EE}" | ||
threadingModel="Both" | ||
description="AppxNoValidationFactory class"/> | ||
<comClass | ||
clsid="{F004F2CA-AEBC-4B0D-BF58-E516D5BCC0AB}" | ||
threadingModel="Both" | ||
description="AppxPackageEditor class"/> | ||
<comClass | ||
clsid="{7F00FA1E-9820-47B1-9C4F-8701F1432177}" | ||
threadingModel="Both" | ||
description="AppxPackagingLayoutReader class"/> | ||
<comClass | ||
clsid="{0CF07551-EEF2-420C-B5AB-7E4FEB2249CF}" | ||
threadingModel="Both" | ||
description="AppxFactoryInternal class"/> | ||
<comClass | ||
clsid="{50CA0A46-1588-4161-8ED2-EF9E469CED5D}" | ||
threadingModel="Both" | ||
description="AppxPackagingDiagnosticEventSinkManager class"/> | ||
</file> | ||
|
||
<dependency> | ||
<dependentAssembly> | ||
<assemblyIdentity | ||
name="Microsoft.Windows.Build.Appx.OpcServices.dll" | ||
version="0.0.0.0"/> | ||
</dependentAssembly> | ||
</dependency> | ||
|
||
</assembly> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> | ||
|
||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> | ||
|
||
<assemblyIdentity | ||
name="Microsoft.Windows.Build.Appx.AppxSip.dll" | ||
version="0.0.0.0"/> | ||
|
||
<file name="AppxSip.dll"/> | ||
|
||
<dependency> | ||
<dependentAssembly> | ||
<assemblyIdentity | ||
name="Microsoft.Windows.Build.Appx.AppxPackaging.dll" | ||
version="0.0.0.0"/> | ||
</dependentAssembly> | ||
</dependency> | ||
|
||
</assembly> |
16 changes: 16 additions & 0 deletions
16
Redist/Microsoft.Windows.Build.Appx.OpcServices.dll.manifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> | ||
|
||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> | ||
|
||
<assemblyIdentity | ||
name="Microsoft.Windows.Build.Appx.OpcServices.dll" | ||
version="0.0.0.0"/> | ||
|
||
<file name="OpcServices.dll"> | ||
<comClass | ||
clsid="{6B2D6BA0-9F3E-4f27-920B-313CC426A39E}" | ||
threadingModel="Both" | ||
description="OpcFactory class"/> | ||
</file> | ||
|
||
</assembly> |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
A set of basic scripts that allow converting a batch of installers on a set of machines using MSIX Packaging Tool: | ||
|
||
Supporting scripts: | ||
1. batch_convert.ps1 - Dispatch work to target machines | ||
2. sign_deploy_run.ps1 - Sign resulting packages | ||
3. run_job.ps1 - Attempt to run the packages locally for initial validation | ||
|
||
Usage: | ||
Edit the file entry.ps1 with the parameters of your virtual/remote machines and installers you would like to convert. | ||
Run: entry.ps1 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.