Skip to content

Commit 841c9d3

Browse files
authored
making two topics consistent (#3604)
1 parent 8137835 commit 841c9d3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

uwp/launch-resume/hosted-apps.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Learn how to build a hosted app that inherits the executable, entry point and runtime attributes of a host app.
33
title: Create hosted apps
4-
ms.date: 04/23/2020
4+
ms.date: 05/26/2023
55
ms.topic: article
66
keywords: windows 10, desktop, package, identity, MSIX, Win32
77
ms.localizationpriority: medium
@@ -56,7 +56,7 @@ A *hosted app* declares a package dependency on a *host*. The hosted app leverag
5656
Hosted app packages can be signed or unsigned:
5757

5858
* Signed packages may contain executable files. This is useful in scenarios that have a binary extension mechanism, which enables the host to load a DLL or registered component in the hosted app package.
59-
* Unsigned packages can only contain non-executable files. This is useful in scenarios where the host only needs to load images, assets and content or script files. Unsigned packages must include a special `OID` value in their [**Identity**](/uwp/schemas/appxpackage/uapmanifestschema/element-identity) element or they wont be allowed to register. This prevents unsigned packages from conflicting with or spoofing the identity of a signed package.
59+
* In most scenarios, the unsigned package will contain executable content. But an unsigned package that contains only *non-executable* files is useful in scenarios where the host needs to load only images, assets, and content or script files. Unsigned packages must include a special `OID` value in their [**Identity**](/uwp/schemas/appxpackage/uapmanifestschema/element-identity) element or they won't be allowed to register. This prevents unsigned packages from conflicting with or spoofing the identity of a signed package.
6060

6161
To define a hosted app, declare the following items in the package manifest:
6262

@@ -165,3 +165,7 @@ The sample requires version 10.0.19041.0 or later of Windows 10 and the Windows
165165
> You can run `pyscriptengine` on the command line because the host in the sample declares an [**AppExecutionAlias**](/uwp/schemas/appxpackage/uapmanifestschema/element-uap5-appexecutionalias).
166166

167167
6. Open the **Start** menu and click **NumberGuesser** to run the hosted app.
168+
169+
## Related topics
170+
171+
* [Create an unsigned MSIX package](/windows/msix/package/unsigned-package)

0 commit comments

Comments
 (0)