Skip to content

Manifests - Required Files #37114

Answered by OfficialEsco
ljtill asked this question in Q&A
Discussion options

You must be logged in to vote

Visual Studio 2022 Enterprise 17.0.1 is a singleton ManifestType. It can contain 1 installer and 1 Locale.

Visual Studio 2022 Enterprise Preview 17.0.0 Preview 2.1 is a Multi Manifest, This splits the singleton into Version, Installer and defaultLocale manifests.
The Version ManifestType only contains the PackageIdentifier, PackageVersion, DefaultLocale
The Installer ManifestType can a contain bunch of installers, which means multiple languages and user and machine scope switches
The defaultLocale ManifestType contains the default metadata, should usually be in English (en-US)
The locale ManifestType can contains any translation or metadata for another language.

Example: Mozilla Firefox

A…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ljtill
Comment options

Answer selected by ljtill
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants