Skip to content

Commit d757f15

Browse files
committed
Fixing various build errors.
1 parent 1a57f3f commit d757f15

File tree

6 files changed

+18
-18
lines changed

6 files changed

+18
-18
lines changed

msix-src/app-installer/How-to-create-custom-app-installer-ux.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
title: How to create a custom App Installer UX
33
description: A document describing how to create the custom UX xml file and how to add it to your MSIX package to create a custom look and feel for your App Installer installs.
4-
author: sharlaakers
5-
ms.author: shakers # Microsoft employees only
64
ms.date: 9/30/2021
75
ms.topic: article
86
---

msix-src/app-installer/app-installer-security-features.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,16 @@ Build 1.24.1981 introduced the following App Installer security features:
1919

2020
App Installer displays a warning banner to the user whenever the user is installing a package from the internet. When the internet warning is shown, users should be careful to verify that the source listed on the dialog is trusted.
2121

22-
![Microsoft SmartScreen Error](./images/app-installer-ui-dialog-update.png)
22+
![A screenshot showing a Microsoft SmartScreen internet warning. It's an installation confirmation dialog. At the bottom of the pane, a badge icon with an exclamation point is next to a warning that reads "Internet applications can potentially harm your computer. If you do not trust the source, do not install this software".](./images/app-installer-ui-dialog-update.png)
2323

2424
Installing software from an untrusted site on the internet can be risky and expose you to malware and other exploits. For more information, see [Protect yourself from online scams and attacks](https://support.microsoft.com/office/protect-yourself-from-online-scams-and-attacks-0109ae3f-fe61-4262-8dce-2ee3cd43bac7)
2525

2626
## Microsoft SmartScreen Reputation-based URL Validation
27-
The App Installer now takes advantage of [Microsoft SmartScreen](https://learn.microsoft.com/windows/security/operating-system-security/virus-and-threat-protection/microsoft-defender-smartscreen/) to help users make informed decsions before installing software.
27+
28+
The App Installer now takes advantage of [Microsoft SmartScreen](/windows/security/operating-system-security/virus-and-threat-protection/microsoft-defender-smartscreen/) to help users make informed decsions before installing software.
2829
Prior to downloading a package from an Internet source, App Installer will consult Microsoft SmartScreen's URL Reputation service.
2930

30-
![Microsoft SmartScreen Error](./images/app-installer-smart-screen.png)
31+
![A screenshot showing a Microsoft SmartScreen reputation-based URL validation error. The title of the dialog is "SmartScreen validation unsuccessful!" and the explanation text below says "This application was blocked as unsafe by Microsoft Defender SmartScreen. If you choose to continue, this application may not be safe to install."](./images/app-installer-smart-screen.png)
3132

3233
When presented with this error, the user can choose to **Cancel** or **Continue** (Not recommended).
3334

@@ -38,7 +39,7 @@ In addition to enabling and disabling the MS-AppInstaller protocol, IT Professio
3839

3940
When a user attempts to open a blocked URL, they will be presented with the following dialog.
4041

41-
![Internet Zone Error](./images/app-installer-zone-error.png)
42+
![A screenshot of an URL Security Zone error. The title of the dialog says "Your internet security settings prevented this file from being opened". The explanation text below states "The application you are attempting to access has been blocked by your administrator."](./images/app-installer-zone-error.png)
4243

4344
### Configuring App Installers Zone
4445

@@ -70,10 +71,10 @@ Allow zone: <code>HKLM:\Software\Policies\Microsoft\Windows\AppInstaller\MsixAll
7071

7172

7273
## App Installer CSP Security Zones
73-
The App Installer access to URL Security Zones is controlled by the [DesktopAppinstaller CSP](https://learn.microsoft.com/windows/client-management/mdm/policy-csp-desktopappinstaller#enableappinstaller). If an App Installer attempts to load a URL from a zone that is blocked, the user will be presented with an error.
74+
The App Installer access to URL Security Zones is controlled by the [DesktopAppinstaller CSP](/windows/client-management/mdm/policy-csp-desktopappinstaller#enableappinstaller). If an App Installer attempts to load a URL from a zone that is blocked, the user will be presented with an error.
7475

75-
![Internet Zone Error](./images/app-installer-zone-error.png)
76+
![This image is identical to the URL Security Zone Error image earlier in the page. A screenshot of an URL Security Zone error. The title of the dialog says "Your internet security settings prevented this file from being opened". The explanation text below states "The application you are attempting to access has been blocked by your administrator."](./images/app-installer-zone-error.png)
7677

77-
IT Professionals can add sites to the Restricted or Trusted Sites Zone by use of the [policy-csp-internetexplorer](https://learn.microsoft.com/windows/client-management/mdm/policy-csp-internetexplorer). If a URL appears in a zone that is blocked, the App Installer will block installation.
78+
IT Professionals can add sites to the Restricted or Trusted Sites Zone by use of the [policy-csp-internetexplorer](/windows/client-management/mdm/policy-csp-internetexplorer). If a URL appears in a zone that is blocked, the App Installer will block installation.
7879

7980

msix-src/app-installer/app-installer-ui-dialog.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.custom: 19H1
88
---
99

1010
# App Installer User Interface
11-
The App Installer provides the user interface for installation of [MSIX packages](https://learn.microsoft.com/windows/msix/overview). The interface is defined to provide the user with critical information about the package in order to make an informed decision about installing the application.
11+
The App Installer provides the user interface for installation of [MSIX packages](/windows/msix/overview). The interface is defined to provide the user with critical information about the package in order to make an informed decision about installing the application.
1212

1313
The App Installer interface consist of the following features:
1414

@@ -26,20 +26,20 @@ The App Installer interface consist of the following features:
2626
![Smart Dialog](./images/app-installer-ui-dialog.png)
2727

2828
## Application name
29-
The application name is provided by the app author, and extracted from the [MSIX file.](https://learn.microsoft.com/windows/msix/overview)
29+
The application name is provided by the app author, and extracted from the [MSIX file.](/windows/msix/overview)
3030

3131
## Microsoft Store signature
32-
If the dialog shows the string, "Microsoft Store App", you know the application has been successfully built and distributed through the Microsoft Store. Microsoft Store Signed Apps have been tested and comply with the [Microsoft Store Policies](https://learn.microsoft.com/windows/apps/publish/store-policies)
32+
If the dialog shows the string, "Microsoft Store App", you know the application has been successfully built and distributed through the Microsoft Store. Microsoft Store Signed Apps have been tested and comply with the [Microsoft Store Policies](/windows/apps/publish/store-policies)
3333

3434
## Publisher name and Version
35-
The publisher name and version are provided by the app author, and extracted from the [MSIX file.](https://learn.microsoft.com/windows/msix/overview)
35+
The publisher name and version are provided by the app author, and extracted from the [MSIX file.](/windows/msix/overview)
3636

3737
## Source
3838

3939
The source provides the domain of the URL that the package was sourced from. This allows the user to decide whether they trust the source when deciding whether to install the package.
4040

4141
## Capabilities
42-
The listing of the [capabilities](https://learn.microsoft.com/windows/uwp/packaging/app-capability-declarations) allows the user to evaluate what the application can access on your PC before installing it. If the application is accessing a capability you do not agree with, it is recommended you choose cancel.
42+
The listing of the [capabilities](/windows/uwp/packaging/app-capability-declarations) allows the user to evaluate what the application can access on your PC before installing it. If the application is accessing a capability you do not agree with, it is recommended you choose cancel.
4343

4444
## Install and Cancel buttons
4545

msix-src/app-installer/installing-windows10-apps-web.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ On versions prior to the Windows 10 Fall Creators Update, App Installer cannot d
9494

9595
## App Installer Security
9696

97-
With version <bugbug> of the App Installer, the following security measures have been added:
97+
With Build 1.24.1981 of the App Installer, the following security measures have been added:
98+
9899
* Internet Zone validation
99100
* Microsoft SmartScreen Validation
100101

@@ -104,6 +105,6 @@ Prior to accessing the domain referenced by the the *ms-appinstaller* URI scheme
104105

105106
### Microsoft SmartScreen Validation
106107

107-
If the domain referenced by the *ms-appinstaller* URI scheme is allowed, the App Installer will validate the URI with [Microsoft SmartScreen](https://learn.microsoft.com/windows/security/operating-system-security/virus-and-threat-protection/microsoft-defender-smartscreen). URIs that fail the reputation check will present the user with an error.
108+
If the domain referenced by the *ms-appinstaller* URI scheme is allowed, the App Installer will validate the URI with [Microsoft SmartScreen](/windows/security/operating-system-security/virus-and-threat-protection/microsoft-defender-smartscreen). URIs that fail the reputation check will present the user with an error.
108109

109110
See [App Installer security features](./app-installer-security-features.md) for more information.

msix-src/packaging-tool/insider-program.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ If the tool is already installed on your computer, check the installed version.
3131

3232
### Version 1.2024.405.0
3333

34-
- Enhanced [PSF Support](https://learn.microsoft.com/windows/msix/psf/psf-integration-with-mpt) for Process, Dynamic Library, Environment Variable and Middleware Fixups
34+
- Enhanced [PSF Support](/windows/msix/psf/psf-integration-with-mpt) for Process, Dynamic Library, Environment Variable and Middleware Fixups
3535
- Improved guideline support for utilizing PSF Fixup feature in the tool
3636

3737
You can find the full history of MSIX Packaging Tool release notes [here](release-notes/history.md).

msix-src/psf/package-support-framework-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
Description: The Package Support Framework helps you fix issues that prevent your desktop application from running in an MSIX container.
2+
description: The Package Support Framework helps you fix issues that prevent your desktop application from running in an MSIX container.
33
title: Package Support Framework
44
ms.date: 05/14/2020
55
ms.topic: article

0 commit comments

Comments
 (0)