Merged PR 11497: 9/21 AM Publish
@ -23,6 +23,13 @@ The MSIX Packaging Tool (Preview) is now available to install from the Microsoft
|
|||||||
- A valid MSA alias (to access the app from the Store)
|
- A valid MSA alias (to access the app from the Store)
|
||||||
|
|
||||||
## What's new
|
## What's new
|
||||||
|
v1.2018.915.0
|
||||||
|
- Updated UI to improve clarity and experience
|
||||||
|
- Ability to generate a template file for use with a command line
|
||||||
|
- Ability to add/remove entry points
|
||||||
|
- Ability to sign your package from package editor
|
||||||
|
- File extension handling
|
||||||
|
|
||||||
v1.2018.821.0
|
v1.2018.821.0
|
||||||
- Command Line Support
|
- Command Line Support
|
||||||
- Ability to use existing local virtual machines for packaging environment.
|
- Ability to use existing local virtual machines for packaging environment.
|
||||||
@ -147,7 +154,9 @@ Requirements:
|
|||||||
DisableWindowsUpdateService ="true"/>
|
DisableWindowsUpdateService ="true"/>
|
||||||
<!--Note: this section takes precedence over the Settings::ApplyAllPrepareComputerFixes attribute -->
|
<!--Note: this section takes precedence over the Settings::ApplyAllPrepareComputerFixes attribute -->
|
||||||
|
|
||||||
<SaveLocation Path="C:\users\user\Desktop" />
|
<SaveLocation
|
||||||
|
PackagePath="C:\users\user\Desktop\MyPackage.msix"
|
||||||
|
TemplatePath="C:\users\user\Desktop\MyTemplate.xml" />
|
||||||
|
|
||||||
<Installer
|
<Installer
|
||||||
Path="C:\MyAppInstaller.msi"
|
Path="C:\MyAppInstaller.msi"
|
||||||
@ -201,7 +210,8 @@ Here is the complete list of parameters that you can use in the Conversion templ
|
|||||||
|PrepareComputer:: DisableSmsHostService |[optional] Disables SMS Host while the app is being converted. If set to false, overrides ApplyAllPrepareComputerFixes. |
|
|PrepareComputer:: DisableSmsHostService |[optional] Disables SMS Host while the app is being converted. If set to false, overrides ApplyAllPrepareComputerFixes. |
|
||||||
|PrepareComputer:: DisableWindowsUpdateService |[optional] Disables Windows Update while the app is being converted. If set to false, overrides ApplyAllPrepareComputerFixes. |
|
|PrepareComputer:: DisableWindowsUpdateService |[optional] Disables Windows Update while the app is being converted. If set to false, overrides ApplyAllPrepareComputerFixes. |
|
||||||
|SaveLocation |[optional] An element to specify the save location of the tool. If not specified, the package will be saved under the Desktop folder. |
|
|SaveLocation |[optional] An element to specify the save location of the tool. If not specified, the package will be saved under the Desktop folder. |
|
||||||
|SaveLocation::Path |The path to the folder where the resulting MSIX package is saved. |
|
|SaveLocation::PackagePath |[optional] The path to the file or folder where the resulting MSIX package is saved. |
|
||||||
|
|SaveLocation::TemplatePath |[optional] The path to the file or folder where the resulting CLI template is saved. |
|
||||||
|Installer::Path |The path to the application installer. |
|
|Installer::Path |The path to the application installer. |
|
||||||
|Installer::Arguments |The arguments to pass to the installer. You must pass the arguments to force your installer to run unattended/silently. If the installer is an msi or appv, pass an empty argument ie Installer=””. |
|
|Installer::Arguments |The arguments to pass to the installer. You must pass the arguments to force your installer to run unattended/silently. If the installer is an msi or appv, pass an empty argument ie Installer=””. |
|
||||||
|Installer::InstallLocation |[optional] The full path to your application's root folder for the installed files if it were installed (e.g. "C:\Program Files (x86)\MyAppInstalllocation"). |
|
|Installer::InstallLocation |[optional] The full path to your application's root folder for the installed files if it were installed (e.g. "C:\Program Files (x86)\MyAppInstalllocation"). |
|
||||||
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 32 KiB |
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 31 KiB |
Before Width: | Height: | Size: 134 KiB After Width: | Height: | Size: 132 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 44 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 54 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 31 KiB |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
@ -10,7 +10,7 @@ ms.pagetype: security
|
|||||||
ms.author: macapara
|
ms.author: macapara
|
||||||
author: mjcaparas
|
author: mjcaparas
|
||||||
ms.localizationpriority: medium
|
ms.localizationpriority: medium
|
||||||
ms.date: 09/06/2018
|
ms.date: 09/20/2018
|
||||||
---
|
---
|
||||||
|
|
||||||
# Configure advanced features in Windows Defender ATP
|
# Configure advanced features in Windows Defender ATP
|
||||||
|