diff --git a/src/content/docs/firegiant/schema/buildtools/driver.mdx b/src/content/docs/firegiant/schema/buildtools/driver.mdx index 9cda4a2..f6f11a6 100644 --- a/src/content/docs/firegiant/schema/buildtools/driver.mdx +++ b/src/content/docs/firegiant/schema/buildtools/driver.mdx @@ -1,14 +1,12 @@ --- title: "Driver element (Buildtools extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Installs and uninstalls kernel and file system drivers. - ## Attributes @@ -117,7 +115,7 @@ Installs and uninstalls kernel and file system drivers. \ No newline at end of file diff --git a/src/content/docs/firegiant/schema/buildtools/driverdependency.mdx b/src/content/docs/firegiant/schema/buildtools/driverdependency.mdx index 6e81428..4fe660e 100644 --- a/src/content/docs/firegiant/schema/buildtools/driverdependency.mdx +++ b/src/content/docs/firegiant/schema/buildtools/driverdependency.mdx @@ -1,14 +1,12 @@ --- title: "DriverDependency element (Buildtools extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Driver or load ordering group that must start before the parent driver. - ## Attributes @@ -16,7 +14,7 @@ Driver or load ordering group that must start before the parent driver. Set to 'yes' to indicate that the value in the Name attribute is the name of a load ordering group. diff --git a/src/content/docs/firegiant/schema/buildtools/exclude.mdx b/src/content/docs/firegiant/schema/buildtools/exclude.mdx index 7de1db1..c50432a 100644 --- a/src/content/docs/firegiant/schema/buildtools/exclude.mdx +++ b/src/content/docs/firegiant/schema/buildtools/exclude.mdx @@ -1,14 +1,12 @@ --- title: "Exclude element (Buildtools extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Exclude files from a harvesting. - ## Attributes diff --git a/src/content/docs/firegiant/schema/buildtools/excluderegistry.mdx b/src/content/docs/firegiant/schema/buildtools/excluderegistry.mdx index 878d148..c9045b7 100644 --- a/src/content/docs/firegiant/schema/buildtools/excluderegistry.mdx +++ b/src/content/docs/firegiant/schema/buildtools/excluderegistry.mdx @@ -1,14 +1,12 @@ --- title: "ExcludeRegistry element (Buildtools extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Exclude specified registry keys found during self-reg harvesting. - ## Attributes @@ -36,7 +34,7 @@ Exclude specified registry keys found during self-reg harvesting. content={{ title: "Root", type: "RegistryRootTypeUnion", - typeLink: "../registryroottype/", + typeLink: "../registryroottypeunion/", typeTitle: "Values of this type will be \"HKCR\", \"HKCU\", \"HKMU\" or \"HKLM\".", required: true }} diff --git a/src/content/docs/firegiant/schema/buildtools/harvestfile.mdx b/src/content/docs/firegiant/schema/buildtools/harvestfile.mdx index 4c0a701..61d5f02 100644 --- a/src/content/docs/firegiant/schema/buildtools/harvestfile.mdx +++ b/src/content/docs/firegiant/schema/buildtools/harvestfile.mdx @@ -1,14 +1,12 @@ --- title: "HarvestFile element (Buildtools extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Harvest a file and exclude it from future harvesting. - ## Attributes @@ -25,7 +23,7 @@ Harvest a file and exclude it from future harvesting. Capture self-registration for executable files during harvesting. Self-reg is only attempted when the attribute is set to 'yes'. The default is 'no'. @@ -52,7 +50,7 @@ Harvest a file and exclude it from future harvesting. Downgrade error messages encountered during self-registration capture to warnings. Ignored unless SelfReg attribute is 'yes'. The default is 'no'. @@ -71,7 +69,7 @@ Harvest a file and exclude it from future harvesting. Prevent automatically marking ".ttf" and ".otf" files as a font. The default is 'no'. @@ -94,7 +92,7 @@ Harvest a file and exclude it from future harvesting. \ No newline at end of file diff --git a/src/content/docs/firegiant/schema/buildtools/harvestfolder.mdx b/src/content/docs/firegiant/schema/buildtools/harvestfolder.mdx index d88ff1f..2c2ac99 100644 --- a/src/content/docs/firegiant/schema/buildtools/harvestfolder.mdx +++ b/src/content/docs/firegiant/schema/buildtools/harvestfolder.mdx @@ -1,14 +1,12 @@ --- title: "HarvestFolder element (Buildtools extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Harvest files from a folder. - ## Attributes @@ -25,7 +23,7 @@ Harvest files from a folder. Capture self-registration for executable files during harvesting. Self-reg is only attempted when the attribute is set to 'yes'. The default is 'no'. @@ -52,7 +50,7 @@ Harvest files from a folder. Downgrade error messages encountered during self-registration capture to warnings. Ignored unless SelfReg attribute is 'yes'. The default is 'no'. @@ -74,7 +72,7 @@ Harvest files from a folder. content={{ title: "Strategy", type: "HarvestStrategyTypeUnion", - typeLink: "../harveststrategytype/", + typeLink: "../harveststrategytypeunion/", typeTitle: "Values of this type will either be \"default\", \"singleFileComponents\" or \"contentFileComponentsWithGeneratedKeyPath\"." }} > @@ -84,7 +82,7 @@ Harvest files from a folder. Prevent automatically marking ".ttf" files as a font. The default is 'no'. @@ -111,7 +109,7 @@ Harvest files from a folder. \ No newline at end of file diff --git a/src/content/docs/firegiant/schema/buildtools/harvestpayload.mdx b/src/content/docs/firegiant/schema/buildtools/harvestpayload.mdx index 8379165..fa2eeeb 100644 --- a/src/content/docs/firegiant/schema/buildtools/harvestpayload.mdx +++ b/src/content/docs/firegiant/schema/buildtools/harvestpayload.mdx @@ -1,14 +1,12 @@ --- title: "HarvestPayload element (Buildtools extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Harvest a payload and exclude it from future harvesting. - ## Attributes @@ -16,7 +14,7 @@ Harvest a payload and exclude it from future harvesting. Indicates whether the harvested payload is the entry point for the Bundle UI. The default is 'no'. @@ -58,15 +56,15 @@ Harvest a payload and exclude it from future harvesting. \ No newline at end of file diff --git a/src/content/docs/firegiant/schema/buildtools/harvestpayloadfolder.mdx b/src/content/docs/firegiant/schema/buildtools/harvestpayloadfolder.mdx index f6fbab8..7e64f7d 100644 --- a/src/content/docs/firegiant/schema/buildtools/harvestpayloadfolder.mdx +++ b/src/content/docs/firegiant/schema/buildtools/harvestpayloadfolder.mdx @@ -1,14 +1,12 @@ --- title: "HarvestPayloadFolder element (Buildtools extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Harvest payloads from a folder. - ## Attributes @@ -51,15 +49,15 @@ Harvest payloads from a folder. \ No newline at end of file diff --git a/src/content/docs/firegiant/schema/buildtools/harvestprojectoutput.mdx b/src/content/docs/firegiant/schema/buildtools/harvestprojectoutput.mdx index 866cace..9691261 100644 --- a/src/content/docs/firegiant/schema/buildtools/harvestprojectoutput.mdx +++ b/src/content/docs/firegiant/schema/buildtools/harvestprojectoutput.mdx @@ -1,14 +1,12 @@ --- title: "HarvestProjectOutput element (Buildtools extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Harvest files from a project's output groups. - ## Attributes @@ -47,7 +45,7 @@ Harvest files from a project's output groups. Capture self-registration for executable files during harvesting. Self-reg is only attempted when the attribute is set to 'yes'. The default is 'no'. @@ -74,7 +72,7 @@ Harvest files from a project's output groups. Downgrade error messages encountered during self-registration capture to warnings. Ignored unless SelfReg attribute is 'yes'. The default is 'no'. @@ -84,7 +82,7 @@ Harvest files from a project's output groups. content={{ title: "Strategy", type: "HarvestStrategyTypeUnion", - typeLink: "../harveststrategytype/", + typeLink: "../harveststrategytypeunion/", typeTitle: "Values of this type will either be \"default\", \"singleFileComponents\" or \"contentFileComponentsWithGeneratedKeyPath\"." }} > @@ -94,7 +92,7 @@ Harvest files from a project's output groups. Prevent automatically marking ".ttf" files as a font. The default is 'no'. @@ -121,7 +119,7 @@ Harvest files from a project's output groups. \ No newline at end of file diff --git a/src/content/docs/firegiant/schema/buildtools/harveststrategytype.mdx b/src/content/docs/firegiant/schema/buildtools/harveststrategytype.mdx index 76b3ef4..4f16084 100644 --- a/src/content/docs/firegiant/schema/buildtools/harveststrategytype.mdx +++ b/src/content/docs/firegiant/schema/buildtools/harveststrategytype.mdx @@ -1,5 +1,7 @@ --- title: "HarvestStrategyType type (Buildtools extension)" +sidebar: + hidden: true --- Values of this type will either be "default", "singleFileComponents" or "contentFileComponentsWithGeneratedKeyPath". diff --git a/src/content/docs/firegiant/schema/buildtools/harveststrategytypeunion.mdx b/src/content/docs/firegiant/schema/buildtools/harveststrategytypeunion.mdx index 0085583..35da1d5 100644 --- a/src/content/docs/firegiant/schema/buildtools/harveststrategytypeunion.mdx +++ b/src/content/docs/firegiant/schema/buildtools/harveststrategytypeunion.mdx @@ -1,5 +1,11 @@ --- title: "HarvestStrategyTypeUnion type (Buildtools extension)" +sidebar: + hidden: true --- Values of this type will either be "default", "singleFileComponents" or "contentFileComponentsWithGeneratedKeyPath". + +## Member types + +- [HarvestStrategyType](../harveststrategytype/) diff --git a/src/content/docs/firegiant/schema/buildtools/index.mdx b/src/content/docs/firegiant/schema/buildtools/index.mdx index ef3d416..1cf28bc 100644 --- a/src/content/docs/firegiant/schema/buildtools/index.mdx +++ b/src/content/docs/firegiant/schema/buildtools/index.mdx @@ -24,7 +24,7 @@ http://www.firegiant.com/schemas/v4/wxs/heatwave/buildtools ## Types - [HarvestStrategyType](harveststrategytype/) -- [HarvestStrategyTypeUnion](harveststrategytype/) +- [HarvestStrategyTypeUnion](harveststrategytypeunion/) - [PreprocessorVariables](preprocessorvariables/) - [RegistryRootType](registryroottype/) -- [RegistryRootTypeUnion](registryroottype/) +- [RegistryRootTypeUnion](registryroottypeunion/) diff --git a/src/content/docs/firegiant/schema/buildtools/preprocessorvariables.mdx b/src/content/docs/firegiant/schema/buildtools/preprocessorvariables.mdx index b9f5d03..7533527 100644 --- a/src/content/docs/firegiant/schema/buildtools/preprocessorvariables.mdx +++ b/src/content/docs/firegiant/schema/buildtools/preprocessorvariables.mdx @@ -1,5 +1,7 @@ --- title: "PreprocessorVariables type (Buildtools extension)" +sidebar: + hidden: true --- A type that represents that 1 or more preprocessor variables (as they appear in sources on disk, before preprocessor has run). diff --git a/src/content/docs/firegiant/schema/buildtools/protectedservice.mdx b/src/content/docs/firegiant/schema/buildtools/protectedservice.mdx index e2923d2..33baa7c 100644 --- a/src/content/docs/firegiant/schema/buildtools/protectedservice.mdx +++ b/src/content/docs/firegiant/schema/buildtools/protectedservice.mdx @@ -1,14 +1,12 @@ --- title: "ProtectedService element (Buildtools extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Configures a service as a protected service. - ## Attributes @@ -42,7 +40,7 @@ Configures a service as a protected service. \ No newline at end of file diff --git a/src/content/docs/firegiant/schema/buildtools/registryroottype.mdx b/src/content/docs/firegiant/schema/buildtools/registryroottype.mdx index be3a939..9e8db2a 100644 --- a/src/content/docs/firegiant/schema/buildtools/registryroottype.mdx +++ b/src/content/docs/firegiant/schema/buildtools/registryroottype.mdx @@ -1,5 +1,7 @@ --- title: "RegistryRootType type (Buildtools extension)" +sidebar: + hidden: true --- Values of this type will be "HKCR", "HKCU", "HKMU" or "HKLM". diff --git a/src/content/docs/firegiant/schema/buildtools/registryroottypeunion.mdx b/src/content/docs/firegiant/schema/buildtools/registryroottypeunion.mdx index d27e921..f6238a1 100644 --- a/src/content/docs/firegiant/schema/buildtools/registryroottypeunion.mdx +++ b/src/content/docs/firegiant/schema/buildtools/registryroottypeunion.mdx @@ -1,5 +1,11 @@ --- title: "RegistryRootTypeUnion type (Buildtools extension)" +sidebar: + hidden: true --- Values of this type will be "HKCR", "HKCU", "HKMU" or "HKLM". + +## Member types + +- [RegistryRootType](../registryroottype/) diff --git a/src/content/docs/firegiant/schema/msix/activatableclass.mdx b/src/content/docs/firegiant/schema/msix/activatableclass.mdx index 6c71e8e..f0e7432 100644 --- a/src/content/docs/firegiant/schema/msix/activatableclass.mdx +++ b/src/content/docs/firegiant/schema/msix/activatableclass.mdx @@ -1,14 +1,12 @@ --- title: "ActivatableClass element (Msix extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Defines an activatable class. - ## Attributes @@ -26,7 +24,7 @@ Defines an activatable class. content={{ title: "ThreadingModel", type: "ThreadingModelTypeUnion", - typeLink: "../threadingmodeltype/", + typeLink: "../threadingmodeltypeunion/", typeTitle: "Values of this type will be \"STA\", \"MTA\", or \"Both\"." }} > @@ -41,7 +39,7 @@ Defines an activatable class. @@ -53,7 +51,7 @@ Defines an Application in a package. Alternative to using the Application attrib Sets the Application as the primary Application in the MSIX package. The primary Application's logo and name is visible at some places in Windows 10 instead of the MSIX package logo and name. @@ -84,19 +82,19 @@ Defines an Application in a package. Alternative to using the Application attrib \ No newline at end of file diff --git a/src/content/docs/firegiant/schema/msix/appprinter.mdx b/src/content/docs/firegiant/schema/msix/appprinter.mdx index 1e91e34..69f524c 100644 --- a/src/content/docs/firegiant/schema/msix/appprinter.mdx +++ b/src/content/docs/firegiant/schema/msix/appprinter.mdx @@ -1,14 +1,12 @@ --- title: "AppPrinter element (Msix extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Defines an application printer. - ## Attributes @@ -41,7 +39,7 @@ Defines an application printer. \ No newline at end of file diff --git a/src/content/docs/firegiant/schema/msix/appservice.mdx b/src/content/docs/firegiant/schema/msix/appservice.mdx index 3b2ef60..efbdfde 100644 --- a/src/content/docs/firegiant/schema/msix/appservice.mdx +++ b/src/content/docs/firegiant/schema/msix/appservice.mdx @@ -1,14 +1,12 @@ --- title: "AppService element (Msix extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Defines an application contracts as a way for an app to invoke a background task belonging to another app; or for a background task invoked to service an app contract a way to communicate with its caller. - ## Attributes @@ -44,7 +42,7 @@ Defines an application contracts as a way for an app to invoke a background task Supports multiple, separate instances of an app service. @@ -58,7 +56,7 @@ Defines an application contracts as a way for an app to invoke a background task \ No newline at end of file diff --git a/src/content/docs/firegiant/schema/msix/appurihandler.mdx b/src/content/docs/firegiant/schema/msix/appurihandler.mdx index 46f4299..3251094 100644 --- a/src/content/docs/firegiant/schema/msix/appurihandler.mdx +++ b/src/content/docs/firegiant/schema/msix/appurihandler.mdx @@ -1,14 +1,12 @@ --- title: "AppUriHandler element (Msix extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Defines a URI handler. - ## Attributes @@ -40,7 +38,7 @@ Defines a URI handler. \ No newline at end of file diff --git a/src/content/docs/firegiant/schema/msix/backgroundtask.mdx b/src/content/docs/firegiant/schema/msix/backgroundtask.mdx index aea205f..d7c979d 100644 --- a/src/content/docs/firegiant/schema/msix/backgroundtask.mdx +++ b/src/content/docs/firegiant/schema/msix/backgroundtask.mdx @@ -1,14 +1,12 @@ --- title: "BackgroundTask element (Msix extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Defines an out of process background task. - ## Attributes @@ -64,7 +62,7 @@ Defines an out of process background task. \ No newline at end of file diff --git a/src/content/docs/firegiant/schema/msix/dependency.mdx b/src/content/docs/firegiant/schema/msix/dependency.mdx index 4119350..7b9c681 100644 --- a/src/content/docs/firegiant/schema/msix/dependency.mdx +++ b/src/content/docs/firegiant/schema/msix/dependency.mdx @@ -1,14 +1,12 @@ --- title: "Dependency element (Msix extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Metadata required to add a dependency on a package. - ## Attributes @@ -35,7 +33,7 @@ Metadata required to add a dependency on a package. Indicates whether the dependency is optional (yes) or required (no). @@ -69,15 +67,15 @@ Metadata required to add a dependency on a package. \ No newline at end of file diff --git a/src/content/docs/firegiant/schema/msix/desktopappmigration.mdx b/src/content/docs/firegiant/schema/msix/desktopappmigration.mdx index 6a7d31c..8bebcf4 100644 --- a/src/content/docs/firegiant/schema/msix/desktopappmigration.mdx +++ b/src/content/docs/firegiant/schema/msix/desktopappmigration.mdx @@ -1,14 +1,12 @@ --- title: "DesktopAppMigration element (Msix extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Defines a desktop app migration. - ## Attributes @@ -48,7 +46,7 @@ Defines a desktop app migration. \ No newline at end of file diff --git a/src/content/docs/firegiant/schema/msix/fulltrustprocess.mdx b/src/content/docs/firegiant/schema/msix/fulltrustprocess.mdx index 667b53a..f10d2be 100644 --- a/src/content/docs/firegiant/schema/msix/fulltrustprocess.mdx +++ b/src/content/docs/firegiant/schema/msix/fulltrustprocess.mdx @@ -1,14 +1,12 @@ --- title: "FullTrustProcess element (Msix extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Declares an executable file as capable of being launched with full trust from a UWP app. - ## Attributes @@ -39,7 +37,7 @@ Declares an executable file as capable of being launched with full trust from a \ No newline at end of file diff --git a/src/content/docs/firegiant/schema/msix/index.mdx b/src/content/docs/firegiant/schema/msix/index.mdx index 8b13213..e86d737 100644 --- a/src/content/docs/firegiant/schema/msix/index.mdx +++ b/src/content/docs/firegiant/schema/msix/index.mdx @@ -31,12 +31,12 @@ http://www.firegiant.com/schemas/v4/wxs/heatwave/buildtools/msix ## Types - [InstancingType](instancingtype/) -- [InstancingTypeUnion](instancingtype/) +- [InstancingTypeUnion](instancingtypeunion/) - [OsVersionType](osversiontype/) - [OsVersionUnion](osversionunion/) - [PreprocessorVariables](preprocessorvariables/) - [TargetType](targettype/) -- [TargetTypeUnion](targettype/) +- [TargetTypeUnion](targettypeunion/) - [ThreadingModelType](threadingmodeltype/) -- [ThreadingModelTypeUnion](threadingmodeltype/) +- [ThreadingModelTypeUnion](threadingmodeltypeunion/) - [WellKnownVersionType](wellknownversiontype/) diff --git a/src/content/docs/firegiant/schema/msix/instancingtype.mdx b/src/content/docs/firegiant/schema/msix/instancingtype.mdx index cae0725..6730433 100644 --- a/src/content/docs/firegiant/schema/msix/instancingtype.mdx +++ b/src/content/docs/firegiant/schema/msix/instancingtype.mdx @@ -1,5 +1,7 @@ --- title: "InstancingType type (Msix extension)" +sidebar: + hidden: true --- Values of this type will either be "singleInstance" or "multipleInstances". diff --git a/src/content/docs/firegiant/schema/msix/instancingtypeunion.mdx b/src/content/docs/firegiant/schema/msix/instancingtypeunion.mdx index e67eb7e..38ed430 100644 --- a/src/content/docs/firegiant/schema/msix/instancingtypeunion.mdx +++ b/src/content/docs/firegiant/schema/msix/instancingtypeunion.mdx @@ -1,5 +1,11 @@ --- title: "InstancingTypeUnion type (Msix extension)" +sidebar: + hidden: true --- Values of this type will either be "singleInstance" or "multipleInstances". + +## Member types + +- [InstancingType](../instancingtype/) diff --git a/src/content/docs/firegiant/schema/msix/msix.mdx b/src/content/docs/firegiant/schema/msix/msix.mdx index f40e31e..0edc0ef 100644 --- a/src/content/docs/firegiant/schema/msix/msix.mdx +++ b/src/content/docs/firegiant/schema/msix/msix.mdx @@ -1,14 +1,12 @@ --- title: "Msix element (Msix extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Metadata required to create a package. - ## Attributes @@ -144,7 +142,7 @@ Metadata required to create a package. content={{ title: "Target", type: "TargetTypeUnion", - typeLink: "../targettype/", + typeLink: "../targettypeunion/", typeTitle: "Values of this type will either be \"desktop\" or \"server\"." }} > @@ -168,15 +166,15 @@ Metadata required to create a package. \ No newline at end of file diff --git a/src/content/docs/firegiant/schema/msix/osversiontype.mdx b/src/content/docs/firegiant/schema/msix/osversiontype.mdx index 27eaf89..a3df0dd 100644 --- a/src/content/docs/firegiant/schema/msix/osversiontype.mdx +++ b/src/content/docs/firegiant/schema/msix/osversiontype.mdx @@ -1,5 +1,7 @@ --- title: "OsVersionType type (Msix extension)" +sidebar: + hidden: true --- A type that represents the version of the OS. diff --git a/src/content/docs/firegiant/schema/msix/osversionunion.mdx b/src/content/docs/firegiant/schema/msix/osversionunion.mdx index 8c315e8..143fe4b 100644 --- a/src/content/docs/firegiant/schema/msix/osversionunion.mdx +++ b/src/content/docs/firegiant/schema/msix/osversionunion.mdx @@ -1,5 +1,12 @@ --- title: "OsVersionUnion type (Msix extension)" +sidebar: + hidden: true --- Values of this type will either be a version or well-known version name. + +## Member types + +- [WellKnownVersionType](../wellknownversiontype/) +- [OsVersionType](../osversiontype/) diff --git a/src/content/docs/firegiant/schema/msix/outofprocessserver.mdx b/src/content/docs/firegiant/schema/msix/outofprocessserver.mdx index 1ac07fa..cbf4578 100644 --- a/src/content/docs/firegiant/schema/msix/outofprocessserver.mdx +++ b/src/content/docs/firegiant/schema/msix/outofprocessserver.mdx @@ -1,14 +1,12 @@ --- title: "OutOfProcessServer element (Msix extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Defines an out-of-process activatable class server. - ## Attributes @@ -26,7 +24,7 @@ Defines an out-of-process activatable class server. content={{ title: "Instancing", type: "InstancingTypeUnion", - typeLink: "../instancingtype/", + typeLink: "../instancingtypeunion/", typeTitle: "Values of this type will either be \"singleInstance\" or \"multipleInstances\".", required: true }} @@ -61,7 +59,7 @@ Defines an out-of-process activatable class server. \ No newline at end of file diff --git a/src/content/docs/firegiant/schema/msix/preinstalledconfigtask.mdx b/src/content/docs/firegiant/schema/msix/preinstalledconfigtask.mdx index 21f253c..8e7407c 100644 --- a/src/content/docs/firegiant/schema/msix/preinstalledconfigtask.mdx +++ b/src/content/docs/firegiant/schema/msix/preinstalledconfigtask.mdx @@ -1,14 +1,12 @@ --- title: "PreInstalledConfigTask element (Msix extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Defines a task that runs to configure an application that was installed in the OS image. - ## Attributes @@ -30,7 +28,7 @@ Defines a task that runs to configure an application that was installed in the O @@ -31,23 +29,23 @@ Writes a non-virtualized registry key to the machine from the MSIX package. \ No newline at end of file diff --git a/src/content/docs/firegiant/schema/msix/startuptask.mdx b/src/content/docs/firegiant/schema/msix/startuptask.mdx index 9118e66..26465e3 100644 --- a/src/content/docs/firegiant/schema/msix/startuptask.mdx +++ b/src/content/docs/firegiant/schema/msix/startuptask.mdx @@ -1,14 +1,12 @@ --- title: "StartupTask element (Msix extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Defines a startup task for the package. - ## Attributes @@ -25,7 +23,7 @@ Defines a startup task for the package. Indicates whether the task starts enabled or disabled. Enabled tasks run the next time the user logs on, unless the user disables them. @@ -49,7 +47,7 @@ Defines a startup task for the package. \ No newline at end of file diff --git a/src/content/docs/firegiant/schema/msix/targettype.mdx b/src/content/docs/firegiant/schema/msix/targettype.mdx index fdae26e..467f091 100644 --- a/src/content/docs/firegiant/schema/msix/targettype.mdx +++ b/src/content/docs/firegiant/schema/msix/targettype.mdx @@ -1,5 +1,7 @@ --- title: "TargetType type (Msix extension)" +sidebar: + hidden: true --- Values of this type will either be "desktop" or "server". diff --git a/src/content/docs/firegiant/schema/msix/targettypeunion.mdx b/src/content/docs/firegiant/schema/msix/targettypeunion.mdx index eb45bc3..7fd748d 100644 --- a/src/content/docs/firegiant/schema/msix/targettypeunion.mdx +++ b/src/content/docs/firegiant/schema/msix/targettypeunion.mdx @@ -1,5 +1,11 @@ --- title: "TargetTypeUnion type (Msix extension)" +sidebar: + hidden: true --- Values of this type will either be "desktop" or "server". + +## Member types + +- [TargetType](../targettype/) diff --git a/src/content/docs/firegiant/schema/msix/threadingmodeltype.mdx b/src/content/docs/firegiant/schema/msix/threadingmodeltype.mdx index da36680..3e7eb9b 100644 --- a/src/content/docs/firegiant/schema/msix/threadingmodeltype.mdx +++ b/src/content/docs/firegiant/schema/msix/threadingmodeltype.mdx @@ -1,5 +1,7 @@ --- title: "ThreadingModelType type (Msix extension)" +sidebar: + hidden: true --- Values of this type will be "STA", "MTA", or "Both". diff --git a/src/content/docs/firegiant/schema/msix/threadingmodeltypeunion.mdx b/src/content/docs/firegiant/schema/msix/threadingmodeltypeunion.mdx index 5828015..4ba4fb2 100644 --- a/src/content/docs/firegiant/schema/msix/threadingmodeltypeunion.mdx +++ b/src/content/docs/firegiant/schema/msix/threadingmodeltypeunion.mdx @@ -1,5 +1,11 @@ --- title: "ThreadingModelTypeUnion type (Msix extension)" +sidebar: + hidden: true --- Values of this type will be "STA", "MTA", or "Both". + +## Member types + +- [ThreadingModelType](../threadingmodeltype/) diff --git a/src/content/docs/firegiant/schema/msix/tile.mdx b/src/content/docs/firegiant/schema/msix/tile.mdx index 53dcc7a..f3f241e 100644 --- a/src/content/docs/firegiant/schema/msix/tile.mdx +++ b/src/content/docs/firegiant/schema/msix/tile.mdx @@ -1,14 +1,12 @@ --- title: "Tile element (Msix extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Additional configuration and overrides for an Application's tile when a Shortcut element does not provide enough control. - ## Attributes diff --git a/src/content/docs/firegiant/schema/msix/updatetask.mdx b/src/content/docs/firegiant/schema/msix/updatetask.mdx index 070b8b0..11b0676 100644 --- a/src/content/docs/firegiant/schema/msix/updatetask.mdx +++ b/src/content/docs/firegiant/schema/msix/updatetask.mdx @@ -1,14 +1,12 @@ --- title: "UpdateTask element (Msix extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Defines a task that runs at update. - ## Attributes @@ -30,7 +28,7 @@ Defines a task that runs at update. @@ -86,15 +84,15 @@ Writes a registry key to the package. \ No newline at end of file diff --git a/src/content/docs/wix/schema/bal/bootstrapperapplicationprerequisiteinformation.mdx b/src/content/docs/wix/schema/bal/bootstrapperapplicationprerequisiteinformation.mdx index e496dba..2f2fd01 100644 --- a/src/content/docs/wix/schema/bal/bootstrapperapplicationprerequisiteinformation.mdx +++ b/src/content/docs/wix/schema/bal/bootstrapperapplicationprerequisiteinformation.mdx @@ -1,15 +1,14 @@ --- title: "BootstrapperApplicationPrerequisiteInformation element (Bal extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; +import { Badge } from '@astrojs/starlight/components'; -Adds license information for a prereq package, should only be used when unable to add the license attributes to the package directly. - - _Available in WiX v5._ + +Adds license information for a prereq package, should only be used when unable to add the license attributes to the package directly. ## Attributes diff --git a/src/content/docs/wix/schema/bal/condition.mdx b/src/content/docs/wix/schema/bal/condition.mdx index 042d5c2..4e3e92d 100644 --- a/src/content/docs/wix/schema/bal/condition.mdx +++ b/src/content/docs/wix/schema/bal/condition.mdx @@ -1,14 +1,12 @@ --- title: "Condition element (Bal extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Conditions for a bundle using WixStdBA. - ## Attributes diff --git a/src/content/docs/wix/schema/bal/managedbootstrapperapplicationprereqinformation.mdx b/src/content/docs/wix/schema/bal/managedbootstrapperapplicationprereqinformation.mdx index b4029d7..ab3890a 100644 --- a/src/content/docs/wix/schema/bal/managedbootstrapperapplicationprereqinformation.mdx +++ b/src/content/docs/wix/schema/bal/managedbootstrapperapplicationprereqinformation.mdx @@ -1,15 +1,17 @@ --- title: "ManagedBootstrapperApplicationPrereqInformation element (Bal extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; +import { Badge } from '@astrojs/starlight/components'; -Adds license information for a prereq package, should only be used when unable to add the license attributes to the package directly. + + - _Available in WiX v4. Deprecated in WiX v5; use BootstrapperApplicationPrerequisiteInformation instead._ +Adds license information for a prereq package, should only be used when unable to add the license attributes to the package directly. + _Deprecated in WiX v5; use BootstrapperApplicationPrerequisiteInformation instead._ ## Attributes diff --git a/src/content/docs/wix/schema/bal/wixdotnetcorebootstrapperapplicationhost.mdx b/src/content/docs/wix/schema/bal/wixdotnetcorebootstrapperapplicationhost.mdx index a6eae46..ee8b55f 100644 --- a/src/content/docs/wix/schema/bal/wixdotnetcorebootstrapperapplicationhost.mdx +++ b/src/content/docs/wix/schema/bal/wixdotnetcorebootstrapperapplicationhost.mdx @@ -1,15 +1,17 @@ --- title: "WixDotNetCoreBootstrapperApplicationHost element (Bal extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; +import { Badge } from '@astrojs/starlight/components'; -Uses WixDotNetCoreBootstrapperApplicationHost as the Bootstrapper Application for a Bundle. + + - _Available in WiX v4. Deprecated in WiX v5; use WixPrerequisiteBootstrapperApplication instead._ +Uses WixDotNetCoreBootstrapperApplicationHost as the Bootstrapper Application for a Bundle. + _Deprecated in WiX v5; use WixPrerequisiteBootstrapperApplication instead._ ## Attributes @@ -18,7 +20,7 @@ Uses WixDotNetCoreBootstrapperApplicationHost as the Bootstrapper Application fo When not set or set to "no", the prereq BA is only used when the .NET Core runtime can't be loaded. @@ -47,7 +49,7 @@ Uses WixDotNetCoreBootstrapperApplicationHost as the Bootstrapper Application fo Whether the .NET Core BA was published as self-contained (SCD). diff --git a/src/content/docs/wix/schema/bal/wixinternaluibootstrapperapplication.mdx b/src/content/docs/wix/schema/bal/wixinternaluibootstrapperapplication.mdx index 09ffb39..04e0bfd 100644 --- a/src/content/docs/wix/schema/bal/wixinternaluibootstrapperapplication.mdx +++ b/src/content/docs/wix/schema/bal/wixinternaluibootstrapperapplication.mdx @@ -1,7 +1,6 @@ --- title: "WixInternalUIBootstrapperApplication element (Bal extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -18,7 +17,6 @@ Uses WixInternalUIBootstrapperApplication as the Bootstrapper Application for a Due to Windows limitations, a splash screen should be provided so that the elevation prompt and MSI UI is automatically given focus. - ## Attributes diff --git a/src/content/docs/wix/schema/bal/wixmanagedbootstrapperapplicationhost.mdx b/src/content/docs/wix/schema/bal/wixmanagedbootstrapperapplicationhost.mdx index 34339a1..e43f0d1 100644 --- a/src/content/docs/wix/schema/bal/wixmanagedbootstrapperapplicationhost.mdx +++ b/src/content/docs/wix/schema/bal/wixmanagedbootstrapperapplicationhost.mdx @@ -1,15 +1,17 @@ --- title: "WixManagedBootstrapperApplicationHost element (Bal extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; +import { Badge } from '@astrojs/starlight/components'; -Uses WixManagedBootstrapperApplicationHost as the Bootstrapper Application for a Bundle. + + - _Available in WiX v4. Deprecated in WiX v5; use WixPrerequisiteBootstrapperApplication instead._ +Uses WixManagedBootstrapperApplicationHost as the Bootstrapper Application for a Bundle. + _Deprecated in WiX v5; use WixPrerequisiteBootstrapperApplication instead._ ## Attributes diff --git a/src/content/docs/wix/schema/bal/wixprerequisitebootstrapperapplication.mdx b/src/content/docs/wix/schema/bal/wixprerequisitebootstrapperapplication.mdx index 395f92e..2fce5aa 100644 --- a/src/content/docs/wix/schema/bal/wixprerequisitebootstrapperapplication.mdx +++ b/src/content/docs/wix/schema/bal/wixprerequisitebootstrapperapplication.mdx @@ -1,17 +1,16 @@ --- title: "WixPrerequisiteBootstrapperApplication element (Bal extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; +import { Badge } from '@astrojs/starlight/components'; + + Uses WixPrerequisiteBootstrapperApplication as a secondary Bootstrapper Application for a Bundle, to bootstrap the prerequisites needed for a primary bootstrapper application. - _Available in WiX v5._ - - ## Attributes diff --git a/src/content/docs/wix/schema/bal/wixstandardbootstrapperapplication.mdx b/src/content/docs/wix/schema/bal/wixstandardbootstrapperapplication.mdx index a82faaa..fe1dc93 100644 --- a/src/content/docs/wix/schema/bal/wixstandardbootstrapperapplication.mdx +++ b/src/content/docs/wix/schema/bal/wixstandardbootstrapperapplication.mdx @@ -1,14 +1,12 @@ --- title: "WixStandardBootstrapperApplication element (Bal extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Uses WixStandardBootstrapperApplication as the Bootstrapper Application for a Bundle. - ## Attributes @@ -27,7 +25,7 @@ Uses WixStandardBootstrapperApplication as the Bootstrapper Application for a Bu If set to "yes", WixStdBA will launch the application specified by the LaunchTarget attribute with the SW_HIDE flag. @@ -115,7 +113,7 @@ Uses WixStandardBootstrapperApplication as the Bootstrapper Application for a Bu If set to "yes", the application version will be displayed on the UI. @@ -124,7 +122,7 @@ Uses WixStandardBootstrapperApplication as the Bootstrapper Application for a Bu If set to "yes", the bundle can be pre-cached using the /cache command line argument. @@ -133,7 +131,7 @@ Uses WixStandardBootstrapperApplication as the Bootstrapper Application for a Bu If set to "yes", attempting to installer a downgraded version of a bundle will be treated as a successful do-nothing operation. @@ -143,7 +141,7 @@ Uses WixStandardBootstrapperApplication as the Bootstrapper Application for a Bu If set to "yes", the Options button will not be shown and the user will not be able to choose an installation directory. @@ -152,7 +150,7 @@ Uses WixStandardBootstrapperApplication as the Bootstrapper Application for a Bu If set to "yes", the Repair button will not be shown in the maintenance-mode UI. diff --git a/src/content/docs/wix/schema/complus/complusapplication.mdx b/src/content/docs/wix/schema/complus/complusapplication.mdx index 5887dba..238747e 100644 --- a/src/content/docs/wix/schema/complus/complusapplication.mdx +++ b/src/content/docs/wix/schema/complus/complusapplication.mdx @@ -1,7 +1,6 @@ --- title: "ComPlusApplication element (Complus extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -16,7 +15,6 @@ Defines a COM+ application. If this element is a descendent or have its Partition attribute set, the application will be installed under the referenced partition. - ## Attributes @@ -46,7 +44,7 @@ Defines a COM+ application. If this element is a descendent @@ -104,7 +102,7 @@ Defines a COM+ application. If this element is a descendent @@ -140,7 +138,7 @@ Defines a COM+ application. If this element is a descendent @@ -158,7 +156,7 @@ Defines a COM+ application. If this element is a descendent @@ -176,7 +174,7 @@ Defines a COM+ application. If this element is a descendent @@ -185,7 +183,7 @@ Defines a COM+ application. If this element is a descendent @@ -194,7 +192,7 @@ Defines a COM+ application. If this element is a descendent @@ -212,7 +210,7 @@ Defines a COM+ application. If this element is a descendent @@ -253,7 +251,7 @@ Defines a COM+ application. If this element is a descendent @@ -323,7 +321,7 @@ Defines a COM+ application. If this element is a descendent @@ -332,7 +330,7 @@ Defines a COM+ application. If this element is a descendent @@ -386,7 +384,7 @@ Defines a COM+ application. If this element is a descendent @@ -395,7 +393,7 @@ Defines a COM+ application. If this element is a descendent @@ -413,7 +411,7 @@ Defines a COM+ application. If this element is a descendent @@ -449,7 +447,7 @@ Defines a COM+ application. If this element is a descendent @@ -469,7 +467,7 @@ Defines a COM+ application. If this element is a descendent diff --git a/src/content/docs/wix/schema/complus/complusapplicationrole.mdx b/src/content/docs/wix/schema/complus/complusapplicationrole.mdx index 31052f4..9937a05 100644 --- a/src/content/docs/wix/schema/complus/complusapplicationrole.mdx +++ b/src/content/docs/wix/schema/complus/complusapplicationrole.mdx @@ -1,7 +1,6 @@ --- title: "ComPlusApplicationRole element (Complus extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -12,7 +11,6 @@ Defines an application role. If this element is a descendent or Package elements it is considered to be a locater, referencing an existing application role. - ## Attributes diff --git a/src/content/docs/wix/schema/complus/complusassembly.mdx b/src/content/docs/wix/schema/complus/complusassembly.mdx index 9854375..956becc 100644 --- a/src/content/docs/wix/schema/complus/complusassembly.mdx +++ b/src/content/docs/wix/schema/complus/complusassembly.mdx @@ -1,7 +1,6 @@ --- title: "ComPlusAssembly element (Complus extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -12,7 +11,6 @@ Represents a DLL or assembly to be registered with COM+. If set to an application. The element must be a descendent of a Component element, it can not be a child of a ComPlusApplication locator element. - ## Attributes @@ -54,7 +52,7 @@ Represents a DLL or assembly to be registered with COM+. If Indicates that the DLL path should be extracted from the @@ -68,7 +66,7 @@ Represents a DLL or assembly to be registered with COM+. If Indicates that the assembly is to be installed as an event @@ -98,7 +96,7 @@ Represents a DLL or assembly to be registered with COM+. If Indicates that the assembly should be installed in the diff --git a/src/content/docs/wix/schema/complus/complusassemblydependency.mdx b/src/content/docs/wix/schema/complus/complusassemblydependency.mdx index aaffb51..3e2dcaf 100644 --- a/src/content/docs/wix/schema/complus/complusassemblydependency.mdx +++ b/src/content/docs/wix/schema/complus/complusassemblydependency.mdx @@ -1,7 +1,6 @@ --- title: "ComPlusAssemblyDependency element (Complus extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -11,7 +10,6 @@ Defines a dependency between two assemblies. This element by this element are guarantied to be registered before, and unregistered after, the assembly referenced by the parent ComPlusAssembly element. - ## Attributes diff --git a/src/content/docs/wix/schema/complus/compluscomponent.mdx b/src/content/docs/wix/schema/complus/compluscomponent.mdx index 65200b5..68d5bc5 100644 --- a/src/content/docs/wix/schema/complus/compluscomponent.mdx +++ b/src/content/docs/wix/schema/complus/compluscomponent.mdx @@ -1,14 +1,12 @@ --- title: "ComPlusComponent element (Complus extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Represents a COM+ component in an assembly. - ## Attributes @@ -16,7 +14,7 @@ Represents a COM+ component in an assembly. @@ -37,7 +35,7 @@ Represents a COM+ component in an assembly. @@ -55,7 +53,7 @@ Represents a COM+ component in an assembly. @@ -64,7 +62,7 @@ Represents a COM+ component in an assembly. @@ -73,7 +71,7 @@ Represents a COM+ component in an assembly. @@ -109,7 +107,7 @@ Represents a COM+ component in an assembly. @@ -127,7 +125,7 @@ Represents a COM+ component in an assembly. @@ -146,7 +144,7 @@ Represents a COM+ component in an assembly. @@ -155,7 +153,7 @@ Represents a COM+ component in an assembly. @@ -164,7 +162,7 @@ Represents a COM+ component in an assembly. @@ -173,7 +171,7 @@ Represents a COM+ component in an assembly. @@ -182,7 +180,7 @@ Represents a COM+ component in an assembly. @@ -191,7 +189,7 @@ Represents a COM+ component in an assembly. @@ -227,7 +225,7 @@ Represents a COM+ component in an assembly. @@ -236,7 +234,7 @@ Represents a COM+ component in an assembly. @@ -245,7 +243,7 @@ Represents a COM+ component in an assembly. diff --git a/src/content/docs/wix/schema/complus/complusgroupinapplicationrole.mdx b/src/content/docs/wix/schema/complus/complusgroupinapplicationrole.mdx index 3059d03..5291ca0 100644 --- a/src/content/docs/wix/schema/complus/complusgroupinapplicationrole.mdx +++ b/src/content/docs/wix/schema/complus/complusgroupinapplicationrole.mdx @@ -1,7 +1,6 @@ --- title: "ComPlusGroupInApplicationRole element (Complus extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -13,7 +12,6 @@ This element represents a security group membership in an ComPlusApplicationRole locater element. To reference a locater element use the ApplicationRole attribute. - ## Attributes diff --git a/src/content/docs/wix/schema/complus/complusgroupinpartitionrole.mdx b/src/content/docs/wix/schema/complus/complusgroupinpartitionrole.mdx index 84e3649..21f0785 100644 --- a/src/content/docs/wix/schema/complus/complusgroupinpartitionrole.mdx +++ b/src/content/docs/wix/schema/complus/complusgroupinpartitionrole.mdx @@ -1,7 +1,6 @@ --- title: "ComPlusGroupInPartitionRole element (Complus extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -10,7 +9,6 @@ This element represents a security group membership in a partition role. When the parent component of this element is installed, the security group will be added to the associated partition role. - ## Attributes diff --git a/src/content/docs/wix/schema/complus/complusinterface.mdx b/src/content/docs/wix/schema/complus/complusinterface.mdx index ed9b1b2..6057fe7 100644 --- a/src/content/docs/wix/schema/complus/complusinterface.mdx +++ b/src/content/docs/wix/schema/complus/complusinterface.mdx @@ -1,14 +1,12 @@ --- title: "ComPlusInterface element (Complus extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Represents an interface for a COM+ component. - ## Attributes @@ -47,7 +45,7 @@ Represents an interface for a COM+ component. diff --git a/src/content/docs/wix/schema/complus/complusmethod.mdx b/src/content/docs/wix/schema/complus/complusmethod.mdx index 3a04dde..486a9b6 100644 --- a/src/content/docs/wix/schema/complus/complusmethod.mdx +++ b/src/content/docs/wix/schema/complus/complusmethod.mdx @@ -1,14 +1,12 @@ --- title: "ComPlusMethod element (Complus extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Represents a method for an interface. - ## Attributes @@ -16,7 +14,7 @@ Represents a method for an interface. diff --git a/src/content/docs/wix/schema/complus/compluspartition.mdx b/src/content/docs/wix/schema/complus/compluspartition.mdx index a400f80..f9bc8d5 100644 --- a/src/content/docs/wix/schema/complus/compluspartition.mdx +++ b/src/content/docs/wix/schema/complus/compluspartition.mdx @@ -1,7 +1,6 @@ --- title: "ComPlusPartition element (Complus extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -11,7 +10,6 @@ Defines a COM+ partition. If this element is a child of a component. If the element is a child of any of the Fragment, Module, or Package elements it is considered to be a locater, referencing an existing partition. - ## Attributes @@ -19,7 +17,7 @@ Defines a COM+ partition. If this element is a child of a @@ -28,7 +26,7 @@ Defines a COM+ partition. If this element is a child of a diff --git a/src/content/docs/wix/schema/complus/compluspartitionrole.mdx b/src/content/docs/wix/schema/complus/compluspartitionrole.mdx index f3bc55a..73e7080 100644 --- a/src/content/docs/wix/schema/complus/compluspartitionrole.mdx +++ b/src/content/docs/wix/schema/complus/compluspartitionrole.mdx @@ -1,7 +1,6 @@ --- title: "ComPlusPartitionRole element (Complus extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -10,7 +9,6 @@ Defines a COM+ partition role. Partition roles can not be created; this element can only be used as a locater to reference an existing role. - ## Attributes diff --git a/src/content/docs/wix/schema/complus/compluspartitionuser.mdx b/src/content/docs/wix/schema/complus/compluspartitionuser.mdx index 0412644..573a16a 100644 --- a/src/content/docs/wix/schema/complus/compluspartitionuser.mdx +++ b/src/content/docs/wix/schema/complus/compluspartitionuser.mdx @@ -1,7 +1,6 @@ --- title: "ComPlusPartitionUser element (Complus extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -10,7 +9,6 @@ Represents a default partition definition for a user. When the parent component of this element is installed, the default partition of the user will be set to the referenced partition. - ## Attributes diff --git a/src/content/docs/wix/schema/complus/complusroleforcomponent.mdx b/src/content/docs/wix/schema/complus/complusroleforcomponent.mdx index 37eb8a9..0506860 100644 --- a/src/content/docs/wix/schema/complus/complusroleforcomponent.mdx +++ b/src/content/docs/wix/schema/complus/complusroleforcomponent.mdx @@ -1,14 +1,12 @@ --- title: "ComPlusRoleForComponent element (Complus extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Represents a role assignment to a COM+ component. - ## Attributes diff --git a/src/content/docs/wix/schema/complus/complusroleforinterface.mdx b/src/content/docs/wix/schema/complus/complusroleforinterface.mdx index 2e35e03..0754d7a 100644 --- a/src/content/docs/wix/schema/complus/complusroleforinterface.mdx +++ b/src/content/docs/wix/schema/complus/complusroleforinterface.mdx @@ -1,14 +1,12 @@ --- title: "ComPlusRoleForInterface element (Complus extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Represents a role assignment to an interface. - ## Attributes diff --git a/src/content/docs/wix/schema/complus/complusroleformethod.mdx b/src/content/docs/wix/schema/complus/complusroleformethod.mdx index befb9e0..9d1e7e8 100644 --- a/src/content/docs/wix/schema/complus/complusroleformethod.mdx +++ b/src/content/docs/wix/schema/complus/complusroleformethod.mdx @@ -1,14 +1,12 @@ --- title: "ComPlusRoleForMethod element (Complus extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Represents a role assignment to a COM+ method. - ## Attributes diff --git a/src/content/docs/wix/schema/complus/complussubscription.mdx b/src/content/docs/wix/schema/complus/complussubscription.mdx index 9ede831..fe274b1 100644 --- a/src/content/docs/wix/schema/complus/complussubscription.mdx +++ b/src/content/docs/wix/schema/complus/complussubscription.mdx @@ -1,14 +1,12 @@ --- title: "ComPlusSubscription element (Complus extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Defines an event subscription for a COM+ component. - ## Attributes @@ -36,7 +34,7 @@ Defines an event subscription for a COM+ component. @@ -121,7 +119,7 @@ Defines an event subscription for a COM+ component. @@ -141,7 +139,7 @@ Defines an event subscription for a COM+ component. diff --git a/src/content/docs/wix/schema/complus/complususerinapplicationrole.mdx b/src/content/docs/wix/schema/complus/complususerinapplicationrole.mdx index 223c1fc..a1c9e98 100644 --- a/src/content/docs/wix/schema/complus/complususerinapplicationrole.mdx +++ b/src/content/docs/wix/schema/complus/complususerinapplicationrole.mdx @@ -1,7 +1,6 @@ --- title: "ComPlusUserInApplicationRole element (Complus extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -13,7 +12,6 @@ This element represents a user membership in an locater element. To reference a locater element use the ApplicationRole attribute. - ## Attributes diff --git a/src/content/docs/wix/schema/complus/complususerinpartitionrole.mdx b/src/content/docs/wix/schema/complus/complususerinpartitionrole.mdx index 25a312c..6785af1 100644 --- a/src/content/docs/wix/schema/complus/complususerinpartitionrole.mdx +++ b/src/content/docs/wix/schema/complus/complususerinpartitionrole.mdx @@ -1,7 +1,6 @@ --- title: "ComPlusUserInPartitionRole element (Complus extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -10,7 +9,6 @@ This element represents a user membership in a partition role. When the parent component of this element is installed, the user will be added to the associated partition role. - ## Attributes diff --git a/src/content/docs/wix/schema/complus/uuid.mdx b/src/content/docs/wix/schema/complus/uuid.mdx index d214e96..c8c5592 100644 --- a/src/content/docs/wix/schema/complus/uuid.mdx +++ b/src/content/docs/wix/schema/complus/uuid.mdx @@ -1,5 +1,7 @@ --- title: "uuid type (Complus extension)" +sidebar: + hidden: true --- Values of this type will look like: "01234567-89AB-CDEF-0123-456789ABCDEF". diff --git a/src/content/docs/wix/schema/difxapp/driver.mdx b/src/content/docs/wix/schema/difxapp/driver.mdx index 74e4494..c69700d 100644 --- a/src/content/docs/wix/schema/difxapp/driver.mdx +++ b/src/content/docs/wix/schema/difxapp/driver.mdx @@ -1,7 +1,6 @@ --- title: "Driver element (Difxapp extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -10,7 +9,6 @@ Installs a driver. To use this element, you need to reference the WixDifxAppExte .wixlib appropriate for the target platform (difxapp_x86.wixlib or difxapp_x64.wixlib) to your project. - ## Attributes @@ -18,7 +16,7 @@ Installs a driver. To use this element, you need to reference the WixDifxAppExte Specifies that the DIFxApp CustomActions should add an entry in the Add/Remove Programs Control @@ -28,7 +26,7 @@ Installs a driver. To use this element, you need to reference the WixDifxAppExte If set to "yes", configures DIFxApp to delete binary files that were copied to the system from the driver @@ -43,7 +41,7 @@ Installs a driver. To use this element, you need to reference the WixDifxAppExte Specifies that the DIFxApp CustomActions should force the installation of a new Plug and Play driver @@ -56,7 +54,7 @@ Installs a driver. To use this element, you need to reference the WixDifxAppExte If set to "yes", configures DIFxApp to install unsigned driver packages and driver packages with missing @@ -72,7 +70,7 @@ Installs a driver. To use this element, you need to reference the WixDifxAppExte Specifies that the DIFxApp CustomActions should prompt the user to connect the Plug and Play diff --git a/src/content/docs/wix/schema/directx/getcapabilities.mdx b/src/content/docs/wix/schema/directx/getcapabilities.mdx index 8e98869..ff5d1ba 100644 --- a/src/content/docs/wix/schema/directx/getcapabilities.mdx +++ b/src/content/docs/wix/schema/directx/getcapabilities.mdx @@ -1,7 +1,6 @@ --- title: "GetCapabilities element (Directx extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/firewall/firewallactiontype.mdx b/src/content/docs/wix/schema/firewall/firewallactiontype.mdx index 00d01fa..91d8fb0 100644 --- a/src/content/docs/wix/schema/firewall/firewallactiontype.mdx +++ b/src/content/docs/wix/schema/firewall/firewallactiontype.mdx @@ -1,5 +1,7 @@ --- title: "FirewallActionType type (Firewall extension)" +sidebar: + hidden: true --- diff --git a/src/content/docs/wix/schema/firewall/firewallactiontypeunion.mdx b/src/content/docs/wix/schema/firewall/firewallactiontypeunion.mdx index e6dba6a..6e48fc8 100644 --- a/src/content/docs/wix/schema/firewall/firewallactiontypeunion.mdx +++ b/src/content/docs/wix/schema/firewall/firewallactiontypeunion.mdx @@ -1,5 +1,12 @@ --- title: "FirewallActionTypeUnion type (Firewall extension)" +sidebar: + hidden: true --- + +## Member types + +- [FirewallActionType](../firewallactiontype/) +- [PropertyReference](../propertyreference/) diff --git a/src/content/docs/wix/schema/firewall/firewalledgetraversaltype.mdx b/src/content/docs/wix/schema/firewall/firewalledgetraversaltype.mdx index 530aafa..b00409c 100644 --- a/src/content/docs/wix/schema/firewall/firewalledgetraversaltype.mdx +++ b/src/content/docs/wix/schema/firewall/firewalledgetraversaltype.mdx @@ -1,5 +1,7 @@ --- title: "FirewallEdgeTraversalType type (Firewall extension)" +sidebar: + hidden: true --- diff --git a/src/content/docs/wix/schema/firewall/firewalledgetraversaltypeunion.mdx b/src/content/docs/wix/schema/firewall/firewalledgetraversaltypeunion.mdx index 13d9b1e..e77cddc 100644 --- a/src/content/docs/wix/schema/firewall/firewalledgetraversaltypeunion.mdx +++ b/src/content/docs/wix/schema/firewall/firewalledgetraversaltypeunion.mdx @@ -1,5 +1,12 @@ --- title: "FirewallEdgeTraversalTypeUnion type (Firewall extension)" +sidebar: + hidden: true --- + +## Member types + +- [FirewallEdgeTraversalType](../firewalledgetraversaltype/) +- [PropertyReference](../propertyreference/) diff --git a/src/content/docs/wix/schema/firewall/firewallexception.mdx b/src/content/docs/wix/schema/firewall/firewallexception.mdx index 5754db8..b016824 100644 --- a/src/content/docs/wix/schema/firewall/firewallexception.mdx +++ b/src/content/docs/wix/schema/firewall/firewallexception.mdx @@ -1,7 +1,6 @@ --- title: "FirewallException element (Firewall extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -9,7 +8,6 @@ import BlockDefList from '@components/BlockDefList.astro'; Registers an exception for a program or a specific port and protocol in the Windows Firewall. For more information about the Windows Firewall, see [Windows Firewall with Advanced Security](https://learn.microsoft.com/en-us/previous-versions/windows/desktop/ics/windows-firewall-advanced-security-start-page). - ## Attributes @@ -17,7 +15,9 @@ Registers an exception for a program or a specific port and protocol in the Wind The action for this firewall exception. @@ -35,7 +35,9 @@ Registers an exception for a program or a specific port and protocol in the Wind Sets the edge traversal of the firewall exception. @@ -46,7 +48,8 @@ Registers an exception for a program or a specific port and protocol in the Wind title: "Enabled", type: "FirewallYesNoPropertyType", typeLink: "../firewallyesnopropertytype/", - typeTitle: "Allows \"yes\" or \"true\" or \"no\" or \"false\" or a Property reference." + typeTitle: "Allows \"yes\" or \"true\" or \"no\" or \"false\" or a Property reference.", + version: "5" }} > Indicates whether the firewall exception should be enabled. @@ -59,7 +62,7 @@ Registers an exception for a program or a specific port and protocol in the Wind }} > Identifier of a File to be granted access through the firewall. By default, - all incoming ports and protocols are allowed unless the Port and.or Protocol + all incoming ports and protocols are allowed unless the Port and/or Protocol attributes are specified. If you use File, you cannot also use Program. @@ -95,7 +98,7 @@ Registers an exception for a program or a specific port and protocol in the Wind If "yes", failures to register this firewall exception will be silently @@ -114,7 +117,9 @@ Registers an exception for a program or a specific port and protocol in the Wind Interface type for the firewall exception. @@ -123,7 +128,9 @@ Registers an exception for a program or a specific port and protocol in the Wind IPSec secure flags for the firewall exception. @@ -141,7 +148,9 @@ Registers an exception for a program or a specific port and protocol in the Wind Local scope for the firewall exception. @@ -179,7 +188,9 @@ Registers an exception for a program or a specific port and protocol in the Wind Installation instruction when updating the firewall exception. @@ -188,7 +199,7 @@ Registers an exception for a program or a specific port and protocol in the Wind If "yes", registers an outbound firewall rule. The default is "no". @@ -208,7 +219,9 @@ Registers an exception for a program or a specific port and protocol in the Wind Profile type for this firewall exception. Default is "all". @@ -221,7 +234,7 @@ Registers an exception for a program or a specific port and protocol in the Wind }} > Path to a target program to be granted access through the firewall. By default, - all incoming ports and protocols are allowed unless the Port and.or Protocol + all incoming ports and protocols are allowed unless the Port and/or Protocol attributes are specified. Note that this is a formatted field, so you can use [#fileId] @@ -232,7 +245,9 @@ Registers an exception for a program or a specific port and protocol in the Wind IP protocol used for this firewall exception. If Port is defined, @@ -269,7 +284,9 @@ Registers an exception for a program or a specific port and protocol in the Wind The scope of this firewall exception, which indicates whether incoming diff --git a/src/content/docs/wix/schema/firewall/firewallinterfacetype.mdx b/src/content/docs/wix/schema/firewall/firewallinterfacetype.mdx index abfbaf7..93a8259 100644 --- a/src/content/docs/wix/schema/firewall/firewallinterfacetype.mdx +++ b/src/content/docs/wix/schema/firewall/firewallinterfacetype.mdx @@ -1,5 +1,7 @@ --- title: "FirewallInterfaceType type (Firewall extension)" +sidebar: + hidden: true --- diff --git a/src/content/docs/wix/schema/firewall/firewallinterfacetypeunion.mdx b/src/content/docs/wix/schema/firewall/firewallinterfacetypeunion.mdx index 9c96a59..0de59fe 100644 --- a/src/content/docs/wix/schema/firewall/firewallinterfacetypeunion.mdx +++ b/src/content/docs/wix/schema/firewall/firewallinterfacetypeunion.mdx @@ -1,5 +1,12 @@ --- title: "FirewallInterfaceTypeUnion type (Firewall extension)" +sidebar: + hidden: true --- + +## Member types + +- [FirewallInterfaceType](../firewallinterfacetype/) +- [PropertyReference](../propertyreference/) diff --git a/src/content/docs/wix/schema/firewall/firewallipsecsecureflags.mdx b/src/content/docs/wix/schema/firewall/firewallipsecsecureflags.mdx index 3aa5570..52b9602 100644 --- a/src/content/docs/wix/schema/firewall/firewallipsecsecureflags.mdx +++ b/src/content/docs/wix/schema/firewall/firewallipsecsecureflags.mdx @@ -1,5 +1,7 @@ --- title: "FirewallIPSecSecureFlags type (Firewall extension)" +sidebar: + hidden: true --- diff --git a/src/content/docs/wix/schema/firewall/firewallipsecsecureflagsunion.mdx b/src/content/docs/wix/schema/firewall/firewallipsecsecureflagsunion.mdx index 2f5efef..21ad3d4 100644 --- a/src/content/docs/wix/schema/firewall/firewallipsecsecureflagsunion.mdx +++ b/src/content/docs/wix/schema/firewall/firewallipsecsecureflagsunion.mdx @@ -1,5 +1,12 @@ --- title: "FirewallIPSecSecureFlagsUnion type (Firewall extension)" +sidebar: + hidden: true --- + +## Member types + +- [FirewallIPSecSecureFlags](../firewallipsecsecureflags/) +- [PropertyReference](../propertyreference/) diff --git a/src/content/docs/wix/schema/firewall/firewalllocalscopetype.mdx b/src/content/docs/wix/schema/firewall/firewalllocalscopetype.mdx index ac689a0..4c22647 100644 --- a/src/content/docs/wix/schema/firewall/firewalllocalscopetype.mdx +++ b/src/content/docs/wix/schema/firewall/firewalllocalscopetype.mdx @@ -1,5 +1,7 @@ --- title: "FirewallLocalScopeType type (Firewall extension)" +sidebar: + hidden: true --- diff --git a/src/content/docs/wix/schema/firewall/firewalllocalscopetypeunion.mdx b/src/content/docs/wix/schema/firewall/firewalllocalscopetypeunion.mdx index 0577440..24cd943 100644 --- a/src/content/docs/wix/schema/firewall/firewalllocalscopetypeunion.mdx +++ b/src/content/docs/wix/schema/firewall/firewalllocalscopetypeunion.mdx @@ -1,5 +1,12 @@ --- title: "FirewallLocalScopeTypeUnion type (Firewall extension)" +sidebar: + hidden: true --- + +## Member types + +- [FirewallLocalScopeType](../firewalllocalscopetype/) +- [PropertyReference](../propertyreference/) diff --git a/src/content/docs/wix/schema/firewall/firewallonupdatetype.mdx b/src/content/docs/wix/schema/firewall/firewallonupdatetype.mdx index 81e1940..88f1892 100644 --- a/src/content/docs/wix/schema/firewall/firewallonupdatetype.mdx +++ b/src/content/docs/wix/schema/firewall/firewallonupdatetype.mdx @@ -1,5 +1,7 @@ --- title: "FirewallOnUpdateType type (Firewall extension)" +sidebar: + hidden: true --- diff --git a/src/content/docs/wix/schema/firewall/firewallonupdatetypeunion.mdx b/src/content/docs/wix/schema/firewall/firewallonupdatetypeunion.mdx index b32de08..c8ef618 100644 --- a/src/content/docs/wix/schema/firewall/firewallonupdatetypeunion.mdx +++ b/src/content/docs/wix/schema/firewall/firewallonupdatetypeunion.mdx @@ -1,5 +1,12 @@ --- title: "FirewallOnUpdateTypeUnion type (Firewall extension)" +sidebar: + hidden: true --- + +## Member types + +- [FirewallOnUpdateType](../firewallonupdatetype/) +- [PropertyReference](../propertyreference/) diff --git a/src/content/docs/wix/schema/firewall/firewallprofiletype.mdx b/src/content/docs/wix/schema/firewall/firewallprofiletype.mdx index eb82dda..66eb0da 100644 --- a/src/content/docs/wix/schema/firewall/firewallprofiletype.mdx +++ b/src/content/docs/wix/schema/firewall/firewallprofiletype.mdx @@ -1,5 +1,7 @@ --- title: "FirewallProfileType type (Firewall extension)" +sidebar: + hidden: true --- diff --git a/src/content/docs/wix/schema/firewall/firewallprofiletypeunion.mdx b/src/content/docs/wix/schema/firewall/firewallprofiletypeunion.mdx index a8c7cf1..889b685 100644 --- a/src/content/docs/wix/schema/firewall/firewallprofiletypeunion.mdx +++ b/src/content/docs/wix/schema/firewall/firewallprofiletypeunion.mdx @@ -1,5 +1,12 @@ --- title: "FirewallProfileTypeUnion type (Firewall extension)" +sidebar: + hidden: true --- + +## Member types + +- [FirewallProfileType](../firewallprofiletype/) +- [PropertyReference](../propertyreference/) diff --git a/src/content/docs/wix/schema/firewall/firewallprotocolnumber.mdx b/src/content/docs/wix/schema/firewall/firewallprotocolnumber.mdx index c61f82d..28eb261 100644 --- a/src/content/docs/wix/schema/firewall/firewallprotocolnumber.mdx +++ b/src/content/docs/wix/schema/firewall/firewallprotocolnumber.mdx @@ -1,5 +1,7 @@ --- title: "FirewallProtocolNumber type (Firewall extension)" +sidebar: + hidden: true --- diff --git a/src/content/docs/wix/schema/firewall/firewallprotocoltype.mdx b/src/content/docs/wix/schema/firewall/firewallprotocoltype.mdx index 73df45f..8bcf614 100644 --- a/src/content/docs/wix/schema/firewall/firewallprotocoltype.mdx +++ b/src/content/docs/wix/schema/firewall/firewallprotocoltype.mdx @@ -1,5 +1,7 @@ --- title: "FirewallProtocolType type (Firewall extension)" +sidebar: + hidden: true --- diff --git a/src/content/docs/wix/schema/firewall/firewallprotocoltypeunion.mdx b/src/content/docs/wix/schema/firewall/firewallprotocoltypeunion.mdx index 9f5c892..5682f09 100644 --- a/src/content/docs/wix/schema/firewall/firewallprotocoltypeunion.mdx +++ b/src/content/docs/wix/schema/firewall/firewallprotocoltypeunion.mdx @@ -1,5 +1,13 @@ --- title: "FirewallProtocolTypeUnion type (Firewall extension)" +sidebar: + hidden: true --- + +## Member types + +- [PropertyReference](../propertyreference/) +- [FirewallProtocolType](../firewallprotocoltype/) +- [FirewallProtocolNumber](../firewallprotocolnumber/) diff --git a/src/content/docs/wix/schema/firewall/firewallscopetype.mdx b/src/content/docs/wix/schema/firewall/firewallscopetype.mdx index fbdffcd..46c3f4c 100644 --- a/src/content/docs/wix/schema/firewall/firewallscopetype.mdx +++ b/src/content/docs/wix/schema/firewall/firewallscopetype.mdx @@ -1,5 +1,7 @@ --- title: "FirewallScopeType type (Firewall extension)" +sidebar: + hidden: true --- diff --git a/src/content/docs/wix/schema/firewall/firewallscopetypeunion.mdx b/src/content/docs/wix/schema/firewall/firewallscopetypeunion.mdx index 78aeffc..410de6a 100644 --- a/src/content/docs/wix/schema/firewall/firewallscopetypeunion.mdx +++ b/src/content/docs/wix/schema/firewall/firewallscopetypeunion.mdx @@ -1,5 +1,12 @@ --- title: "FirewallScopeTypeUnion type (Firewall extension)" +sidebar: + hidden: true --- + +## Member types + +- [FirewallScopeType](../firewallscopetype/) +- [PropertyReference](../propertyreference/) diff --git a/src/content/docs/wix/schema/firewall/firewallyesnopropertytype.mdx b/src/content/docs/wix/schema/firewall/firewallyesnopropertytype.mdx index f027185..ad09264 100644 --- a/src/content/docs/wix/schema/firewall/firewallyesnopropertytype.mdx +++ b/src/content/docs/wix/schema/firewall/firewallyesnopropertytype.mdx @@ -1,5 +1,12 @@ --- title: "FirewallYesNoPropertyType type (Firewall extension)" +sidebar: + hidden: true --- Allows "yes" or "true" or "no" or "false" or a Property reference. + +## Member types + +- [PropertyReference](../propertyreference/) +- [wxs:YesNoTypeUnion](../wxs:yesnotypeunion/) diff --git a/src/content/docs/wix/schema/firewall/index.mdx b/src/content/docs/wix/schema/firewall/index.mdx index 2ed36ef..51448ae 100644 --- a/src/content/docs/wix/schema/firewall/index.mdx +++ b/src/content/docs/wix/schema/firewall/index.mdx @@ -19,23 +19,23 @@ http://wixtoolset.org/schemas/v4/wxs/firewall ## Types - [FirewallActionType](firewallactiontype/) -- [FirewallActionTypeUnion](firewallactiontype/) +- [FirewallActionTypeUnion](firewallactiontypeunion/) - [FirewallEdgeTraversalType](firewalledgetraversaltype/) -- [FirewallEdgeTraversalTypeUnion](firewalledgetraversaltype/) +- [FirewallEdgeTraversalTypeUnion](firewalledgetraversaltypeunion/) - [FirewallInterfaceType](firewallinterfacetype/) -- [FirewallInterfaceTypeUnion](firewallinterfacetype/) +- [FirewallInterfaceTypeUnion](firewallinterfacetypeunion/) - [FirewallIPSecSecureFlags](firewallipsecsecureflags/) - [FirewallIPSecSecureFlagsUnion](firewallipsecsecureflagsunion/) - [FirewallLocalScopeType](firewalllocalscopetype/) -- [FirewallLocalScopeTypeUnion](firewalllocalscopetype/) +- [FirewallLocalScopeTypeUnion](firewalllocalscopetypeunion/) - [FirewallOnUpdateType](firewallonupdatetype/) -- [FirewallOnUpdateTypeUnion](firewallonupdatetype/) +- [FirewallOnUpdateTypeUnion](firewallonupdatetypeunion/) - [FirewallProfileType](firewallprofiletype/) -- [FirewallProfileTypeUnion](firewallprofiletype/) +- [FirewallProfileTypeUnion](firewallprofiletypeunion/) - [FirewallProtocolNumber](firewallprotocolnumber/) - [FirewallProtocolType](firewallprotocoltype/) -- [FirewallProtocolTypeUnion](firewallprotocoltype/) +- [FirewallProtocolTypeUnion](firewallprotocoltypeunion/) - [FirewallScopeType](firewallscopetype/) -- [FirewallScopeTypeUnion](firewallscopetype/) +- [FirewallScopeTypeUnion](firewallscopetypeunion/) - [FirewallYesNoPropertyType](firewallyesnopropertytype/) - [PropertyReference](propertyreference/) diff --git a/src/content/docs/wix/schema/firewall/interface.mdx b/src/content/docs/wix/schema/firewall/interface.mdx index 97780ca..ed42aad 100644 --- a/src/content/docs/wix/schema/firewall/interface.mdx +++ b/src/content/docs/wix/schema/firewall/interface.mdx @@ -1,13 +1,14 @@ --- title: "Interface element (Firewall extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; +import { Badge } from '@astrojs/starlight/components'; -[WiX v5] Registers an interface with the firewall rule. + +Registers an interface with the firewall rule. ## Attributes diff --git a/src/content/docs/wix/schema/firewall/interfacetype.mdx b/src/content/docs/wix/schema/firewall/interfacetype.mdx index fec374d..6b06ba0 100644 --- a/src/content/docs/wix/schema/firewall/interfacetype.mdx +++ b/src/content/docs/wix/schema/firewall/interfacetype.mdx @@ -1,13 +1,14 @@ --- title: "InterfaceType element (Firewall extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; +import { Badge } from '@astrojs/starlight/components'; -[WiX v5] Registers an inteface type to the firewall rule. + +Registers an inteface type to the firewall rule. ## Attributes @@ -16,7 +17,9 @@ import BlockDefList from '@components/BlockDefList.astro'; A interface type to which the firewall rule applices. See [Interfaces](https://learn.microsoft.com/en-us/windows/win32/api/netfw/nf-netfw-inetfwrule-get_interfaces) diff --git a/src/content/docs/wix/schema/firewall/localaddress.mdx b/src/content/docs/wix/schema/firewall/localaddress.mdx index 5a2db9e..01e8b8e 100644 --- a/src/content/docs/wix/schema/firewall/localaddress.mdx +++ b/src/content/docs/wix/schema/firewall/localaddress.mdx @@ -1,13 +1,14 @@ --- title: "LocalAddress element (Firewall extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; +import { Badge } from '@astrojs/starlight/components'; -[WiX v5] Registers a local address to the firewall rule. + +Registers a local address to the firewall rule. ## Attributes diff --git a/src/content/docs/wix/schema/firewall/propertyreference.mdx b/src/content/docs/wix/schema/firewall/propertyreference.mdx index 9ce0292..337f6c3 100644 --- a/src/content/docs/wix/schema/firewall/propertyreference.mdx +++ b/src/content/docs/wix/schema/firewall/propertyreference.mdx @@ -1,5 +1,7 @@ --- title: "PropertyReference type (Firewall extension)" +sidebar: + hidden: true --- A type that represents a Property reference. diff --git a/src/content/docs/wix/schema/firewall/remoteaddress.mdx b/src/content/docs/wix/schema/firewall/remoteaddress.mdx index 7ddd7d6..8ebbfb2 100644 --- a/src/content/docs/wix/schema/firewall/remoteaddress.mdx +++ b/src/content/docs/wix/schema/firewall/remoteaddress.mdx @@ -1,14 +1,10 @@ --- title: "RemoteAddress element (Firewall extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; - - - ## Attributes diff --git a/src/content/docs/wix/schema/http/snisslcertificate.mdx b/src/content/docs/wix/schema/http/snisslcertificate.mdx index 33c0e7c..ff7f7eb 100644 --- a/src/content/docs/wix/schema/http/snisslcertificate.mdx +++ b/src/content/docs/wix/schema/http/snisslcertificate.mdx @@ -1,14 +1,12 @@ --- title: "SniSslCertificate element (Http extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Associates an SNI SSL certificate with HTTP.SYS. - ## Attributes diff --git a/src/content/docs/wix/schema/http/urlace.mdx b/src/content/docs/wix/schema/http/urlace.mdx index 2675fa2..add3a08 100644 --- a/src/content/docs/wix/schema/http/urlace.mdx +++ b/src/content/docs/wix/schema/http/urlace.mdx @@ -1,14 +1,12 @@ --- title: "UrlAce element (Http extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; The security principal and which rights to assign to them for the URL reservation. - ## Attributes diff --git a/src/content/docs/wix/schema/http/urlreservation.mdx b/src/content/docs/wix/schema/http/urlreservation.mdx index ec5a686..63d48fd 100644 --- a/src/content/docs/wix/schema/http/urlreservation.mdx +++ b/src/content/docs/wix/schema/http/urlreservation.mdx @@ -1,7 +1,6 @@ --- title: "UrlReservation element (Http extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -10,7 +9,6 @@ Makes a reservation record for the HTTP Server API configuration store on Window Windows Server 2003, and later. For more information about the HTTP Server API, see [HTTP Server API](https://learn.microsoft.com/en-us/windows/win32/http/http-api-start-page). - ## Attributes diff --git a/src/content/docs/wix/schema/iis/certificate.mdx b/src/content/docs/wix/schema/iis/certificate.mdx index 1925d3d..7ff0e15 100644 --- a/src/content/docs/wix/schema/iis/certificate.mdx +++ b/src/content/docs/wix/schema/iis/certificate.mdx @@ -1,14 +1,12 @@ --- title: "Certificate element (Iis extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Used to install and uninstall certificates. - ## Attributes @@ -67,7 +65,7 @@ Used to install and uninstall certificates. This attribute controls whether the CertificatePath attribute is a path to a certificate file (Request='no') or the @@ -117,7 +115,7 @@ Used to install and uninstall certificates. Indicates whether to fail the install if the certificate fails to install. The default is "yes". diff --git a/src/content/docs/wix/schema/iis/certificateref.mdx b/src/content/docs/wix/schema/iis/certificateref.mdx index d852cac..208d36a 100644 --- a/src/content/docs/wix/schema/iis/certificateref.mdx +++ b/src/content/docs/wix/schema/iis/certificateref.mdx @@ -1,7 +1,6 @@ --- title: "CertificateRef element (Iis extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -9,7 +8,6 @@ import BlockDefList from '@components/BlockDefList.astro'; Associates a certificate with the parent WebSite. The Certificate element should be in the same Component as the parent WebSite. - ## Attributes diff --git a/src/content/docs/wix/schema/iis/httpheader.mdx b/src/content/docs/wix/schema/iis/httpheader.mdx index f46525c..12c9922 100644 --- a/src/content/docs/wix/schema/iis/httpheader.mdx +++ b/src/content/docs/wix/schema/iis/httpheader.mdx @@ -1,14 +1,12 @@ --- title: "HttpHeader element (Iis extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Custom HTTP Header definition for IIS resources such as WebSite and WebVirtualDir. - ## Attributes diff --git a/src/content/docs/wix/schema/iis/mimemap.mdx b/src/content/docs/wix/schema/iis/mimemap.mdx index b16fdd6..c0df73f 100644 --- a/src/content/docs/wix/schema/iis/mimemap.mdx +++ b/src/content/docs/wix/schema/iis/mimemap.mdx @@ -1,14 +1,12 @@ --- title: "MimeMap element (Iis extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; MimeMap definition for IIS resources. - ## Attributes diff --git a/src/content/docs/wix/schema/iis/percenttype.mdx b/src/content/docs/wix/schema/iis/percenttype.mdx index e0e1fe2..db7ae7f 100644 --- a/src/content/docs/wix/schema/iis/percenttype.mdx +++ b/src/content/docs/wix/schema/iis/percenttype.mdx @@ -1,5 +1,7 @@ --- title: "PercentType type (Iis extension)" +sidebar: + hidden: true --- Values of this type are any integers between 0 and 100, inclusive. diff --git a/src/content/docs/wix/schema/iis/recycletime.mdx b/src/content/docs/wix/schema/iis/recycletime.mdx index 24d3629..3ebbd31 100644 --- a/src/content/docs/wix/schema/iis/recycletime.mdx +++ b/src/content/docs/wix/schema/iis/recycletime.mdx @@ -1,14 +1,12 @@ --- title: "RecycleTime element (Iis extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; IIS6 Application Pool Recycle Times on 24 hour clock. - ## Attributes diff --git a/src/content/docs/wix/schema/iis/webaddress.mdx b/src/content/docs/wix/schema/iis/webaddress.mdx index 562acd6..7be5f2f 100644 --- a/src/content/docs/wix/schema/iis/webaddress.mdx +++ b/src/content/docs/wix/schema/iis/webaddress.mdx @@ -1,14 +1,12 @@ --- title: "WebAddress element (Iis extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; WebAddress for WebSite - ## Attributes @@ -62,7 +60,7 @@ WebAddress for WebSite Determines if this address represents a secure binding. The default is 'no'. diff --git a/src/content/docs/wix/schema/iis/webapplication.mdx b/src/content/docs/wix/schema/iis/webapplication.mdx index 13f65c1..1dcb15f 100644 --- a/src/content/docs/wix/schema/iis/webapplication.mdx +++ b/src/content/docs/wix/schema/iis/webapplication.mdx @@ -1,14 +1,12 @@ --- title: "WebApplication element (Iis extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Defines properties for a web application. These properties can be used for more than one application defined in a web site or vroot, by defining this element in a common location and referring to it by setting the WebApplication attribute of the WebSite and WebVirtualDir elements. - ## Attributes diff --git a/src/content/docs/wix/schema/iis/webapplicationextension.mdx b/src/content/docs/wix/schema/iis/webapplicationextension.mdx index 436258d..18f47ea 100644 --- a/src/content/docs/wix/schema/iis/webapplicationextension.mdx +++ b/src/content/docs/wix/schema/iis/webapplicationextension.mdx @@ -1,14 +1,12 @@ --- title: "WebApplicationExtension element (Iis extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Extension for WebApplication - ## Attributes @@ -16,7 +14,7 @@ Extension for WebApplication @@ -47,7 +45,7 @@ Extension for WebApplication diff --git a/src/content/docs/wix/schema/iis/webapppool.mdx b/src/content/docs/wix/schema/iis/webapppool.mdx index db3dc5e..200307a 100644 --- a/src/content/docs/wix/schema/iis/webapppool.mdx +++ b/src/content/docs/wix/schema/iis/webapppool.mdx @@ -1,14 +1,12 @@ --- title: "WebAppPool element (Iis extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; IIS Application Pool - ## Attributes diff --git a/src/content/docs/wix/schema/iis/webdir.mdx b/src/content/docs/wix/schema/iis/webdir.mdx index 84a6de4..e57a6e7 100644 --- a/src/content/docs/wix/schema/iis/webdir.mdx +++ b/src/content/docs/wix/schema/iis/webdir.mdx @@ -1,14 +1,12 @@ --- title: "WebDir element (Iis extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Defines a subdirectory within an IIS web site. When this element is a child of WebSite, the web directory is defined within that web site. Otherwise the web directory must reference a WebSite element via the WebSite attribute. - ## Attributes diff --git a/src/content/docs/wix/schema/iis/webdirproperties.mdx b/src/content/docs/wix/schema/iis/webdirproperties.mdx index bd23be1..57eb454 100644 --- a/src/content/docs/wix/schema/iis/webdirproperties.mdx +++ b/src/content/docs/wix/schema/iis/webdirproperties.mdx @@ -1,14 +1,12 @@ --- title: "WebDirProperties element (Iis extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; WebDirProperties used by one or more WebSites. Lists properties common to IIS web sites and vroots. Corresponding properties can be viewed through the IIS Manager snap-in. One property entry can be reused by multiple sites or vroots using the Id field as a reference, using WebVirtualDir.DirProperties, WebSite.DirProperties, or WebDir.DirProperties. - ## Attributes @@ -16,7 +14,7 @@ WebDirProperties used by one or more WebSites. Lists properties common to IIS we A value of true indicates that file access requires SSL file permission processing, with or without a client certificate. This corresponds to AccessSSL flag for AccessSSLFlags IIS metabase property. @@ -25,7 +23,7 @@ WebDirProperties used by one or more WebSites. Lists properties common to IIS we A value of true indicates that file access requires SSL file permission processing with a minimum key size of 128 bits, with or without a client certificate. This corresponds to AccessSSL128 flag for AccessSSLFlags IIS metabase property. @@ -34,7 +32,7 @@ WebDirProperties used by one or more WebSites. Lists properties common to IIS we This corresponds to AccessSSLMapCert flag for AccessSSLFlags IIS metabase property. @@ -43,7 +41,7 @@ WebDirProperties used by one or more WebSites. Lists properties common to IIS we This corresponds to AccessSSLNegotiateCert flag for AccessSSLFlags IIS metabase property. @@ -52,7 +50,7 @@ WebDirProperties used by one or more WebSites. Lists properties common to IIS we This corresponds to AccessSSLRequireCert flag for AccessSSLFlags IIS metabase property. @@ -61,7 +59,7 @@ WebDirProperties used by one or more WebSites. Lists properties common to IIS we Sets the Enable Anonymous Access checkbox, which maps anonymous users to a Windows user account. When setting this to 'yes' you should also provide the user account using the AnonymousUser attribute, and determine what setting to use for the IIsControlledPassword attribute. Defaults to 'no.' @@ -79,7 +77,7 @@ WebDirProperties used by one or more WebSites. Lists properties common to IIS we Sets the option for whether to send detailed ASP errors back to the client on script error. Default is 'no.' @@ -97,7 +95,7 @@ WebDirProperties used by one or more WebSites. Lists properties common to IIS we Sets the Basic Authentication option, which allows clients to provide credentials in plaintext over the wire. Defaults to 'no.' @@ -124,7 +122,7 @@ WebDirProperties used by one or more WebSites. Lists properties common to IIS we Specifies whether IIs will return custom errors for this directory. @@ -142,7 +140,7 @@ WebDirProperties used by one or more WebSites. Lists properties common to IIS we Sets the Digest Authentication option, which allows using digest authentication with domain user accounts. Defaults to 'no.' @@ -151,7 +149,7 @@ WebDirProperties used by one or more WebSites. Lists properties common to IIS we @@ -178,7 +176,7 @@ WebDirProperties used by one or more WebSites. Lists properties common to IIS we Sets whether IIS should control the password used for the Windows account specified in the AnonymousUser attribute. Defaults to 'no.' @@ -187,7 +185,7 @@ WebDirProperties used by one or more WebSites. Lists properties common to IIS we Sets the Index Resource option, which specifies whether this web directory should be indexed. Defaults to 'no.' @@ -196,7 +194,7 @@ WebDirProperties used by one or more WebSites. Lists properties common to IIS we Sets whether visits to this site should be logged. Defaults to 'no.' @@ -205,7 +203,7 @@ WebDirProperties used by one or more WebSites. Lists properties common to IIS we Sets the Passport Authentication option, which allows clients to provide credentials via a .Net Passport account. Defaults to 'no.' @@ -214,7 +212,7 @@ WebDirProperties used by one or more WebSites. Lists properties common to IIS we @@ -223,7 +221,7 @@ WebDirProperties used by one or more WebSites. Lists properties common to IIS we @@ -232,7 +230,7 @@ WebDirProperties used by one or more WebSites. Lists properties common to IIS we Sets the Windows Authentication option, which enables integrated Windows authentication to be used on the site. Defaults to 'no.' @@ -241,7 +239,7 @@ WebDirProperties used by one or more WebSites. Lists properties common to IIS we diff --git a/src/content/docs/wix/schema/iis/weberror.mdx b/src/content/docs/wix/schema/iis/weberror.mdx index 4173a86..0b390ea 100644 --- a/src/content/docs/wix/schema/iis/weberror.mdx +++ b/src/content/docs/wix/schema/iis/weberror.mdx @@ -1,14 +1,12 @@ --- title: "WebError element (Iis extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Custom Web Errors used by WebSites and Virtual Directories. - ## Attributes diff --git a/src/content/docs/wix/schema/iis/webfilter.mdx b/src/content/docs/wix/schema/iis/webfilter.mdx index 2cc0dab..704fc6b 100644 --- a/src/content/docs/wix/schema/iis/webfilter.mdx +++ b/src/content/docs/wix/schema/iis/webfilter.mdx @@ -1,14 +1,12 @@ --- title: "WebFilter element (Iis extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; IIs Filter for a Component or Web Site - ## Attributes diff --git a/src/content/docs/wix/schema/iis/weblog.mdx b/src/content/docs/wix/schema/iis/weblog.mdx index c11cf08..0bf7b80 100644 --- a/src/content/docs/wix/schema/iis/weblog.mdx +++ b/src/content/docs/wix/schema/iis/weblog.mdx @@ -1,14 +1,12 @@ --- title: "WebLog element (Iis extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; WebLog definition. - ## Attributes diff --git a/src/content/docs/wix/schema/iis/webproperty.mdx b/src/content/docs/wix/schema/iis/webproperty.mdx index 5bc484f..877373e 100644 --- a/src/content/docs/wix/schema/iis/webproperty.mdx +++ b/src/content/docs/wix/schema/iis/webproperty.mdx @@ -1,14 +1,12 @@ --- title: "WebProperty element (Iis extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; IIS Properties - ## Attributes diff --git a/src/content/docs/wix/schema/iis/webserviceextension.mdx b/src/content/docs/wix/schema/iis/webserviceextension.mdx index fc19157..9e08e6b 100644 --- a/src/content/docs/wix/schema/iis/webserviceextension.mdx +++ b/src/content/docs/wix/schema/iis/webserviceextension.mdx @@ -1,14 +1,12 @@ --- title: "WebServiceExtension element (Iis extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; The WebServiceExtension property is used by the Web server to determine whether a Web service extension is permitted to run. - ## Attributes @@ -16,7 +14,7 @@ The WebServiceExtension property is used by the Web server to determine whether @@ -63,7 +61,7 @@ The WebServiceExtension property is used by the Web server to determine whether Indicates if the UI is allowed to delete the extension from the list of not. Default: Not deletable. diff --git a/src/content/docs/wix/schema/iis/website.mdx b/src/content/docs/wix/schema/iis/website.mdx index 417d197..8137a9d 100644 --- a/src/content/docs/wix/schema/iis/website.mdx +++ b/src/content/docs/wix/schema/iis/website.mdx @@ -1,14 +1,12 @@ --- title: "WebSite element (Iis extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; IIs Web Site - ## Attributes @@ -16,7 +14,7 @@ IIs Web Site Specifies whether to automatically start the web site. @@ -25,7 +23,7 @@ IIs Web Site Specifies whether to configure the web site if it already exists. Note: This will not affect uninstall behavior. If the web site exists on uninstall, it will be removed. @@ -104,7 +102,7 @@ IIs Web Site Specifies whether to start the web site on install. diff --git a/src/content/docs/wix/schema/iis/webvirtualdir.mdx b/src/content/docs/wix/schema/iis/webvirtualdir.mdx index a159d14..8e1572d 100644 --- a/src/content/docs/wix/schema/iis/webvirtualdir.mdx +++ b/src/content/docs/wix/schema/iis/webvirtualdir.mdx @@ -1,14 +1,12 @@ --- title: "WebVirtualDir element (Iis extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Defines an IIS virtual directory. When this element is a child of WebSite element, the virtual directory is defined within that web site. Otherwise this virtual directory must reference a WebSite element via the WebSite attribute - ## Attributes diff --git a/src/content/docs/wix/schema/msmq/messagequeue.mdx b/src/content/docs/wix/schema/msmq/messagequeue.mdx index a87cc9f..9fee5ec 100644 --- a/src/content/docs/wix/schema/msmq/messagequeue.mdx +++ b/src/content/docs/wix/schema/msmq/messagequeue.mdx @@ -1,14 +1,12 @@ --- title: "MessageQueue element (Msmq extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Installs an MSMQ message queue. - ## Attributes @@ -16,7 +14,7 @@ Installs an MSMQ message queue. The default value is "no". @@ -43,7 +41,7 @@ Installs an MSMQ message queue. The default value is "no". @@ -120,7 +118,7 @@ Installs an MSMQ message queue. The default value is "no". diff --git a/src/content/docs/wix/schema/msmq/messagequeuepermission.mdx b/src/content/docs/wix/schema/msmq/messagequeuepermission.mdx index 90d7e43..4386375 100644 --- a/src/content/docs/wix/schema/msmq/messagequeuepermission.mdx +++ b/src/content/docs/wix/schema/msmq/messagequeuepermission.mdx @@ -1,14 +1,10 @@ --- title: "MessageQueuePermission element (Msmq extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; - - - ## Attributes @@ -16,7 +12,7 @@ import BlockDefList from '@components/BlockDefList.astro'; @@ -25,7 +21,7 @@ import BlockDefList from '@components/BlockDefList.astro'; @@ -34,7 +30,7 @@ import BlockDefList from '@components/BlockDefList.astro'; @@ -43,7 +39,7 @@ import BlockDefList from '@components/BlockDefList.astro'; @@ -52,7 +48,7 @@ import BlockDefList from '@components/BlockDefList.astro'; @@ -61,7 +57,7 @@ import BlockDefList from '@components/BlockDefList.astro'; @@ -98,7 +94,7 @@ import BlockDefList from '@components/BlockDefList.astro'; @@ -107,7 +103,7 @@ import BlockDefList from '@components/BlockDefList.astro'; @@ -116,7 +112,7 @@ import BlockDefList from '@components/BlockDefList.astro'; @@ -125,7 +121,7 @@ import BlockDefList from '@components/BlockDefList.astro'; @@ -134,7 +130,7 @@ import BlockDefList from '@components/BlockDefList.astro'; @@ -143,7 +139,7 @@ import BlockDefList from '@components/BlockDefList.astro'; @@ -152,7 +148,7 @@ import BlockDefList from '@components/BlockDefList.astro'; @@ -161,7 +157,7 @@ import BlockDefList from '@components/BlockDefList.astro'; @@ -170,7 +166,7 @@ import BlockDefList from '@components/BlockDefList.astro'; @@ -188,7 +184,7 @@ import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/netfx/dotnetcompatibilitycheck.mdx b/src/content/docs/wix/schema/netfx/dotnetcompatibilitycheck.mdx index 6ecc4a2..1945cb0 100644 --- a/src/content/docs/wix/schema/netfx/dotnetcompatibilitycheck.mdx +++ b/src/content/docs/wix/schema/netfx/dotnetcompatibilitycheck.mdx @@ -1,14 +1,12 @@ --- title: "DotNetCompatibilityCheck element (Netfx extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Validates whether the specified .NET is installed on the computer. - ## Attributes @@ -42,7 +40,7 @@ Validates whether the specified .NET is installed on the computer. > Name of the property in which to place the result of the compatibility check. The possible values are: - 0 - Successful compatibility check. - - 13 - Requested platform is not compatible with OS. _Introduced in WiX v5.0._ + - 13 - Requested platform is not compatible with OS. _Introduced in WiX v5._ - 12289 - No runtime is installed. - 12290 - Required runtime is not installed. - 12291 - Failed to get hostfxr exports. diff --git a/src/content/docs/wix/schema/netfx/dotnetcompatibilitycheckref.mdx b/src/content/docs/wix/schema/netfx/dotnetcompatibilitycheckref.mdx index 2c804a3..a401e59 100644 --- a/src/content/docs/wix/schema/netfx/dotnetcompatibilitycheckref.mdx +++ b/src/content/docs/wix/schema/netfx/dotnetcompatibilitycheckref.mdx @@ -1,14 +1,12 @@ --- title: "DotNetCompatibilityCheckRef element (Netfx extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; References a DotNetCompatibilityCheck. - ## Attributes diff --git a/src/content/docs/wix/schema/netfx/dotnetcoresdkfeaturebandsearch.mdx b/src/content/docs/wix/schema/netfx/dotnetcoresdkfeaturebandsearch.mdx index 000c53f..1f80771 100644 --- a/src/content/docs/wix/schema/netfx/dotnetcoresdkfeaturebandsearch.mdx +++ b/src/content/docs/wix/schema/netfx/dotnetcoresdkfeaturebandsearch.mdx @@ -1,7 +1,6 @@ --- title: "DotNetCoreSdkFeatureBandSearch element (Netfx extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -9,7 +8,6 @@ import BlockDefList from '@components/BlockDefList.astro'; Searches for an installation of .NET Core SDK of the given platform. The variable gets set to the latest version of the SDK that is in the feature band specified by Version. - ## Attributes diff --git a/src/content/docs/wix/schema/netfx/dotnetcoresdkfeaturebandsearchref.mdx b/src/content/docs/wix/schema/netfx/dotnetcoresdkfeaturebandsearchref.mdx index f694f4e..82ac339 100644 --- a/src/content/docs/wix/schema/netfx/dotnetcoresdkfeaturebandsearchref.mdx +++ b/src/content/docs/wix/schema/netfx/dotnetcoresdkfeaturebandsearchref.mdx @@ -1,14 +1,12 @@ --- title: "DotNetCoreSdkFeatureBandSearchRef element (Netfx extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; References a DotNetCoreSdkFeatureBandSearch. - ## Attributes diff --git a/src/content/docs/wix/schema/netfx/dotnetcoresdksearch.mdx b/src/content/docs/wix/schema/netfx/dotnetcoresdksearch.mdx index 03d761e..ba97609 100644 --- a/src/content/docs/wix/schema/netfx/dotnetcoresdksearch.mdx +++ b/src/content/docs/wix/schema/netfx/dotnetcoresdksearch.mdx @@ -1,7 +1,6 @@ --- title: "DotNetCoreSdkSearch element (Netfx extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -9,7 +8,6 @@ import BlockDefList from '@components/BlockDefList.astro'; Searches for an installation of .NET Core SDK. The variable gets set to the latest version of the given Platform and Major Version. - ## Attributes diff --git a/src/content/docs/wix/schema/netfx/dotnetcoresdksearchref.mdx b/src/content/docs/wix/schema/netfx/dotnetcoresdksearchref.mdx index fb8873f..9151cd0 100644 --- a/src/content/docs/wix/schema/netfx/dotnetcoresdksearchref.mdx +++ b/src/content/docs/wix/schema/netfx/dotnetcoresdksearchref.mdx @@ -1,14 +1,12 @@ --- title: "DotNetCoreSdkSearchRef element (Netfx extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; References a DotNetCoreSdkSearch. - ## Attributes diff --git a/src/content/docs/wix/schema/netfx/dotnetcoresearch.mdx b/src/content/docs/wix/schema/netfx/dotnetcoresearch.mdx index 990a3a5..0e757db 100644 --- a/src/content/docs/wix/schema/netfx/dotnetcoresearch.mdx +++ b/src/content/docs/wix/schema/netfx/dotnetcoresearch.mdx @@ -1,7 +1,6 @@ --- title: "DotNetCoreSearch element (Netfx extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -9,7 +8,6 @@ import BlockDefList from '@components/BlockDefList.astro'; Searches for an installation of .NET Core. The variable gets set to the latest version of the given Runtime, Platform, and Major Version. - ## Attributes diff --git a/src/content/docs/wix/schema/netfx/dotnetcoresearchref.mdx b/src/content/docs/wix/schema/netfx/dotnetcoresearchref.mdx index 34132ed..6039236 100644 --- a/src/content/docs/wix/schema/netfx/dotnetcoresearchref.mdx +++ b/src/content/docs/wix/schema/netfx/dotnetcoresearchref.mdx @@ -1,14 +1,12 @@ --- title: "DotNetCoreSearchRef element (Netfx extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; References a DotNetCoreSearch. - ## Attributes diff --git a/src/content/docs/wix/schema/netfx/nativeimage.mdx b/src/content/docs/wix/schema/netfx/nativeimage.mdx index 7bce847..55f5f47 100644 --- a/src/content/docs/wix/schema/netfx/nativeimage.mdx +++ b/src/content/docs/wix/schema/netfx/nativeimage.mdx @@ -1,7 +1,6 @@ --- title: "NativeImage element (Netfx extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -10,7 +9,6 @@ Improves the performance of managed applications by creating native images. Requires the .NET Framework 2.0 or newer to be installed on the target machine since it runs [NGen](https://learn.microsoft.com/en-us/dotnet/framework/tools/ngen-exe-native-image-generator). - ## Attributes @@ -64,7 +62,7 @@ Improves the performance of managed applications by creating native images. Set to "yes" to generate native images that can be used under a debugger. @@ -74,7 +72,7 @@ Improves the performance of managed applications by creating native images. Set to "no" to generate the minimum number of native images. @@ -125,7 +123,7 @@ Improves the performance of managed applications by creating native images. Set to "yes" to generate native images that can be used under a profiler. diff --git a/src/content/docs/wix/schema/netfx/nativeimageplatformtype.mdx b/src/content/docs/wix/schema/netfx/nativeimageplatformtype.mdx index 66bee93..b6e7fff 100644 --- a/src/content/docs/wix/schema/netfx/nativeimageplatformtype.mdx +++ b/src/content/docs/wix/schema/netfx/nativeimageplatformtype.mdx @@ -1,5 +1,7 @@ --- title: "NativeImagePlatformType type (Netfx extension)" +sidebar: + hidden: true --- diff --git a/src/content/docs/wix/schema/netfx/nativeimagepreprocessorplatformtype.mdx b/src/content/docs/wix/schema/netfx/nativeimagepreprocessorplatformtype.mdx index ffd211f..39f8e98 100644 --- a/src/content/docs/wix/schema/netfx/nativeimagepreprocessorplatformtype.mdx +++ b/src/content/docs/wix/schema/netfx/nativeimagepreprocessorplatformtype.mdx @@ -1,5 +1,11 @@ --- title: "NativeImagePreprocessorPlatformType type (Netfx extension)" +sidebar: + hidden: true --- Platform referencing the machine architecture. + +## Member types + +- [NativeImagePlatformType](../nativeimageplatformtype/) diff --git a/src/content/docs/wix/schema/netfx/netfxplatformtype.mdx b/src/content/docs/wix/schema/netfx/netfxplatformtype.mdx index f2b48fc..ed4da7c 100644 --- a/src/content/docs/wix/schema/netfx/netfxplatformtype.mdx +++ b/src/content/docs/wix/schema/netfx/netfxplatformtype.mdx @@ -1,5 +1,7 @@ --- title: "NetfxPlatformType type (Netfx extension)" +sidebar: + hidden: true --- Platform referencing the machine architecture. diff --git a/src/content/docs/wix/schema/netfx/netfxpreprocessorplatformtype.mdx b/src/content/docs/wix/schema/netfx/netfxpreprocessorplatformtype.mdx index 14435cc..8db4da1 100644 --- a/src/content/docs/wix/schema/netfx/netfxpreprocessorplatformtype.mdx +++ b/src/content/docs/wix/schema/netfx/netfxpreprocessorplatformtype.mdx @@ -1,5 +1,11 @@ --- title: "NetfxPreprocessorPlatformType type (Netfx extension)" +sidebar: + hidden: true --- Platform referencing the machine architecture. + +## Member types + +- [NetfxPlatformType](../netfxplatformtype/) diff --git a/src/content/docs/wix/schema/powershell/embeddedresource.mdx b/src/content/docs/wix/schema/powershell/embeddedresource.mdx index 0cb99d2..45e3c01 100644 --- a/src/content/docs/wix/schema/powershell/embeddedresource.mdx +++ b/src/content/docs/wix/schema/powershell/embeddedresource.mdx @@ -1,5 +1,7 @@ --- title: "EmbeddedResource type (Powershell extension)" +sidebar: + hidden: true --- Values should be in the format *ResourceName,StringName*, where *ResourceName* diff --git a/src/content/docs/wix/schema/powershell/formatsfile.mdx b/src/content/docs/wix/schema/powershell/formatsfile.mdx index 1ad5368..23321b0 100644 --- a/src/content/docs/wix/schema/powershell/formatsfile.mdx +++ b/src/content/docs/wix/schema/powershell/formatsfile.mdx @@ -1,14 +1,12 @@ --- title: "FormatsFile element (Powershell extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Identifies the parent File as a formats XML file for the referenced PowerShell snap-in. - ## Attributes diff --git a/src/content/docs/wix/schema/powershell/snapin.mdx b/src/content/docs/wix/schema/powershell/snapin.mdx index 9011142..edd7c49 100644 --- a/src/content/docs/wix/schema/powershell/snapin.mdx +++ b/src/content/docs/wix/schema/powershell/snapin.mdx @@ -1,14 +1,12 @@ --- title: "SnapIn element (Powershell extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Identifies the parent File as a PowerShell snap-in to be registered on the system. - ## Attributes diff --git a/src/content/docs/wix/schema/powershell/typesfile.mdx b/src/content/docs/wix/schema/powershell/typesfile.mdx index 50cc0e4..4b4822e 100644 --- a/src/content/docs/wix/schema/powershell/typesfile.mdx +++ b/src/content/docs/wix/schema/powershell/typesfile.mdx @@ -1,14 +1,12 @@ --- title: "TypesFile element (Powershell extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Identifies the parent File as a types XML file for the referenced PowerShell snap-in. - ## Attributes diff --git a/src/content/docs/wix/schema/sql/sqldatabase.mdx b/src/content/docs/wix/schema/sql/sqldatabase.mdx index 73a84bb..5db539e 100644 --- a/src/content/docs/wix/schema/sql/sqldatabase.mdx +++ b/src/content/docs/wix/schema/sql/sqldatabase.mdx @@ -1,14 +1,12 @@ --- title: "SqlDatabase element (Sql extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; SQL Database - ## Attributes @@ -16,7 +14,7 @@ SQL Database Prompt the user to overwrite the database. @@ -25,7 +23,7 @@ SQL Database Continue even if the database operation fails. @@ -34,7 +32,7 @@ SQL Database Create the database during installation. @@ -43,7 +41,7 @@ SQL Database Specifies whether to create the database when the associated component is reinstalled. Setting CreateOnInstall to yes does **not** imply CreateOnReinstall is set to yes. CreateOnReinstall must be set in addition to CreateOnInstall for it to be created during both install and reinstall. @@ -52,7 +50,7 @@ SQL Database Create the database during uninstallation. @@ -73,7 +71,7 @@ SQL Database Drop the database during installation. @@ -82,7 +80,7 @@ SQL Database Specifies whether to drop the database when the associated component is reinstalled. Setting DropOnInstall to yes does **not** imply DropOnReinstall is set to yes. DropOnReinstall must be set in addition to DropOnInstall for it to be dropped during both install and reinstall. @@ -91,7 +89,7 @@ SQL Database Drop the database during uninstallation. diff --git a/src/content/docs/wix/schema/sql/sqlfilespec.mdx b/src/content/docs/wix/schema/sql/sqlfilespec.mdx index 08f0176..b734513 100644 --- a/src/content/docs/wix/schema/sql/sqlfilespec.mdx +++ b/src/content/docs/wix/schema/sql/sqlfilespec.mdx @@ -1,14 +1,12 @@ --- title: "SqlFileSpec element (Sql extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; File specification for a Sql database. - ## Attributes diff --git a/src/content/docs/wix/schema/sql/sqllogfilespec.mdx b/src/content/docs/wix/schema/sql/sqllogfilespec.mdx index 95a499f..9632c7b 100644 --- a/src/content/docs/wix/schema/sql/sqllogfilespec.mdx +++ b/src/content/docs/wix/schema/sql/sqllogfilespec.mdx @@ -1,14 +1,12 @@ --- title: "SqlLogFileSpec element (Sql extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; File specification for a Sql database. - ## Attributes diff --git a/src/content/docs/wix/schema/sql/sqlscript.mdx b/src/content/docs/wix/schema/sql/sqlscript.mdx index 6693894..703f2d8 100644 --- a/src/content/docs/wix/schema/sql/sqlscript.mdx +++ b/src/content/docs/wix/schema/sql/sqlscript.mdx @@ -1,14 +1,12 @@ --- title: "SqlScript element (Sql extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; SQL Script - ## Attributes @@ -26,7 +24,7 @@ SQL Script Continue executing scripts even if this one fails. @@ -35,7 +33,7 @@ SQL Script Specifies to execute the script when the associated component is installed. This attribute is mutually exclusive with the RollbackOnInstall, RollbackOnReinstall and RollbackOnUninstall attributes. @@ -44,7 +42,7 @@ SQL Script Specifies whether to execute the script when the associated component is reinstalled. Setting ExecuteOnInstall to yes does **not** imply ExecuteOnReinstall is set to yes. ExecuteOnReinstall must be set in addition to ExecuteOnInstall for it to be executed during both install and reinstall. This attribute is mutually exclusive with the RollbackOnInstall, RollbackOnReinstall and RollbackOnUninstall attributes. @@ -53,7 +51,7 @@ SQL Script Specifies to execute the script when the associated component is uninstalled. This attribute is mutually exclusive with the RollbackOnInstall, RollbackOnReinstall and RollbackOnUninstall attributes. @@ -71,7 +69,7 @@ SQL Script Specifies whether to execute the script on rollback if an attempt is made to install the associated component. This attribute is mutually exclusive with the ExecuteOnInstall, ExecuteOnReinstall and ExecuteOnUninstall attributes. @@ -80,7 +78,7 @@ SQL Script Specifies whether to execute the script on rollback if an attempt is made to reinstall the associated component. This attribute is mutually exclusive with the ExecuteOnInstall, ExecuteOnReinstall and ExecuteOnUninstall attributes. @@ -89,7 +87,7 @@ SQL Script Specifies whether to execute the script on rollback if an attempt is made to uninstall the associated component. This attribute is mutually exclusive with the ExecuteOnInstall, ExecuteOnReinstall and ExecuteOnUninstall attributes. diff --git a/src/content/docs/wix/schema/sql/sqlstring.mdx b/src/content/docs/wix/schema/sql/sqlstring.mdx index 0b07207..0c62f42 100644 --- a/src/content/docs/wix/schema/sql/sqlstring.mdx +++ b/src/content/docs/wix/schema/sql/sqlstring.mdx @@ -1,14 +1,12 @@ --- title: "SqlString element (Sql extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; SQL String - ## Attributes @@ -16,7 +14,7 @@ SQL String Continue executing strings even if this one fails. @@ -25,7 +23,7 @@ SQL String Specifies to execute the string when the associated component is installed. This attribute is mutually exclusive with the RollbackOnInstall, RollbackOnReinstall and RollbackOnUninstall attributes. @@ -34,7 +32,7 @@ SQL String Specifies whether to execute the string when the associated component is reinstalled. Setting ExecuteOnInstall to yes does **not** imply ExecuteOnReinstall is set to yes. ExecuteOnReinstall must be set in addition to ExecuteOnInstall for it to be executed during both install and reinstall. This attribute is mutually exclusive with the RollbackOnInstall, RollbackOnReinstall and RollbackOnUninstall attributes. @@ -43,7 +41,7 @@ SQL String Specifies to execute the string when the associated component is uninstalled. This attribute is mutually exclusive with the RollbackOnInstall, RollbackOnReinstall and RollbackOnUninstall attributes. @@ -61,7 +59,7 @@ SQL String Specifies whether to execute the string on rollback if an attempt is made to install the associated component. This attribute is mutually exclusive with the ExecuteOnInstall, ExecuteOnReinstall and ExecuteOnUninstall attributes. @@ -70,7 +68,7 @@ SQL String Specifies whether to execute the string on rollback if an attempt is made to reinstall the associated component. This attribute is mutually exclusive with the ExecuteOnInstall, ExecuteOnReinstall and ExecuteOnUninstall attributes. @@ -79,7 +77,7 @@ SQL String Specifies whether to execute the string on rollback if an attempt is made to uninstall the associated component. This attribute is mutually exclusive with the ExecuteOnInstall, ExecuteOnReinstall and ExecuteOnUninstall attributes. diff --git a/src/content/docs/wix/schema/thmutil/alternateresolution.mdx b/src/content/docs/wix/schema/thmutil/alternateresolution.mdx index a6a675c..bc9be6a 100644 --- a/src/content/docs/wix/schema/thmutil/alternateresolution.mdx +++ b/src/content/docs/wix/schema/thmutil/alternateresolution.mdx @@ -1,14 +1,12 @@ --- title: "AlternateResolution element (Thmutil extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Defines an alternate resolution to avoid scaling in different DPIs. - ## Attributes diff --git a/src/content/docs/wix/schema/thmutil/billboard.mdx b/src/content/docs/wix/schema/thmutil/billboard.mdx index f44948d..2886d8e 100644 --- a/src/content/docs/wix/schema/thmutil/billboard.mdx +++ b/src/content/docs/wix/schema/thmutil/billboard.mdx @@ -1,14 +1,12 @@ --- title: "Billboard element (Thmutil extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Defines a control that rotates through a set of panels on a specified interval. - ## Attributes @@ -44,7 +42,7 @@ Defines a control that rotates through a set of panels on a specified interval. Specifies whether the control should be hidden when disabled. @@ -62,7 +60,7 @@ Defines a control that rotates through a set of panels on a specified interval. Specifies whether the billboard should loop through the panels infinitely. @@ -95,7 +93,7 @@ Defines a control that rotates through a set of panels on a specified interval. Specifies whether the control is part of the tab sequence of controls. @@ -104,7 +102,7 @@ Defines a control that rotates through a set of panels on a specified interval. Specifies whether the control is initially visible. @@ -159,4 +157,18 @@ Defines a control that rotates through a set of panels on a specified interval. link: "../panel/" } ]} +/> + +## Parents + + \ No newline at end of file diff --git a/src/content/docs/wix/schema/thmutil/browsedirectoryaction.mdx b/src/content/docs/wix/schema/thmutil/browsedirectoryaction.mdx index c6b1b7e..5d4b15c 100644 --- a/src/content/docs/wix/schema/thmutil/browsedirectoryaction.mdx +++ b/src/content/docs/wix/schema/thmutil/browsedirectoryaction.mdx @@ -1,14 +1,12 @@ --- title: "BrowseDirectoryAction element (Thmutil extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; When the button is pressed, a directory browser dialog is shown. - ## Attributes diff --git a/src/content/docs/wix/schema/thmutil/button.mdx b/src/content/docs/wix/schema/thmutil/button.mdx index ac5dd55..bb40754 100644 --- a/src/content/docs/wix/schema/thmutil/button.mdx +++ b/src/content/docs/wix/schema/thmutil/button.mdx @@ -1,14 +1,12 @@ --- title: "Button element (Thmutil extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Defines a button. - ## Attributes @@ -53,7 +51,7 @@ Defines a button. Specifies whether the control should be hidden when disabled. @@ -165,7 +163,7 @@ Defines a button. Specifies whether the control is part of the tab sequence of controls. @@ -174,7 +172,7 @@ Defines a button. Specifies whether the control is initially visible. @@ -261,4 +259,18 @@ Defines a button. link: "../tooltip/" } ]} +/> + +## Parents + + \ No newline at end of file diff --git a/src/content/docs/wix/schema/thmutil/buttonfocusimage.mdx b/src/content/docs/wix/schema/thmutil/buttonfocusimage.mdx index 721fe4a..ca0dd5d 100644 --- a/src/content/docs/wix/schema/thmutil/buttonfocusimage.mdx +++ b/src/content/docs/wix/schema/thmutil/buttonfocusimage.mdx @@ -1,7 +1,6 @@ --- title: "ButtonFocusImage element (Thmutil extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -10,7 +9,6 @@ Defines a button image that is used when the control has focus. ButtonImage, ButtonHoverImage, and ButtonSelectedImage are required with ButtonFocusImage. If not specified, then the default focus rectangle is drawn on top of ButtonImage. - ## Attributes diff --git a/src/content/docs/wix/schema/thmutil/buttonhoverimage.mdx b/src/content/docs/wix/schema/thmutil/buttonhoverimage.mdx index f565a0f..40d1e7e 100644 --- a/src/content/docs/wix/schema/thmutil/buttonhoverimage.mdx +++ b/src/content/docs/wix/schema/thmutil/buttonhoverimage.mdx @@ -1,7 +1,6 @@ --- title: "ButtonHoverImage element (Thmutil extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -9,7 +8,6 @@ import BlockDefList from '@components/BlockDefList.astro'; Defines a button image that is used when the control is hovered over. ButtonImage and ButtonSelectedImage are required with ButtonHoverImage. - ## Attributes diff --git a/src/content/docs/wix/schema/thmutil/buttonimage.mdx b/src/content/docs/wix/schema/thmutil/buttonimage.mdx index 74e13d8..4e5c468 100644 --- a/src/content/docs/wix/schema/thmutil/buttonimage.mdx +++ b/src/content/docs/wix/schema/thmutil/buttonimage.mdx @@ -1,7 +1,6 @@ --- title: "ButtonImage element (Thmutil extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -9,7 +8,6 @@ import BlockDefList from '@components/BlockDefList.astro'; Defines a button image. ButtonHoverImage and ButtonSelectedImage are required with ButtonImage. - ## Attributes diff --git a/src/content/docs/wix/schema/thmutil/buttonselectedimage.mdx b/src/content/docs/wix/schema/thmutil/buttonselectedimage.mdx index 4bab96a..09d64cc 100644 --- a/src/content/docs/wix/schema/thmutil/buttonselectedimage.mdx +++ b/src/content/docs/wix/schema/thmutil/buttonselectedimage.mdx @@ -1,7 +1,6 @@ --- title: "ButtonSelectedImage element (Thmutil extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -9,7 +8,6 @@ import BlockDefList from '@components/BlockDefList.astro'; Defines a button image that is used when the control is selected. ButtonImage and ButtonHoverImage are required with ButtonSelectedImage. - ## Attributes diff --git a/src/content/docs/wix/schema/thmutil/changepageaction.mdx b/src/content/docs/wix/schema/thmutil/changepageaction.mdx index 8cd5b2f..99e6bcb 100644 --- a/src/content/docs/wix/schema/thmutil/changepageaction.mdx +++ b/src/content/docs/wix/schema/thmutil/changepageaction.mdx @@ -1,14 +1,12 @@ --- title: "ChangePageAction element (Thmutil extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; When the button is pressed, the specified page is shown. - ## Attributes @@ -16,7 +14,7 @@ When the button is pressed, the specified page is shown. When set to 'yes', none of the variable changes made on the current page are saved. diff --git a/src/content/docs/wix/schema/thmutil/checkbox.mdx b/src/content/docs/wix/schema/thmutil/checkbox.mdx index 5d86945..d9d4845 100644 --- a/src/content/docs/wix/schema/thmutil/checkbox.mdx +++ b/src/content/docs/wix/schema/thmutil/checkbox.mdx @@ -1,14 +1,12 @@ --- title: "Checkbox element (Thmutil extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Defines a checkbox. - ## Attributes @@ -53,7 +51,7 @@ Defines a checkbox. Specifies whether the control should be hidden when disabled. @@ -95,7 +93,7 @@ Defines a checkbox. Specifies whether the control is part of the tab sequence of controls. @@ -104,7 +102,7 @@ Defines a checkbox. Specifies whether the control is initially visible. @@ -163,4 +161,18 @@ Defines a checkbox. link: "../tooltip/" } ]} +/> + +## Parents + + \ No newline at end of file diff --git a/src/content/docs/wix/schema/thmutil/closewindowaction.mdx b/src/content/docs/wix/schema/thmutil/closewindowaction.mdx index df2cd8f..3fa55d6 100644 --- a/src/content/docs/wix/schema/thmutil/closewindowaction.mdx +++ b/src/content/docs/wix/schema/thmutil/closewindowaction.mdx @@ -1,14 +1,12 @@ --- title: "CloseWindowAction element (Thmutil extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; When the button is pressed, the WM_CLOSE message is sent to the window. - ## Attributes diff --git a/src/content/docs/wix/schema/thmutil/column.mdx b/src/content/docs/wix/schema/thmutil/column.mdx index 55fe00c..fad54e5 100644 --- a/src/content/docs/wix/schema/thmutil/column.mdx +++ b/src/content/docs/wix/schema/thmutil/column.mdx @@ -1,14 +1,12 @@ --- title: "Column element (Thmutil extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; A column of a list. - ## Attributes @@ -16,7 +14,7 @@ A column of a list. Whether or not this column can grow to fill available width of the listview. diff --git a/src/content/docs/wix/schema/thmutil/combobox.mdx b/src/content/docs/wix/schema/thmutil/combobox.mdx index f51202c..40cb096 100644 --- a/src/content/docs/wix/schema/thmutil/combobox.mdx +++ b/src/content/docs/wix/schema/thmutil/combobox.mdx @@ -1,14 +1,12 @@ --- title: "Combobox element (Thmutil extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Defines a combobox. - ## Attributes @@ -53,7 +51,7 @@ Defines a combobox. Specifies whether the control should be hidden when disabled. @@ -86,7 +84,7 @@ Defines a combobox. Specifies whether the control is part of the tab sequence of controls. @@ -95,7 +93,7 @@ Defines a combobox. Specifies whether the control is initially visible. @@ -141,3 +139,18 @@ Defines a combobox. + + +## Parents + + \ No newline at end of file diff --git a/src/content/docs/wix/schema/thmutil/commandlink.mdx b/src/content/docs/wix/schema/thmutil/commandlink.mdx index 182cfab..587fdc9 100644 --- a/src/content/docs/wix/schema/thmutil/commandlink.mdx +++ b/src/content/docs/wix/schema/thmutil/commandlink.mdx @@ -1,14 +1,12 @@ --- title: "CommandLink element (Thmutil extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Defines a button. - ## Attributes @@ -53,7 +51,7 @@ Defines a button. Specifies whether the control should be hidden when disabled. @@ -135,7 +133,7 @@ Defines a button. Specifies whether the control is part of the tab sequence of controls. @@ -144,7 +142,7 @@ Defines a button. Specifies whether the control is initially visible. @@ -215,4 +213,18 @@ Defines a button. link: "../text/" } ]} +/> + +## Parents + + \ No newline at end of file diff --git a/src/content/docs/wix/schema/thmutil/editbox.mdx b/src/content/docs/wix/schema/thmutil/editbox.mdx index 8c9232f..333491e 100644 --- a/src/content/docs/wix/schema/thmutil/editbox.mdx +++ b/src/content/docs/wix/schema/thmutil/editbox.mdx @@ -1,14 +1,12 @@ --- title: "Editbox element (Thmutil extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Defines an edit box. - ## Attributes @@ -25,7 +23,7 @@ Defines an edit box. Specifies whether the edit box should auto-complete with file system paths. @@ -62,7 +60,7 @@ Defines an edit box. Specifies whether the control should be hidden when disabled. @@ -104,7 +102,7 @@ Defines an edit box. Specifies whether the control is part of the tab sequence of controls. @@ -113,7 +111,7 @@ Defines an edit box. Specifies whether the control is initially visible. @@ -159,3 +157,18 @@ Defines an edit box. + + +## Parents + + \ No newline at end of file diff --git a/src/content/docs/wix/schema/thmutil/font.mdx b/src/content/docs/wix/schema/thmutil/font.mdx index abb6088..cf223fa 100644 --- a/src/content/docs/wix/schema/thmutil/font.mdx +++ b/src/content/docs/wix/schema/thmutil/font.mdx @@ -1,14 +1,12 @@ --- title: "Font element (Thmutil extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Defines a font including the size and color. - ## Attributes @@ -64,7 +62,7 @@ Defines a font including the size and color. Specifies whether the font is underlined. diff --git a/src/content/docs/wix/schema/thmutil/fontcolortype.mdx b/src/content/docs/wix/schema/thmutil/fontcolortype.mdx index abd5812..7e98f11 100644 --- a/src/content/docs/wix/schema/thmutil/fontcolortype.mdx +++ b/src/content/docs/wix/schema/thmutil/fontcolortype.mdx @@ -1,5 +1,12 @@ --- title: "FontColorType type (Thmutil extension)" +sidebar: + hidden: true --- Indicates the foreground or background color of a font. + +## Member types + +- [SystemColorType](../systemcolortype/) +- [xs:string](../xs:string/) diff --git a/src/content/docs/wix/schema/thmutil/hyperlink.mdx b/src/content/docs/wix/schema/thmutil/hyperlink.mdx index 970de75..222b514 100644 --- a/src/content/docs/wix/schema/thmutil/hyperlink.mdx +++ b/src/content/docs/wix/schema/thmutil/hyperlink.mdx @@ -1,14 +1,12 @@ --- title: "Hyperlink element (Thmutil extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Defines a hyperlink. - ## Attributes @@ -53,7 +51,7 @@ Defines a hyperlink. Specifies whether the control should be hidden when disabled. @@ -113,7 +111,7 @@ Defines a hyperlink. Specifies whether the control is part of the tab sequence of controls. @@ -122,7 +120,7 @@ Defines a hyperlink. Specifies whether the control is initially visible. @@ -181,4 +179,22 @@ Defines a hyperlink. link: "../tooltip/" } ]} +/> + +## Parents + + \ No newline at end of file diff --git a/src/content/docs/wix/schema/thmutil/hypertext.mdx b/src/content/docs/wix/schema/thmutil/hypertext.mdx index 22eeb24..3d962d4 100644 --- a/src/content/docs/wix/schema/thmutil/hypertext.mdx +++ b/src/content/docs/wix/schema/thmutil/hypertext.mdx @@ -1,14 +1,12 @@ --- title: "Hypertext element (Thmutil extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Defines a text block with support for HTML `\` tags. - ## Attributes @@ -53,7 +51,7 @@ Defines a text block with support for HTML `\` tags. Specifies whether the control should be hidden when disabled. @@ -95,7 +93,7 @@ Defines a text block with support for HTML `\` tags. Specifies whether the control is part of the tab sequence of controls. @@ -104,7 +102,7 @@ Defines a text block with support for HTML `\` tags. Specifies whether the control is initially visible. @@ -163,4 +161,22 @@ Defines a text block with support for HTML `\` tags. link: "../tooltip/" } ]} +/> + +## Parents + + \ No newline at end of file diff --git a/src/content/docs/wix/schema/thmutil/image.mdx b/src/content/docs/wix/schema/thmutil/image.mdx index bd61a62..cfd1532 100644 --- a/src/content/docs/wix/schema/thmutil/image.mdx +++ b/src/content/docs/wix/schema/thmutil/image.mdx @@ -1,7 +1,6 @@ --- title: "Image element (Thmutil extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -12,7 +11,6 @@ Defines an image which can be shared between multiple controls. 2. If there is not an exact match then the smallest source whose width and height are larger or equal to the destination will be used and downscaled. 3. If there is still no match then the largest source will be used and upscaled. - ## Attributes diff --git a/src/content/docs/wix/schema/thmutil/imagecontrol.mdx b/src/content/docs/wix/schema/thmutil/imagecontrol.mdx index 483f1ca..754ec73 100644 --- a/src/content/docs/wix/schema/thmutil/imagecontrol.mdx +++ b/src/content/docs/wix/schema/thmutil/imagecontrol.mdx @@ -1,14 +1,12 @@ --- title: "ImageControl element (Thmutil extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Defines an image control. - ## Attributes @@ -44,7 +42,7 @@ Defines an image control. Specifies whether the control should be hidden when disabled. @@ -129,7 +127,7 @@ Defines an image control. Specifies whether the control is part of the tab sequence of controls. @@ -138,7 +136,7 @@ Defines an image control. Specifies whether the control is initially visible. @@ -184,3 +182,22 @@ Defines an image control. + + +## Parents + + \ No newline at end of file diff --git a/src/content/docs/wix/schema/thmutil/imagelist.mdx b/src/content/docs/wix/schema/thmutil/imagelist.mdx index df11d38..e3fd3ec 100644 --- a/src/content/docs/wix/schema/thmutil/imagelist.mdx +++ b/src/content/docs/wix/schema/thmutil/imagelist.mdx @@ -1,14 +1,12 @@ --- title: "ImageList element (Thmutil extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; List of images which can be shared between multiple controls. - ## Attributes diff --git a/src/content/docs/wix/schema/thmutil/imagelistitem.mdx b/src/content/docs/wix/schema/thmutil/imagelistitem.mdx index 8d95bc0..022f2c7 100644 --- a/src/content/docs/wix/schema/thmutil/imagelistitem.mdx +++ b/src/content/docs/wix/schema/thmutil/imagelistitem.mdx @@ -1,14 +1,12 @@ --- title: "ImageListItem element (Thmutil extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Defines an image for an ImageList. - ## Attributes diff --git a/src/content/docs/wix/schema/thmutil/label.mdx b/src/content/docs/wix/schema/thmutil/label.mdx index 8f75706..494fdde 100644 --- a/src/content/docs/wix/schema/thmutil/label.mdx +++ b/src/content/docs/wix/schema/thmutil/label.mdx @@ -1,14 +1,12 @@ --- title: "Label element (Thmutil extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Defines a label. - ## Attributes @@ -16,7 +14,7 @@ Defines a label. Specifies whether the text should be centered horizontally in the width of the control. Default is "no". @@ -25,7 +23,7 @@ Defines a label. By default ampersands (&) in the text will underline the next character and treat it as an accelerator key. Set this attribute to "yes" to disable that behavior. Default is "no". @@ -71,7 +69,7 @@ Defines a label. Specifies whether the control should be hidden when disabled. @@ -113,7 +111,7 @@ Defines a label. Specifies whether the control is part of the tab sequence of controls. @@ -122,7 +120,7 @@ Defines a label. Specifies whether the control is initially visible. @@ -181,4 +179,22 @@ Defines a label. link: "../tooltip/" } ]} +/> + +## Parents + + \ No newline at end of file diff --git a/src/content/docs/wix/schema/thmutil/listview.mdx b/src/content/docs/wix/schema/thmutil/listview.mdx index f796fa5..5b2057b 100644 --- a/src/content/docs/wix/schema/thmutil/listview.mdx +++ b/src/content/docs/wix/schema/thmutil/listview.mdx @@ -1,14 +1,12 @@ --- title: "ListView element (Thmutil extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Defines a listview. - ## Attributes @@ -62,7 +60,7 @@ Defines a listview. Specifies whether the control should be hidden when disabled. @@ -131,7 +129,7 @@ Defines a listview. Specifies whether the control is part of the tab sequence of controls. @@ -140,7 +138,7 @@ Defines a listview. Specifies whether the control is initially visible. @@ -195,4 +193,18 @@ Defines a listview. link: "../column/" } ]} +/> + +## Parents + + \ No newline at end of file diff --git a/src/content/docs/wix/schema/thmutil/note.mdx b/src/content/docs/wix/schema/thmutil/note.mdx index 0ffdac1..35615db 100644 --- a/src/content/docs/wix/schema/thmutil/note.mdx +++ b/src/content/docs/wix/schema/thmutil/note.mdx @@ -1,7 +1,6 @@ --- title: "Note element (Thmutil extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -10,7 +9,6 @@ Defines note text for a command link control based on an optional condition. If multiple Note elements are given for one control, the conditions should be mutually exclusive (when multiple conditions are true, the behavior is undefined and may be changed at any time). If none of the conditions of a control's Note elements are true, then it uses the text of the Note element without the Condition attribute. - ## Attributes diff --git a/src/content/docs/wix/schema/thmutil/page.mdx b/src/content/docs/wix/schema/thmutil/page.mdx index ee4b2a4..c2f8850 100644 --- a/src/content/docs/wix/schema/thmutil/page.mdx +++ b/src/content/docs/wix/schema/thmutil/page.mdx @@ -1,14 +1,12 @@ --- title: "Page element (Thmutil extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Named set of controls that can be shown and hidden collectively. - ## Attributes @@ -24,6 +22,83 @@ Named set of controls that can be shown and hidden collectively. +## Children + + ## Parents diff --git a/src/content/docs/wix/schema/thmutil/panel.mdx b/src/content/docs/wix/schema/thmutil/panel.mdx index e53b8ba..4159fbf 100644 --- a/src/content/docs/wix/schema/thmutil/panel.mdx +++ b/src/content/docs/wix/schema/thmutil/panel.mdx @@ -1,14 +1,12 @@ --- title: "Panel element (Thmutil extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Defines a collection of controls. - ## Attributes @@ -44,7 +42,7 @@ Defines a collection of controls. Specifies whether the control should be hidden when disabled. @@ -77,7 +75,7 @@ Defines a collection of controls. Specifies whether the control is part of the tab sequence of controls. @@ -86,7 +84,7 @@ Defines a collection of controls. Specifies whether the control is initially visible. @@ -133,10 +131,47 @@ Defines a collection of controls. +## Children + + ## Parents @@ -44,7 +42,7 @@ Defines a progress bar. Specifies whether the control should be hidden when disabled. @@ -77,7 +75,7 @@ Defines a progress bar. Specifies whether the control is part of the tab sequence of controls. @@ -86,7 +84,7 @@ Defines a progress bar. Specifies whether the control is initially visible. @@ -141,4 +139,22 @@ Defines a progress bar. link: "../progressbarimage/" } ]} +/> + +## Parents + + \ No newline at end of file diff --git a/src/content/docs/wix/schema/thmutil/progressbarimage.mdx b/src/content/docs/wix/schema/thmutil/progressbarimage.mdx index c6a5f22..8d7dbab 100644 --- a/src/content/docs/wix/schema/thmutil/progressbarimage.mdx +++ b/src/content/docs/wix/schema/thmutil/progressbarimage.mdx @@ -1,7 +1,6 @@ --- title: "ProgressbarImage element (Thmutil extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -10,7 +9,6 @@ Defines a progress bar image. The image must be 4 pixels wide: left pixel is the left side of progress bar, left middle pixel is progress used, right middle pixel is progress unused, right pixel is right side of progress bar. If multiple ProgressbarImages are given, each is assigned an index in document order and can be selected programmatically with ThemeSetProgressControlColor. - ## Attributes diff --git a/src/content/docs/wix/schema/thmutil/radiobutton.mdx b/src/content/docs/wix/schema/thmutil/radiobutton.mdx index 64f480b..852f26c 100644 --- a/src/content/docs/wix/schema/thmutil/radiobutton.mdx +++ b/src/content/docs/wix/schema/thmutil/radiobutton.mdx @@ -1,14 +1,12 @@ --- title: "RadioButton element (Thmutil extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Defines an individual radio button within a set of radio buttons. - ## Attributes @@ -53,7 +51,7 @@ Defines an individual radio button within a set of radio buttons. Specifies whether the control should be hidden when disabled. @@ -95,7 +93,7 @@ Defines an individual radio button within a set of radio buttons. Specifies whether the control is part of the tab sequence of controls. @@ -113,7 +111,7 @@ Defines an individual radio button within a set of radio buttons. Specifies whether the control is initially visible. diff --git a/src/content/docs/wix/schema/thmutil/radiobuttons.mdx b/src/content/docs/wix/schema/thmutil/radiobuttons.mdx index d393545..eb0d173 100644 --- a/src/content/docs/wix/schema/thmutil/radiobuttons.mdx +++ b/src/content/docs/wix/schema/thmutil/radiobuttons.mdx @@ -1,14 +1,12 @@ --- title: "RadioButtons element (Thmutil extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Defines a set of radio buttons. - ## Attributes @@ -32,4 +30,18 @@ Defines a set of radio buttons. link: "../radiobutton/" } ]} +/> + +## Parents + + \ No newline at end of file diff --git a/src/content/docs/wix/schema/thmutil/richedit.mdx b/src/content/docs/wix/schema/thmutil/richedit.mdx index 5342775..498313d 100644 --- a/src/content/docs/wix/schema/thmutil/richedit.mdx +++ b/src/content/docs/wix/schema/thmutil/richedit.mdx @@ -1,14 +1,12 @@ --- title: "Richedit element (Thmutil extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Defines a rich edit control. - ## Attributes @@ -53,7 +51,7 @@ Defines a rich edit control. Specifies whether the control should be hidden when disabled. @@ -95,7 +93,7 @@ Defines a rich edit control. Specifies whether the control is part of the tab sequence of controls. @@ -104,7 +102,7 @@ Defines a rich edit control. Specifies whether the control is initially visible. @@ -163,4 +161,18 @@ Defines a rich edit control. link: "../tooltip/" } ]} +/> + +## Parents + + \ No newline at end of file diff --git a/src/content/docs/wix/schema/thmutil/static.mdx b/src/content/docs/wix/schema/thmutil/static.mdx index ceff508..f76b676 100644 --- a/src/content/docs/wix/schema/thmutil/static.mdx +++ b/src/content/docs/wix/schema/thmutil/static.mdx @@ -1,14 +1,12 @@ --- title: "Static element (Thmutil extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Defines a straight line. - ## Attributes @@ -44,7 +42,7 @@ Defines a straight line. Specifies whether the control should be hidden when disabled. @@ -77,7 +75,7 @@ Defines a straight line. Specifies whether the control is part of the tab sequence of controls. @@ -86,7 +84,7 @@ Defines a straight line. Specifies whether the control is initially visible. @@ -132,3 +130,22 @@ Defines a straight line. + + +## Parents + + \ No newline at end of file diff --git a/src/content/docs/wix/schema/thmutil/systemcolortype.mdx b/src/content/docs/wix/schema/thmutil/systemcolortype.mdx index 7e0510f..84e6f46 100644 --- a/src/content/docs/wix/schema/thmutil/systemcolortype.mdx +++ b/src/content/docs/wix/schema/thmutil/systemcolortype.mdx @@ -1,5 +1,7 @@ --- title: "SystemColorType type (Thmutil extension)" +sidebar: + hidden: true --- Indicates a system color for a font. diff --git a/src/content/docs/wix/schema/thmutil/tab.mdx b/src/content/docs/wix/schema/thmutil/tab.mdx index 23d5001..90a52ff 100644 --- a/src/content/docs/wix/schema/thmutil/tab.mdx +++ b/src/content/docs/wix/schema/thmutil/tab.mdx @@ -1,14 +1,12 @@ --- title: "Tab element (Thmutil extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Defines an individual tab within a set of tabs. - ## Attributes diff --git a/src/content/docs/wix/schema/thmutil/tabs.mdx b/src/content/docs/wix/schema/thmutil/tabs.mdx index 2c4c2b7..25c1086 100644 --- a/src/content/docs/wix/schema/thmutil/tabs.mdx +++ b/src/content/docs/wix/schema/thmutil/tabs.mdx @@ -1,14 +1,12 @@ --- title: "Tabs element (Thmutil extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Defines a set of tabs. - ## Attributes @@ -53,7 +51,7 @@ Defines a set of tabs. Specifies whether the control should be hidden when disabled. @@ -86,7 +84,7 @@ Defines a set of tabs. Specifies whether the control is part of the tab sequence of controls. @@ -95,7 +93,7 @@ Defines a set of tabs. Specifies whether the control is initially visible. @@ -150,4 +148,18 @@ Defines a set of tabs. link: "../tab/" } ]} +/> + +## Parents + + \ No newline at end of file diff --git a/src/content/docs/wix/schema/thmutil/text.mdx b/src/content/docs/wix/schema/thmutil/text.mdx index a15e053..af2059a 100644 --- a/src/content/docs/wix/schema/thmutil/text.mdx +++ b/src/content/docs/wix/schema/thmutil/text.mdx @@ -1,7 +1,6 @@ --- title: "Text element (Thmutil extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -10,7 +9,6 @@ Defines text for the parent control based on an optional condition. If multiple Text elements are given for one control, the conditions should be mutually exclusive (when multiple conditions are true, the behavior is undefined and may be changed at any time). If none of the conditions of a control's Text elements are true, then it uses the text of the Text element without the Condition attribute. - ## Attributes diff --git a/src/content/docs/wix/schema/thmutil/theme.mdx b/src/content/docs/wix/schema/thmutil/theme.mdx index ab20e0e..4d9c721 100644 --- a/src/content/docs/wix/schema/thmutil/theme.mdx +++ b/src/content/docs/wix/schema/thmutil/theme.mdx @@ -1,14 +1,12 @@ --- title: "Theme element (Thmutil extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; This is the top-level container element for every thmutil Theme file. - ## Attributes diff --git a/src/content/docs/wix/schema/thmutil/tooltip.mdx b/src/content/docs/wix/schema/thmutil/tooltip.mdx index e685875..70fc06c 100644 --- a/src/content/docs/wix/schema/thmutil/tooltip.mdx +++ b/src/content/docs/wix/schema/thmutil/tooltip.mdx @@ -1,7 +1,6 @@ --- title: "Tooltip element (Thmutil extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/thmutil/treeview.mdx b/src/content/docs/wix/schema/thmutil/treeview.mdx index 6a2732b..0d20160 100644 --- a/src/content/docs/wix/schema/thmutil/treeview.mdx +++ b/src/content/docs/wix/schema/thmutil/treeview.mdx @@ -1,14 +1,12 @@ --- title: "TreeView element (Thmutil extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Defines a treeview. - ## Attributes @@ -89,7 +87,7 @@ Defines a treeview. Specifies whether the control should be hidden when disabled. @@ -131,7 +129,7 @@ Defines a treeview. Specifies whether the control is part of the tab sequence of controls. @@ -140,7 +138,7 @@ Defines a treeview. Specifies whether the control is initially visible. @@ -186,3 +184,18 @@ Defines a treeview. + + +## Parents + + \ No newline at end of file diff --git a/src/content/docs/wix/schema/thmutil/window.mdx b/src/content/docs/wix/schema/thmutil/window.mdx index 8201d98..105dfbe 100644 --- a/src/content/docs/wix/schema/thmutil/window.mdx +++ b/src/content/docs/wix/schema/thmutil/window.mdx @@ -1,14 +1,12 @@ --- title: "Window element (Thmutil extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Defines the overall look of the main window. - ## Attributes @@ -16,7 +14,7 @@ Defines the overall look of the main window. Specifies whether the ThmUtil default window proc should process WM_SIZE and WM_SIZING events. @@ -144,9 +142,81 @@ Defines the overall look of the main window. ## Children diff --git a/src/content/docs/wix/schema/thmutil/yesnotype.mdx b/src/content/docs/wix/schema/thmutil/yesnotype.mdx index 5873e6f..9a630b7 100644 --- a/src/content/docs/wix/schema/thmutil/yesnotype.mdx +++ b/src/content/docs/wix/schema/thmutil/yesnotype.mdx @@ -1,5 +1,7 @@ --- title: "YesNoType type (Thmutil extension)" +sidebar: + hidden: true --- Values of this type will either be "yes" or "no". diff --git a/src/content/docs/wix/schema/ui/wixui.mdx b/src/content/docs/wix/schema/ui/wixui.mdx index 0c8ea76..84fbfdf 100644 --- a/src/content/docs/wix/schema/ui/wixui.mdx +++ b/src/content/docs/wix/schema/ui/wixui.mdx @@ -1,7 +1,6 @@ --- title: "WixUI element (Ui extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -9,7 +8,6 @@ import BlockDefList from '@components/BlockDefList.astro'; References a WixUI dialog set, either one that's included in WixToolset.UI.wixext or a custom dialog set included in your authoring. - ## Attributes @@ -17,7 +15,7 @@ References a WixUI dialog set, either one that's included in WixToolset.UI.wixex Enable checks to test whether the package is being installed to a network share or removable diff --git a/src/content/docs/wix/schema/util/broadcastenvironmentchange.mdx b/src/content/docs/wix/schema/util/broadcastenvironmentchange.mdx index 2394093..69fddd1 100644 --- a/src/content/docs/wix/schema/util/broadcastenvironmentchange.mdx +++ b/src/content/docs/wix/schema/util/broadcastenvironmentchange.mdx @@ -1,7 +1,6 @@ --- title: "BroadcastEnvironmentChange element (Util extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/util/broadcastsettingchange.mdx b/src/content/docs/wix/schema/util/broadcastsettingchange.mdx index 883c953..5dd42ad 100644 --- a/src/content/docs/wix/schema/util/broadcastsettingchange.mdx +++ b/src/content/docs/wix/schema/util/broadcastsettingchange.mdx @@ -1,7 +1,6 @@ --- title: "BroadcastSettingChange element (Util extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/util/checkrebootrequired.mdx b/src/content/docs/wix/schema/util/checkrebootrequired.mdx index b80f229..5910a4d 100644 --- a/src/content/docs/wix/schema/util/checkrebootrequired.mdx +++ b/src/content/docs/wix/schema/util/checkrebootrequired.mdx @@ -1,7 +1,6 @@ --- title: "CheckRebootRequired element (Util extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/util/closeapplication.mdx b/src/content/docs/wix/schema/util/closeapplication.mdx index 97ad5ca..b96de84 100644 --- a/src/content/docs/wix/schema/util/closeapplication.mdx +++ b/src/content/docs/wix/schema/util/closeapplication.mdx @@ -1,14 +1,12 @@ --- title: "CloseApplication element (Util extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Closes applications or schedules a reboot if application cannot be closed. - ## Attributes @@ -16,7 +14,7 @@ Closes applications or schedules a reboot if application cannot be closed. Optionally sends a close message to the application. Default is no. @@ -44,7 +42,7 @@ Closes applications or schedules a reboot if application cannot be closed. Optionally sends a close message to the application from deffered action without impersonation. Default is no. @@ -53,7 +51,7 @@ Closes applications or schedules a reboot if application cannot be closed. Sends WM_QUERYENDSESSION then WM_ENDSESSION messages to the application from a deffered action without impersonation. Default is "no". @@ -62,7 +60,7 @@ Closes applications or schedules a reboot if application cannot be closed. Sends WM_QUERYENDSESSION then WM_ENDSESSION messages to the application. Default is "no". @@ -80,7 +78,7 @@ Closes applications or schedules a reboot if application cannot be closed. When this attribute is set to "yes", the user will be prompted when the application is still running. The Description attribute must contain the message to @@ -101,7 +99,7 @@ Closes applications or schedules a reboot if application cannot be closed. Optionally prompts for reboot if application is still running. diff --git a/src/content/docs/wix/schema/util/componentsearch.mdx b/src/content/docs/wix/schema/util/componentsearch.mdx index 3ac2be1..788a5f5 100644 --- a/src/content/docs/wix/schema/util/componentsearch.mdx +++ b/src/content/docs/wix/schema/util/componentsearch.mdx @@ -1,14 +1,12 @@ --- title: "ComponentSearch element (Util extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Describes a component search. - ## Attributes diff --git a/src/content/docs/wix/schema/util/componentsearchref.mdx b/src/content/docs/wix/schema/util/componentsearchref.mdx index 8a7b2fe..b7a6d0e 100644 --- a/src/content/docs/wix/schema/util/componentsearchref.mdx +++ b/src/content/docs/wix/schema/util/componentsearchref.mdx @@ -1,14 +1,12 @@ --- title: "ComponentSearchRef element (Util extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; References a ComponentSearch. - ## Attributes diff --git a/src/content/docs/wix/schema/util/directorysearch.mdx b/src/content/docs/wix/schema/util/directorysearch.mdx index 8025b56..207a916 100644 --- a/src/content/docs/wix/schema/util/directorysearch.mdx +++ b/src/content/docs/wix/schema/util/directorysearch.mdx @@ -1,14 +1,12 @@ --- title: "DirectorySearch element (Util extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Describes a directory search. - ## Attributes @@ -34,7 +32,7 @@ Describes a directory search. When set to "yes" and the running bundle is 32-bit, Wow64DisableWow64FsRedirection is called before starting the search. diff --git a/src/content/docs/wix/schema/util/directorysearchref.mdx b/src/content/docs/wix/schema/util/directorysearchref.mdx index 352eeb8..628c533 100644 --- a/src/content/docs/wix/schema/util/directorysearchref.mdx +++ b/src/content/docs/wix/schema/util/directorysearchref.mdx @@ -1,14 +1,12 @@ --- title: "DirectorySearchRef element (Util extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; References a DirectorySearch. - ## Attributes diff --git a/src/content/docs/wix/schema/util/eventmanifest.mdx b/src/content/docs/wix/schema/util/eventmanifest.mdx index a1b3c46..428110b 100644 --- a/src/content/docs/wix/schema/util/eventmanifest.mdx +++ b/src/content/docs/wix/schema/util/eventmanifest.mdx @@ -1,14 +1,12 @@ --- title: "EventManifest element (Util extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Used to install Event Manifests. - ## Attributes diff --git a/src/content/docs/wix/schema/util/eventsource.mdx b/src/content/docs/wix/schema/util/eventsource.mdx index 7793435..9ce493b 100644 --- a/src/content/docs/wix/schema/util/eventsource.mdx +++ b/src/content/docs/wix/schema/util/eventsource.mdx @@ -1,14 +1,12 @@ --- title: "EventSource element (Util extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Creates an event source. - ## Attributes @@ -53,7 +51,7 @@ Creates an event source. Marks the EventSource registry as the key path of the component it belongs to. @@ -95,7 +93,7 @@ Creates an event source. Equivalent to EVENTLOG_ERROR_TYPE. @@ -104,7 +102,7 @@ Creates an event source. Equivalent to EVENTLOG_AUDIT_FAILURE. @@ -113,7 +111,7 @@ Creates an event source. Equivalent to EVENTLOG_INFORMATION_TYPE. @@ -122,7 +120,7 @@ Creates an event source. Equivalent to EVENTLOG_AUDIT_SUCCESS. @@ -131,7 +129,7 @@ Creates an event source. Equivalent to EVENTLOG_WARNING_TYPE. diff --git a/src/content/docs/wix/schema/util/exitearlywithsuccess.mdx b/src/content/docs/wix/schema/util/exitearlywithsuccess.mdx index 5ddc4ac..6056ee0 100644 --- a/src/content/docs/wix/schema/util/exitearlywithsuccess.mdx +++ b/src/content/docs/wix/schema/util/exitearlywithsuccess.mdx @@ -1,7 +1,6 @@ --- title: "ExitEarlyWithSuccess element (Util extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/util/failwhendeferred.mdx b/src/content/docs/wix/schema/util/failwhendeferred.mdx index 69978ea..5c7483a 100644 --- a/src/content/docs/wix/schema/util/failwhendeferred.mdx +++ b/src/content/docs/wix/schema/util/failwhendeferred.mdx @@ -1,7 +1,6 @@ --- title: "FailWhenDeferred element (Util extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/util/filesearch.mdx b/src/content/docs/wix/schema/util/filesearch.mdx index c6d4ba1..3ea424e 100644 --- a/src/content/docs/wix/schema/util/filesearch.mdx +++ b/src/content/docs/wix/schema/util/filesearch.mdx @@ -1,14 +1,12 @@ --- title: "FileSearch element (Util extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Describes a file search. - ## Attributes @@ -34,7 +32,7 @@ Describes a file search. When set to "yes" and the running bundle is 32-bit, Wow64DisableWow64FsRedirection is called before starting the search. diff --git a/src/content/docs/wix/schema/util/filesearchref.mdx b/src/content/docs/wix/schema/util/filesearchref.mdx index 6da69ff..64d4142 100644 --- a/src/content/docs/wix/schema/util/filesearchref.mdx +++ b/src/content/docs/wix/schema/util/filesearchref.mdx @@ -1,14 +1,12 @@ --- title: "FileSearchRef element (Util extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; References a FileSearch. - ## Attributes diff --git a/src/content/docs/wix/schema/util/fileshare.mdx b/src/content/docs/wix/schema/util/fileshare.mdx index bda0867..45302b4 100644 --- a/src/content/docs/wix/schema/util/fileshare.mdx +++ b/src/content/docs/wix/schema/util/fileshare.mdx @@ -1,14 +1,12 @@ --- title: "FileShare element (Util extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Creates a file share out of the component's directory. - ## Attributes diff --git a/src/content/docs/wix/schema/util/filesharepermission.mdx b/src/content/docs/wix/schema/util/filesharepermission.mdx index 8ad4bab..7c32899 100644 --- a/src/content/docs/wix/schema/util/filesharepermission.mdx +++ b/src/content/docs/wix/schema/util/filesharepermission.mdx @@ -1,7 +1,6 @@ --- title: "FileSharePermission element (Util extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -9,7 +8,6 @@ import BlockDefList from '@components/BlockDefList.astro'; Sets ACLs on a FileShare. This element has no Id attribute. The table and key are taken from the parent element. - ## Attributes @@ -17,7 +15,7 @@ Sets ACLs on a FileShare. This element has no Id attribute. @@ -26,7 +24,7 @@ Sets ACLs on a FileShare. This element has no Id attribute. For a directory, the right to create a subdirectory. Only valid under a 'CreateFolder' parent. @@ -35,7 +33,7 @@ Sets ACLs on a FileShare. This element has no Id attribute. For a directory, the right to create a file in the directory. Only valid under a 'CreateFolder' parent. @@ -44,7 +42,7 @@ Sets ACLs on a FileShare. This element has no Id attribute. @@ -53,7 +51,7 @@ Sets ACLs on a FileShare. This element has no Id attribute. For a directory, the right to delete a directory and all the files it contains, including read-only files. Only valid under a 'CreateFolder' parent. @@ -62,7 +60,7 @@ Sets ACLs on a FileShare. This element has no Id attribute. @@ -71,7 +69,7 @@ Sets ACLs on a FileShare. This element has no Id attribute. @@ -80,7 +78,7 @@ Sets ACLs on a FileShare. This element has no Id attribute. specifying this will fail to grant read access @@ -89,7 +87,7 @@ Sets ACLs on a FileShare. This element has no Id attribute. @@ -98,7 +96,7 @@ Sets ACLs on a FileShare. This element has no Id attribute. @@ -107,7 +105,7 @@ Sets ACLs on a FileShare. This element has no Id attribute. @@ -116,7 +114,7 @@ Sets ACLs on a FileShare. This element has no Id attribute. @@ -125,7 +123,7 @@ Sets ACLs on a FileShare. This element has no Id attribute. @@ -134,7 +132,7 @@ Sets ACLs on a FileShare. This element has no Id attribute. @@ -143,7 +141,7 @@ Sets ACLs on a FileShare. This element has no Id attribute. @@ -152,7 +150,7 @@ Sets ACLs on a FileShare. This element has no Id attribute. For a directory, the right to traverse the directory. By default, users are assigned the BYPASS_TRAVERSE_CHECKING privilege, which ignores the FILE_TRAVERSE access right. Only valid under a 'CreateFolder' parent. @@ -171,7 +169,7 @@ Sets ACLs on a FileShare. This element has no Id attribute. @@ -180,7 +178,7 @@ Sets ACLs on a FileShare. This element has no Id attribute. diff --git a/src/content/docs/wix/schema/util/formatfile.mdx b/src/content/docs/wix/schema/util/formatfile.mdx index e9446f4..398de78 100644 --- a/src/content/docs/wix/schema/util/formatfile.mdx +++ b/src/content/docs/wix/schema/util/formatfile.mdx @@ -1,7 +1,6 @@ --- title: "FormatFile element (Util extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -9,7 +8,6 @@ import BlockDefList from '@components/BlockDefList.astro'; Formats a file's contents at install time. The contents are formatted according to the rules of the [Formatted](https://learn.microsoft.com/en-us/windows/win32/msi/formatted) data type. - ## Attributes diff --git a/src/content/docs/wix/schema/util/group.mdx b/src/content/docs/wix/schema/util/group.mdx index 86a7270..4bcf28f 100644 --- a/src/content/docs/wix/schema/util/group.mdx +++ b/src/content/docs/wix/schema/util/group.mdx @@ -1,14 +1,12 @@ --- title: "Group element (Util extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Group for all kinds of (usergroup) things. When it is not nested under a component it is included in the MSI so it can be referenced by other elements such as the GroupRef element under a User element (to add the User to the Group). When it is nested under a Component element, the Group will be created on install and can also be used for reference. - ## Attributes @@ -25,7 +23,7 @@ Group for all kinds of (usergroup) things. When it is not nested under a compone Indicates whether or not to create the group. Group creation can be skipped if all that is desired is to add group memberships. @@ -43,7 +41,7 @@ Group for all kinds of (usergroup) things. When it is not nested under a compone Indicates if the install should fail if the group already exists. @@ -71,7 +69,7 @@ Group for all kinds of (usergroup) things. When it is not nested under a compone Indicates whether remove the comment from the group. The default value is "no". @@ -80,7 +78,7 @@ Group for all kinds of (usergroup) things. When it is not nested under a compone Indicates whether the group should be removed or left behind on uninstall. @@ -89,7 +87,7 @@ Group for all kinds of (usergroup) things. When it is not nested under a compone Indicates if the group properties should be updated if the group already exists. @@ -98,7 +96,7 @@ Group for all kinds of (usergroup) things. When it is not nested under a compone Indicates whether failure to create the group or add the group to another group fails the installation. The default value is "yes". diff --git a/src/content/docs/wix/schema/util/groupref.mdx b/src/content/docs/wix/schema/util/groupref.mdx index 85e5e52..da5b3c5 100644 --- a/src/content/docs/wix/schema/util/groupref.mdx +++ b/src/content/docs/wix/schema/util/groupref.mdx @@ -1,14 +1,12 @@ --- title: "GroupRef element (Util extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Used to join a user / group to a group - ## Attributes diff --git a/src/content/docs/wix/schema/util/internetshortcut.mdx b/src/content/docs/wix/schema/util/internetshortcut.mdx index 52b8158..1eafc92 100644 --- a/src/content/docs/wix/schema/util/internetshortcut.mdx +++ b/src/content/docs/wix/schema/util/internetshortcut.mdx @@ -1,14 +1,12 @@ --- title: "InternetShortcut element (Util extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Creates a shortcut to a URL. - ## Attributes diff --git a/src/content/docs/wix/schema/util/perfcounter.mdx b/src/content/docs/wix/schema/util/perfcounter.mdx index 4b90cdc..e20da60 100644 --- a/src/content/docs/wix/schema/util/perfcounter.mdx +++ b/src/content/docs/wix/schema/util/perfcounter.mdx @@ -1,14 +1,12 @@ --- title: "PerfCounter element (Util extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Deprecated: Use the PerformanceCounter element instead. - ## Attributes diff --git a/src/content/docs/wix/schema/util/perfcountermanifest.mdx b/src/content/docs/wix/schema/util/perfcountermanifest.mdx index 94641bf..0ba87a9 100644 --- a/src/content/docs/wix/schema/util/perfcountermanifest.mdx +++ b/src/content/docs/wix/schema/util/perfcountermanifest.mdx @@ -1,7 +1,6 @@ --- title: "PerfCounterManifest element (Util extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -11,7 +10,6 @@ Used to install Perfmon Counter Manifests. InstallExecuteAgain, or InstallFinalize actions. For more information on major upgrade scheduling, see [RemoveExistingProducts Action](https://learn.microsoft.com/en-us/windows/win32/msi/removeexistingproducts-action). - ## Attributes diff --git a/src/content/docs/wix/schema/util/performancecategory.mdx b/src/content/docs/wix/schema/util/performancecategory.mdx index 281b87d..dee15a9 100644 --- a/src/content/docs/wix/schema/util/performancecategory.mdx +++ b/src/content/docs/wix/schema/util/performancecategory.mdx @@ -1,14 +1,12 @@ --- title: "PerformanceCategory element (Util extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Used to create performance categories and configure performance counters. - ## Attributes @@ -147,7 +145,7 @@ Used to create performance categories and configure performance counters. Flag that specifies whether the performance counter category is multi or single instanced. Default is single instance. diff --git a/src/content/docs/wix/schema/util/performancecounter.mdx b/src/content/docs/wix/schema/util/performancecounter.mdx index 8f9ea0e..c45b3fe 100644 --- a/src/content/docs/wix/schema/util/performancecounter.mdx +++ b/src/content/docs/wix/schema/util/performancecounter.mdx @@ -1,14 +1,12 @@ --- title: "PerformanceCounter element (Util extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Creates a performance counter in a performance category. - ## Attributes diff --git a/src/content/docs/wix/schema/util/performancecounterlanguagetype.mdx b/src/content/docs/wix/schema/util/performancecounterlanguagetype.mdx index e33b22f..033ad3f 100644 --- a/src/content/docs/wix/schema/util/performancecounterlanguagetype.mdx +++ b/src/content/docs/wix/schema/util/performancecounterlanguagetype.mdx @@ -1,5 +1,7 @@ --- title: "PerformanceCounterLanguageType type (Util extension)" +sidebar: + hidden: true --- Enumeration of valid languages for performance counters. diff --git a/src/content/docs/wix/schema/util/performancecountertypestype.mdx b/src/content/docs/wix/schema/util/performancecountertypestype.mdx index 15a7182..b959964 100644 --- a/src/content/docs/wix/schema/util/performancecountertypestype.mdx +++ b/src/content/docs/wix/schema/util/performancecountertypestype.mdx @@ -1,5 +1,7 @@ --- title: "PerformanceCounterTypesType type (Util extension)" +sidebar: + hidden: true --- Enumeration of valid types for performance counters. diff --git a/src/content/docs/wix/schema/util/permissionex.mdx b/src/content/docs/wix/schema/util/permissionex.mdx index 9361aa9..7d5ae31 100644 --- a/src/content/docs/wix/schema/util/permissionex.mdx +++ b/src/content/docs/wix/schema/util/permissionex.mdx @@ -1,7 +1,6 @@ --- title: "PermissionEx element (Util extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -10,7 +9,6 @@ Sets ACLs on File, Registry, CreateFolder, or ServiceInstall. When under a Regis if the Action attribute's value is remove or removeKeyOnInstall. This element has no Id attribute. The table and key are taken from the parent element. - ## Attributes @@ -18,7 +16,7 @@ Sets ACLs on File, Registry, CreateFolder, or ServiceInstall. When under a Regis @@ -27,7 +25,7 @@ Sets ACLs on File, Registry, CreateFolder, or ServiceInstall. When under a Regis @@ -36,7 +34,7 @@ Sets ACLs on File, Registry, CreateFolder, or ServiceInstall. When under a Regis For a directory, the right to create a subdirectory. Only valid under a 'CreateFolder' parent. @@ -45,7 +43,7 @@ Sets ACLs on File, Registry, CreateFolder, or ServiceInstall. When under a Regis For a directory, the right to create a file in the directory. Only valid under a 'CreateFolder' parent. @@ -54,7 +52,7 @@ Sets ACLs on File, Registry, CreateFolder, or ServiceInstall. When under a Regis @@ -63,7 +61,7 @@ Sets ACLs on File, Registry, CreateFolder, or ServiceInstall. When under a Regis @@ -72,7 +70,7 @@ Sets ACLs on File, Registry, CreateFolder, or ServiceInstall. When under a Regis @@ -81,7 +79,7 @@ Sets ACLs on File, Registry, CreateFolder, or ServiceInstall. When under a Regis For a directory, the right to delete a directory and all the files it contains, including read-only files. Only valid under a 'CreateFolder' parent. @@ -99,7 +97,7 @@ Sets ACLs on File, Registry, CreateFolder, or ServiceInstall. When under a Regis @@ -108,7 +106,7 @@ Sets ACLs on File, Registry, CreateFolder, or ServiceInstall. When under a Regis @@ -117,7 +115,7 @@ Sets ACLs on File, Registry, CreateFolder, or ServiceInstall. When under a Regis @@ -126,7 +124,7 @@ Sets ACLs on File, Registry, CreateFolder, or ServiceInstall. When under a Regis @@ -135,7 +133,7 @@ Sets ACLs on File, Registry, CreateFolder, or ServiceInstall. When under a Regis specifying this will fail to grant read access @@ -144,7 +142,7 @@ Sets ACLs on File, Registry, CreateFolder, or ServiceInstall. When under a Regis @@ -153,7 +151,7 @@ Sets ACLs on File, Registry, CreateFolder, or ServiceInstall. When under a Regis Whether the permissions are inheritable. The default is "yes". @@ -162,7 +160,7 @@ Sets ACLs on File, Registry, CreateFolder, or ServiceInstall. When under a Regis @@ -171,7 +169,7 @@ Sets ACLs on File, Registry, CreateFolder, or ServiceInstall. When under a Regis @@ -180,7 +178,7 @@ Sets ACLs on File, Registry, CreateFolder, or ServiceInstall. When under a Regis @@ -189,7 +187,7 @@ Sets ACLs on File, Registry, CreateFolder, or ServiceInstall. When under a Regis @@ -198,7 +196,7 @@ Sets ACLs on File, Registry, CreateFolder, or ServiceInstall. When under a Regis @@ -207,7 +205,7 @@ Sets ACLs on File, Registry, CreateFolder, or ServiceInstall. When under a Regis Required to call the ChangeServiceConfig or ChangeServiceConfig2 function to change the service configuration. Only valid under a 'ServiceInstall' parent. @@ -216,7 +214,7 @@ Sets ACLs on File, Registry, CreateFolder, or ServiceInstall. When under a Regis Required to call the EnumDependentServices function to enumerate all the services dependent on the service. Only valid under a 'ServiceInstall' parent. @@ -225,7 +223,7 @@ Sets ACLs on File, Registry, CreateFolder, or ServiceInstall. When under a Regis Required to call the ControlService function to ask the service to report its status immediately. Only valid under a 'ServiceInstall' parent. @@ -234,7 +232,7 @@ Sets ACLs on File, Registry, CreateFolder, or ServiceInstall. When under a Regis Required to call the ControlService function to pause or continue the service. Only valid under a 'ServiceInstall' parent. @@ -243,7 +241,7 @@ Sets ACLs on File, Registry, CreateFolder, or ServiceInstall. When under a Regis Required to call the QueryServiceConfig and QueryServiceConfig2 functions to query the service configuration. Only valid under a 'ServiceInstall' parent. @@ -252,7 +250,7 @@ Sets ACLs on File, Registry, CreateFolder, or ServiceInstall. When under a Regis Required to call the QueryServiceStatus function to ask the service control manager about the status of the service. Only valid under a 'ServiceInstall' parent. @@ -261,7 +259,7 @@ Sets ACLs on File, Registry, CreateFolder, or ServiceInstall. When under a Regis Required to call the StartService function to start the service. Only valid under a 'ServiceInstall' parent. @@ -270,7 +268,7 @@ Sets ACLs on File, Registry, CreateFolder, or ServiceInstall. When under a Regis Required to call the ControlService function to stop the service. Only valid under a 'ServiceInstall' parent. @@ -279,7 +277,7 @@ Sets ACLs on File, Registry, CreateFolder, or ServiceInstall. When under a Regis Required to call the ControlService function to specify a user-defined control code. Only valid under a 'ServiceInstall' parent. @@ -288,7 +286,7 @@ Sets ACLs on File, Registry, CreateFolder, or ServiceInstall. When under a Regis @@ -297,7 +295,7 @@ Sets ACLs on File, Registry, CreateFolder, or ServiceInstall. When under a Regis @@ -306,7 +304,7 @@ Sets ACLs on File, Registry, CreateFolder, or ServiceInstall. When under a Regis For a directory, the right to traverse the directory. By default, users are assigned the BYPASS_TRAVERSE_CHECKING privilege, which ignores the FILE_TRAVERSE access right. Only valid under a 'CreateFolder' parent. @@ -325,7 +323,7 @@ Sets ACLs on File, Registry, CreateFolder, or ServiceInstall. When under a Regis @@ -334,7 +332,7 @@ Sets ACLs on File, Registry, CreateFolder, or ServiceInstall. When under a Regis @@ -343,7 +341,7 @@ Sets ACLs on File, Registry, CreateFolder, or ServiceInstall. When under a Regis diff --git a/src/content/docs/wix/schema/util/productsearch.mdx b/src/content/docs/wix/schema/util/productsearch.mdx index 6ac7fd5..943a0bb 100644 --- a/src/content/docs/wix/schema/util/productsearch.mdx +++ b/src/content/docs/wix/schema/util/productsearch.mdx @@ -1,14 +1,12 @@ --- title: "ProductSearch element (Util extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Describes a product search. - ## Attributes @@ -69,6 +67,8 @@ Describes a product search. - *language*: Saves the language of a matching product if found; empty otherwise. - *state*: Saves the state of the product: advertised (1), absent (2), or locally installed (5). - *version*: Saves the version of a matching product if found; 0.0.0.0 otherwise. This is the default. + - *exists*: [WiX v7 and later] + Saves true if a matching product entry is found (non-absent); false otherwise. diff --git a/src/content/docs/wix/schema/util/querynativemachine.mdx b/src/content/docs/wix/schema/util/querynativemachine.mdx index 280e63f..55b0b67 100644 --- a/src/content/docs/wix/schema/util/querynativemachine.mdx +++ b/src/content/docs/wix/schema/util/querynativemachine.mdx @@ -1,7 +1,6 @@ --- title: "QueryNativeMachine element (Util extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/util/querywindowsdirectories.mdx b/src/content/docs/wix/schema/util/querywindowsdirectories.mdx index 1260b6a..fcb3892 100644 --- a/src/content/docs/wix/schema/util/querywindowsdirectories.mdx +++ b/src/content/docs/wix/schema/util/querywindowsdirectories.mdx @@ -1,7 +1,6 @@ --- title: "QueryWindowsDirectories element (Util extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/util/querywindowsdriverinfo.mdx b/src/content/docs/wix/schema/util/querywindowsdriverinfo.mdx index b50fd52..6d286ee 100644 --- a/src/content/docs/wix/schema/util/querywindowsdriverinfo.mdx +++ b/src/content/docs/wix/schema/util/querywindowsdriverinfo.mdx @@ -1,7 +1,6 @@ --- title: "QueryWindowsDriverInfo element (Util extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/util/querywindowssuiteinfo.mdx b/src/content/docs/wix/schema/util/querywindowssuiteinfo.mdx index 4b0da44..e3368a1 100644 --- a/src/content/docs/wix/schema/util/querywindowssuiteinfo.mdx +++ b/src/content/docs/wix/schema/util/querywindowssuiteinfo.mdx @@ -1,7 +1,6 @@ --- title: "QueryWindowsSuiteInfo element (Util extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/util/querywindowswellknownsids.mdx b/src/content/docs/wix/schema/util/querywindowswellknownsids.mdx index de97793..a1b3d27 100644 --- a/src/content/docs/wix/schema/util/querywindowswellknownsids.mdx +++ b/src/content/docs/wix/schema/util/querywindowswellknownsids.mdx @@ -1,7 +1,6 @@ --- title: "QueryWindowsWellKnownSIDs element (Util extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/util/registrysearch.mdx b/src/content/docs/wix/schema/util/registrysearch.mdx index 58ab67d..6b85d89 100644 --- a/src/content/docs/wix/schema/util/registrysearch.mdx +++ b/src/content/docs/wix/schema/util/registrysearch.mdx @@ -1,14 +1,12 @@ --- title: "RegistrySearch element (Util extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Describes a registry search. - ## Attributes @@ -48,7 +46,7 @@ Describes a registry search. Whether to expand any environment variables in REG_SZ, REG_EXPAND_SZ, or REG_MULTI_SZ values. diff --git a/src/content/docs/wix/schema/util/registrysearchref.mdx b/src/content/docs/wix/schema/util/registrysearchref.mdx index 569f235..f02f993 100644 --- a/src/content/docs/wix/schema/util/registrysearchref.mdx +++ b/src/content/docs/wix/schema/util/registrysearchref.mdx @@ -1,14 +1,12 @@ --- title: "RegistrySearchRef element (Util extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; References a RegistrySearch. - ## Attributes diff --git a/src/content/docs/wix/schema/util/removefolderex.mdx b/src/content/docs/wix/schema/util/removefolderex.mdx index e4cbb1c..99b4cd0 100644 --- a/src/content/docs/wix/schema/util/removefolderex.mdx +++ b/src/content/docs/wix/schema/util/removefolderex.mdx @@ -1,7 +1,6 @@ --- title: "RemoveFolderEx element (Util extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -11,7 +10,6 @@ Remove a folder and all contained files and folders if the parent component is s to the full path of the folder before the CostInitialize action. Note that Directory ids cannot be used. For more details, see the Remarks. - ## Attributes diff --git a/src/content/docs/wix/schema/util/restartresource.mdx b/src/content/docs/wix/schema/util/restartresource.mdx index 81501d0..604416f 100644 --- a/src/content/docs/wix/schema/util/restartresource.mdx +++ b/src/content/docs/wix/schema/util/restartresource.mdx @@ -1,14 +1,12 @@ --- title: "RestartResource element (Util extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Registers a resource with the Restart Manager. - ## Attributes diff --git a/src/content/docs/wix/schema/util/serviceconfig.mdx b/src/content/docs/wix/schema/util/serviceconfig.mdx index 2b6ceea..4e1dc78 100644 --- a/src/content/docs/wix/schema/util/serviceconfig.mdx +++ b/src/content/docs/wix/schema/util/serviceconfig.mdx @@ -1,14 +1,12 @@ --- title: "ServiceConfig element (Util extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Service configuration information for failure actions. - ## Attributes diff --git a/src/content/docs/wix/schema/util/touchfile.mdx b/src/content/docs/wix/schema/util/touchfile.mdx index 1501ed0..4e9636c 100644 --- a/src/content/docs/wix/schema/util/touchfile.mdx +++ b/src/content/docs/wix/schema/util/touchfile.mdx @@ -1,14 +1,12 @@ --- title: "TouchFile element (Util extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Updates the last modified date/time of a file. - ## Attributes @@ -25,7 +23,7 @@ Updates the last modified date/time of a file. Indicates the installation will succeed even if the modified time of the file cannot be updated. The default is 'no'. @@ -34,7 +32,7 @@ Updates the last modified date/time of a file. Specifies whether or not the modified time of the file should be updated on install. If the OnInstall, OnReinstall and OnUninstall attributes are all absent the default is 'yes'. @@ -43,7 +41,7 @@ Updates the last modified date/time of a file. Specifies whether or not the modified time of the file should be updated on reinstall. If the OnInstall, OnReinstall and OnUninstall attributes are all absent the default is 'yes'. @@ -52,7 +50,7 @@ Updates the last modified date/time of a file. Specifies whether or not the modified time of the file should be updated on uninstall. If the OnInstall, OnReinstall and OnUninstall attributes are all absent the default is 'no'. diff --git a/src/content/docs/wix/schema/util/user.mdx b/src/content/docs/wix/schema/util/user.mdx index 2797cfa..bb1b4c6 100644 --- a/src/content/docs/wix/schema/util/user.mdx +++ b/src/content/docs/wix/schema/util/user.mdx @@ -1,14 +1,12 @@ --- title: "User element (Util extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; User for all kinds of things. When it is not nested under a component it is included in the MSI so it can be referenced by other elements such as the User attribute in the AppPool element. When it is nested under a Component element, the User will be created on install and can also be used for reference. - ## Attributes @@ -16,7 +14,7 @@ User for all kinds of things. When it is not nested under a component it is incl The user cannot change the account's password. Equivalent to UF_PASSWD_CANT_CHANGE. @@ -34,7 +32,7 @@ User for all kinds of things. When it is not nested under a component it is incl Indicates whether or not to create the user. User creation can be skipped if all that is desired is to join a user to groups. @@ -43,7 +41,7 @@ User for all kinds of things. When it is not nested under a component it is incl The account is disabled. Equivalent to UF_ACCOUNTDISABLE. @@ -61,7 +59,7 @@ User for all kinds of things. When it is not nested under a component it is incl Indicates if the install should fail if the user already exists. @@ -79,7 +77,7 @@ User for all kinds of things. When it is not nested under a component it is incl Indicates whether or not the user can logon as a batch job. User creation can be skipped if all that is desired is to set this access right on the user. @@ -88,7 +86,7 @@ User for all kinds of things. When it is not nested under a component it is incl Indicates whether or not the user can logon as a serivce. User creation can be skipped if all that is desired is to set this access right on the user. @@ -116,7 +114,7 @@ User for all kinds of things. When it is not nested under a component it is incl Indicates whether the user must change their password on their first login. @@ -125,7 +123,7 @@ User for all kinds of things. When it is not nested under a component it is incl The account's password never expires. Equivalent to UF_DONT_EXPIRE_PASSWD. @@ -134,7 +132,7 @@ User for all kinds of things. When it is not nested under a component it is incl Indicates whether remove the comment from the user. The default value is "no". @@ -143,7 +141,7 @@ User for all kinds of things. When it is not nested under a component it is incl Indicates whether the user account should be removed or left behind on uninstall. @@ -152,7 +150,7 @@ User for all kinds of things. When it is not nested under a component it is incl Indicates if the user account properties should be updated if the user already exists. @@ -161,7 +159,7 @@ User for all kinds of things. When it is not nested under a component it is incl Indicates whether failure to create the user or add the user to a group fails the installation. The default value is "yes". diff --git a/src/content/docs/wix/schema/util/waitforevent.mdx b/src/content/docs/wix/schema/util/waitforevent.mdx index 83ed9af..b9d6880 100644 --- a/src/content/docs/wix/schema/util/waitforevent.mdx +++ b/src/content/docs/wix/schema/util/waitforevent.mdx @@ -1,7 +1,6 @@ --- title: "WaitForEvent element (Util extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/util/waitforeventdeferred.mdx b/src/content/docs/wix/schema/util/waitforeventdeferred.mdx index b54c3c3..808e84c 100644 --- a/src/content/docs/wix/schema/util/waitforeventdeferred.mdx +++ b/src/content/docs/wix/schema/util/waitforeventdeferred.mdx @@ -1,7 +1,6 @@ --- title: "WaitForEventDeferred element (Util extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/util/windowsfeaturesearch.mdx b/src/content/docs/wix/schema/util/windowsfeaturesearch.mdx index f2dd24b..1ea523c 100644 --- a/src/content/docs/wix/schema/util/windowsfeaturesearch.mdx +++ b/src/content/docs/wix/schema/util/windowsfeaturesearch.mdx @@ -1,14 +1,12 @@ --- title: "WindowsFeatureSearch element (Util extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Detects the existence of a Windows feature. - ## Attributes diff --git a/src/content/docs/wix/schema/util/windowsfeaturesearchref.mdx b/src/content/docs/wix/schema/util/windowsfeaturesearchref.mdx index aa99eca..535c2a5 100644 --- a/src/content/docs/wix/schema/util/windowsfeaturesearchref.mdx +++ b/src/content/docs/wix/schema/util/windowsfeaturesearchref.mdx @@ -1,14 +1,12 @@ --- title: "WindowsFeatureSearchRef element (Util extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; References a WindowsFeatureSearch. - ## Attributes diff --git a/src/content/docs/wix/schema/util/xmlconfig.mdx b/src/content/docs/wix/schema/util/xmlconfig.mdx index b3c1113..d553d8e 100644 --- a/src/content/docs/wix/schema/util/xmlconfig.mdx +++ b/src/content/docs/wix/schema/util/xmlconfig.mdx @@ -1,14 +1,12 @@ --- title: "XmlConfig element (Util extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Adds or removes .xml file entries. If you use the XmlConfig element you must reference WixUtilExtension.dll as it contains the XmlConfig custom actions. - ## Attributes @@ -96,7 +94,7 @@ Adds or removes .xml file entries. If you use the XmlConfig element you must ref Specifies wheter or not the modification should preserve the modified date. Preserving the modified date will allow the file to be patched if no other modifications have been made. diff --git a/src/content/docs/wix/schema/util/xmlfile.mdx b/src/content/docs/wix/schema/util/xmlfile.mdx index 96eadc3..d2c8811 100644 --- a/src/content/docs/wix/schema/util/xmlfile.mdx +++ b/src/content/docs/wix/schema/util/xmlfile.mdx @@ -1,14 +1,12 @@ --- title: "XmlFile element (Util extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Adds or removes .xml file entries. If you use the XmlFile element you must reference WixUtilExtension.dll as it contains the XmlFile custom actions. - ## Attributes @@ -68,7 +66,7 @@ Adds or removes .xml file entries. If you use the XmlFile element you must refer Specifies whether or not the modification should be removed on uninstall. This has no effect on uninstall if the action was deleteValue. @@ -77,7 +75,7 @@ Adds or removes .xml file entries. If you use the XmlFile element you must refer Specifies wheter or not the modification should preserve the modified date. Preserving the modified date will allow the file to be patched if no other modifications have been made. diff --git a/src/content/docs/wix/schema/vs/findvisualstudio.mdx b/src/content/docs/wix/schema/vs/findvisualstudio.mdx index 793a462..15aaa88 100644 --- a/src/content/docs/wix/schema/vs/findvisualstudio.mdx +++ b/src/content/docs/wix/schema/vs/findvisualstudio.mdx @@ -1,7 +1,6 @@ --- title: "FindVisualStudio element (Vs extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/vs/vsixpackage.mdx b/src/content/docs/wix/schema/vs/vsixpackage.mdx index 086d364..fe3649b 100644 --- a/src/content/docs/wix/schema/vs/vsixpackage.mdx +++ b/src/content/docs/wix/schema/vs/vsixpackage.mdx @@ -1,7 +1,6 @@ --- title: "VsixPackage element (Vs extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -11,7 +10,6 @@ This element provides the metdata required to install/uninstall a file as then passed to the VSIX installer to install the VSIX package. To avoid the duplication, simply use the MSI to install the VSIX package itself. - ## Attributes @@ -40,7 +38,7 @@ This element provides the metdata required to install/uninstall a file as Indicates whether the VSIX package is uninstalled when the parent Component is uninstalled. @@ -73,7 +71,7 @@ This element provides the metdata required to install/uninstall a file as Indicates whether failure to install the VSIX package causes the installation to rollback. diff --git a/src/content/docs/wix/schema/wxl/integer.mdx b/src/content/docs/wix/schema/wxl/integer.mdx index f698724..980e125 100644 --- a/src/content/docs/wix/schema/wxl/integer.mdx +++ b/src/content/docs/wix/schema/wxl/integer.mdx @@ -1,5 +1,7 @@ --- title: "Integer type (Wxl extension)" +sidebar: + hidden: true --- Values of this type must be an integer or a preprocessor variable with the format `$(Variable)` or `$(var.Variable). diff --git a/src/content/docs/wix/schema/wxl/localizationyesnotype.mdx b/src/content/docs/wix/schema/wxl/localizationyesnotype.mdx index 61f79ee..d246764 100644 --- a/src/content/docs/wix/schema/wxl/localizationyesnotype.mdx +++ b/src/content/docs/wix/schema/wxl/localizationyesnotype.mdx @@ -1,5 +1,7 @@ --- title: "LocalizationYesNoType type (Wxl extension)" +sidebar: + hidden: true --- Values of this type will either be "yes"/"true" or "no"/"false". diff --git a/src/content/docs/wix/schema/wxl/string.mdx b/src/content/docs/wix/schema/wxl/string.mdx index fd23e13..e3e71b6 100644 --- a/src/content/docs/wix/schema/wxl/string.mdx +++ b/src/content/docs/wix/schema/wxl/string.mdx @@ -1,14 +1,10 @@ --- title: "String element (Wxl extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; - - - ## Attributes diff --git a/src/content/docs/wix/schema/wxl/ui.mdx b/src/content/docs/wix/schema/wxl/ui.mdx index 1b63647..f0fc23b 100644 --- a/src/content/docs/wix/schema/wxl/ui.mdx +++ b/src/content/docs/wix/schema/wxl/ui.mdx @@ -1,14 +1,12 @@ --- title: "UI element (Wxl extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Allows a localization to override the position, size, and text of dialogs and controls. - ## Attributes diff --git a/src/content/docs/wix/schema/wxl/wixlocalization.mdx b/src/content/docs/wix/schema/wxl/wixlocalization.mdx index 0e24e6b..aafb469 100644 --- a/src/content/docs/wix/schema/wxl/wixlocalization.mdx +++ b/src/content/docs/wix/schema/wxl/wixlocalization.mdx @@ -1,14 +1,10 @@ --- title: "WixLocalization element (Wxl extension)" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; - - - ## Attributes @@ -36,10 +32,11 @@ import BlockDefList from '@components/BlockDefList.astro'; title: "ExtensionDefaultCulture", type: "LocalizationYesNoType", typeLink: "../localizationyesnotype/", - typeTitle: "Values of this type will either be \"yes\"/\"true\" or \"no\"/\"false\"." + typeTitle: "Values of this type will either be \"yes\"/\"true\" or \"no\"/\"false\".", + version: "5" }} > - [WiX v5] Optional. Indicates that the localization file's culture is the default culture for a WiX Extension. Only valid when used in a WiX library included in a WiX Extension.. This attribute's value must be one of the following: + Optional. Indicates that the localization file's culture is the default culture for a WiX Extension. Only valid when used in a WiX library included in a WiX Extension.. This attribute's value must be one of the following: - *no* - *false* - *yes* diff --git a/src/content/docs/wix/schema/wxs/adminexecutesequence.mdx b/src/content/docs/wix/schema/wxs/adminexecutesequence.mdx index 1852956..1222992 100644 --- a/src/content/docs/wix/schema/wxs/adminexecutesequence.mdx +++ b/src/content/docs/wix/schema/wxs/adminexecutesequence.mdx @@ -1,13 +1,10 @@ --- title: "AdminExecuteSequence element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; - - ## Children @@ -18,7 +16,7 @@ Application ID containing DCOM information for the associated application GUID. Set this value to 'yes' to configure the client to activate on the same system as persistent storage. @@ -27,7 +25,7 @@ Application ID containing DCOM information for the associated application GUID. Set this value to 'yes' in order to create a normal AppId table row. Set this value to 'no' in order to @@ -89,7 +87,7 @@ Application ID containing DCOM information for the associated application GUID. Set this value to 'yes' to configure a class to run under the identity of the user currently diff --git a/src/content/docs/wix/schema/wxs/approvedexeforelevation.mdx b/src/content/docs/wix/schema/wxs/approvedexeforelevation.mdx index 7f300c2..b6461ef 100644 --- a/src/content/docs/wix/schema/wxs/approvedexeforelevation.mdx +++ b/src/content/docs/wix/schema/wxs/approvedexeforelevation.mdx @@ -1,14 +1,12 @@ --- title: "ApprovedExeForElevation element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Provides information about an .exe so that the BA can request the engine to run it elevated from any secure location. - ## Attributes @@ -17,7 +15,7 @@ Provides information about an .exe so that the BA can request the engine to run content={{ title: "Bitness", type: "BitnessTypeUnion", - typeLink: "../bitnesstype/", + typeLink: "../bitnesstypeunion/", typeTitle: "Values of this type will be \"default\", \"always32\" or \"always64\"." }} > diff --git a/src/content/docs/wix/schema/wxs/appsearch.mdx b/src/content/docs/wix/schema/wxs/appsearch.mdx index b3928ee..81828cf 100644 --- a/src/content/docs/wix/schema/wxs/appsearch.mdx +++ b/src/content/docs/wix/schema/wxs/appsearch.mdx @@ -1,7 +1,6 @@ --- title: "AppSearch element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/wxs/arpentry.mdx b/src/content/docs/wix/schema/wxs/arpentry.mdx index 0ea6766..c9b53b4 100644 --- a/src/content/docs/wix/schema/wxs/arpentry.mdx +++ b/src/content/docs/wix/schema/wxs/arpentry.mdx @@ -1,7 +1,6 @@ --- title: "ArpEntry element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -9,7 +8,6 @@ import BlockDefList from '@components/BlockDefList.astro'; Information about the Add/Remove Programs entry that is installed by the package. ArpEntry may not be specified with DetectCondition or UninstallArguments. - ## Attributes @@ -36,7 +34,7 @@ Information about the Add/Remove Programs entry that is installed by the package If yes, use the `UninstallString` value instead of the default `QuietUninstallString`. @@ -57,7 +55,7 @@ Information about the Add/Remove Programs entry that is installed by the package diff --git a/src/content/docs/wix/schema/wxs/assemblyname.mdx b/src/content/docs/wix/schema/wxs/assemblyname.mdx index 9b04f5f..c36bfd3 100644 --- a/src/content/docs/wix/schema/wxs/assemblyname.mdx +++ b/src/content/docs/wix/schema/wxs/assemblyname.mdx @@ -1,7 +1,6 @@ --- title: "AssemblyName element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -9,7 +8,6 @@ import BlockDefList from '@components/BlockDefList.astro'; The MsiAssemblyName table specifies the schema for the elements of a strong assembly cache name for a .NET Framework or Win32 assembly. Consider using the Assembly attribute on File element to have the toolset populate these entries automatically. - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/autogenguid.mdx b/src/content/docs/wix/schema/wxs/autogenguid.mdx index 3981183..8984a1c 100644 --- a/src/content/docs/wix/schema/wxs/autogenguid.mdx +++ b/src/content/docs/wix/schema/wxs/autogenguid.mdx @@ -1,5 +1,7 @@ --- title: "AutogenGuid type" +sidebar: + hidden: true --- Values of this type will look like: "01234567-89AB-CDEF-0123-456789ABCDEF" or "\{01234567-89AB-CDEF-0123-456789ABCDEF}". A GUID can be auto-generated by setting the value to "*". Also allows "PUT-GUID-HERE" for use in examples. diff --git a/src/content/docs/wix/schema/wxs/billboard.mdx b/src/content/docs/wix/schema/wxs/billboard.mdx index 8453c79..d62b5db 100644 --- a/src/content/docs/wix/schema/wxs/billboard.mdx +++ b/src/content/docs/wix/schema/wxs/billboard.mdx @@ -1,14 +1,12 @@ --- title: "Billboard element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Billboard to display during install of a Feature - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/billboardaction.mdx b/src/content/docs/wix/schema/wxs/billboardaction.mdx index d06cce6..a568571 100644 --- a/src/content/docs/wix/schema/wxs/billboardaction.mdx +++ b/src/content/docs/wix/schema/wxs/billboardaction.mdx @@ -1,14 +1,12 @@ --- title: "BillboardAction element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Billboard action during which child Billboards are displayed - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/binary.mdx b/src/content/docs/wix/schema/wxs/binary.mdx index 0070bb9..6d67a9e 100644 --- a/src/content/docs/wix/schema/wxs/binary.mdx +++ b/src/content/docs/wix/schema/wxs/binary.mdx @@ -1,14 +1,12 @@ --- title: "Binary element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Binary data used for CustomAction elements and UI controls. - ## Attributes @@ -35,7 +33,7 @@ Binary data used for CustomAction elements and UI controls. Use to suppress modularization of this Binary identifier in merge modules. diff --git a/src/content/docs/wix/schema/wxs/binaryref.mdx b/src/content/docs/wix/schema/wxs/binaryref.mdx index 8bdfaef..b6996d7 100644 --- a/src/content/docs/wix/schema/wxs/binaryref.mdx +++ b/src/content/docs/wix/schema/wxs/binaryref.mdx @@ -1,14 +1,12 @@ --- title: "BinaryRef element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Used only for PatchFamilies to include only a binary table entry in a patch. - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/bindimage.mdx b/src/content/docs/wix/schema/wxs/bindimage.mdx index 3dbf922..3c28264 100644 --- a/src/content/docs/wix/schema/wxs/bindimage.mdx +++ b/src/content/docs/wix/schema/wxs/bindimage.mdx @@ -1,7 +1,6 @@ --- title: "BindImage element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/wxs/bitnesstype.mdx b/src/content/docs/wix/schema/wxs/bitnesstype.mdx index 0c4bcd6..8cd8aad 100644 --- a/src/content/docs/wix/schema/wxs/bitnesstype.mdx +++ b/src/content/docs/wix/schema/wxs/bitnesstype.mdx @@ -1,5 +1,7 @@ --- title: "BitnessType type" +sidebar: + hidden: true --- Values of this type will be "default", "always32" or "always64". diff --git a/src/content/docs/wix/schema/wxs/bitnesstypeunion.mdx b/src/content/docs/wix/schema/wxs/bitnesstypeunion.mdx index 209bb73..572a700 100644 --- a/src/content/docs/wix/schema/wxs/bitnesstypeunion.mdx +++ b/src/content/docs/wix/schema/wxs/bitnesstypeunion.mdx @@ -1,5 +1,11 @@ --- title: "BitnessTypeUnion type" +sidebar: + hidden: true --- Values of this type will be "default", "always32" or "always64". + +## Member types + +- [BitnessType](../bitnesstype/) diff --git a/src/content/docs/wix/schema/wxs/bootstrapperapplication.mdx b/src/content/docs/wix/schema/wxs/bootstrapperapplication.mdx index a3aa6da..ac36ab7 100644 --- a/src/content/docs/wix/schema/wxs/bootstrapperapplication.mdx +++ b/src/content/docs/wix/schema/wxs/bootstrapperapplication.mdx @@ -1,14 +1,12 @@ --- title: "BootstrapperApplication element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Contains all the relevant information about the setup UI. - ## Attributes @@ -25,11 +23,11 @@ Contains all the relevant information about the setup UI. - [WIX v5 and later] - The relative destination path and file name for the bootstrapper application executable. + The relative destination path and file name for the bootstrapper application executable. The default is the source file name. Use this attribute to rename the bootstrapper application executable or extract it into a subfolder. At a minimum, the Name or SourceFile attribute must be specified. This must be a relative path ('\foo' or 'C:\foo' is not allowed). @@ -38,22 +36,22 @@ Contains all the relevant information about the setup UI. - [WIX v5 and later] - Indicates whether the bootstrapper application is the secondary or fallback. + Indicates whether the bootstrapper application is the secondary or fallback. This bootstrapper application will only run if the primary bootstrapper application returns a non-zero exit code. - [WIX v5 and later] - The path to the bootstrapper application executable. + The path to the bootstrapper application executable. If not provided, will use the Name attribute value. At a minimum, the SourceFile or Name attribute must be specified. @@ -69,11 +67,11 @@ Contains all the relevant information about the setup UI. }, { title: "HarvestPayload (Buildtools extension)", - link: "../../buildtools/harvestpayload/" + link: "/firegiant/schema/buildtools/harvestpayload/" }, { title: "HarvestPayloadFolder (Buildtools extension)", - link: "../../buildtools/harvestpayloadfolder/" + link: "/firegiant/schema/buildtools/harvestpayloadfolder/" }, { title: "Payload", @@ -83,6 +81,10 @@ Contains all the relevant information about the setup UI. title: "PayloadGroupRef", link: "../payloadgroupref/" }, + { + title: "Payloads", + link: "../payloads/" + }, { title: "WixDotNetCoreBootstrapperApplicationHost (Bal extension)", link: "../../bal/wixdotnetcorebootstrapperapplicationhost/" diff --git a/src/content/docs/wix/schema/wxs/bootstrapperapplicationdll.mdx b/src/content/docs/wix/schema/wxs/bootstrapperapplicationdll.mdx index 6f440a1..1677f2a 100644 --- a/src/content/docs/wix/schema/wxs/bootstrapperapplicationdll.mdx +++ b/src/content/docs/wix/schema/wxs/bootstrapperapplicationdll.mdx @@ -1,14 +1,12 @@ --- title: "BootstrapperApplicationDll element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Describes the entry point to the bootstrapper application. - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/bootstrapperapplicationref.mdx b/src/content/docs/wix/schema/wxs/bootstrapperapplicationref.mdx index 826b239..d181add 100644 --- a/src/content/docs/wix/schema/wxs/bootstrapperapplicationref.mdx +++ b/src/content/docs/wix/schema/wxs/bootstrapperapplicationref.mdx @@ -1,14 +1,12 @@ --- title: "BootstrapperApplicationRef element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Used to reference a BootstrapperApplication element and optionally add additional payloads to the bootstrapper application. - ## Attributes @@ -30,11 +28,11 @@ Used to reference a BootstrapperApplication element and optionally add additiona diff --git a/src/content/docs/wix/schema/wxs/bootstrapperextension.mdx b/src/content/docs/wix/schema/wxs/bootstrapperextension.mdx index a5e3500..af8177b 100644 --- a/src/content/docs/wix/schema/wxs/bootstrapperextension.mdx +++ b/src/content/docs/wix/schema/wxs/bootstrapperextension.mdx @@ -1,13 +1,14 @@ --- title: "BootstrapperExtension element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; +import { Badge } from '@astrojs/starlight/components'; -[WIX v5] An extension to the Burn engine. Currently requires a WiX compiler extension to do anything useful. + +An extension to the Burn engine. Currently requires a WiX compiler extension to do anything useful. ## Attributes @@ -57,6 +58,10 @@ import BlockDefList from '@components/BlockDefList.astro'; { title: "PayloadGroupRef", link: "../payloadgroupref/" + }, + { + title: "Payloads", + link: "../payloads/" } ]} /> diff --git a/src/content/docs/wix/schema/wxs/bootstrapperextensionref.mdx b/src/content/docs/wix/schema/wxs/bootstrapperextensionref.mdx index 9fcbb35..4eefe9d 100644 --- a/src/content/docs/wix/schema/wxs/bootstrapperextensionref.mdx +++ b/src/content/docs/wix/schema/wxs/bootstrapperextensionref.mdx @@ -1,13 +1,12 @@ --- title: "BootstrapperExtensionRef element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; +import { Badge } from '@astrojs/starlight/components'; -[WiX v5] Used to reference a BootstrapperExtension element. - + ## Attributes diff --git a/src/content/docs/wix/schema/wxs/bundle.mdx b/src/content/docs/wix/schema/wxs/bundle.mdx index f18e677..63bd36c 100644 --- a/src/content/docs/wix/schema/wxs/bundle.mdx +++ b/src/content/docs/wix/schema/wxs/bundle.mdx @@ -1,14 +1,12 @@ --- title: "Bundle element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; The root element for creating bundled packages. - ## Attributes @@ -38,7 +36,7 @@ The root element for creating bundled packages. content={{ title: "Compressed", type: "YesNoDefaultTypeUnion", - typeLink: "../yesnodefaulttype/", + typeLink: "../yesnodefaulttypeunion/", typeTitle: "Values of this type will either be \"default\", \"yes\", or \"no\"." }} > @@ -71,7 +69,7 @@ The root element for creating bundled packages. content={{ title: "DisableModify", type: "YesNoButtonTypeUnion", - typeLink: "../yesnobuttontype/", + typeLink: "../yesnobuttontypeunion/", typeTitle: "Values of this type will either be \"button\", \"yes\"/\"true\", or \"no\"/\"false\"." }} > @@ -86,7 +84,7 @@ The root element for creating bundled packages. Determines whether the bundle can be removed via the Programs and Features (also @@ -384,6 +382,10 @@ The root element for creating bundled packages. title: "PayloadGroupRef", link: "../payloadgroupref/" }, + { + title: "Payloads", + link: "../payloads/" + }, { title: "ProductSearch (Util extension)", link: "../../util/productsearch/" diff --git a/src/content/docs/wix/schema/wxs/bundleattribute.mdx b/src/content/docs/wix/schema/wxs/bundleattribute.mdx index 1bf12ec..d3be207 100644 --- a/src/content/docs/wix/schema/wxs/bundleattribute.mdx +++ b/src/content/docs/wix/schema/wxs/bundleattribute.mdx @@ -1,14 +1,12 @@ --- title: "BundleAttribute element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Used for BundleCustomData. Specifies a BundleAttributeDefinition and its value for the parent BundleElement. - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/bundleattributedefinition.mdx b/src/content/docs/wix/schema/wxs/bundleattributedefinition.mdx index d077cd9..6c532fa 100644 --- a/src/content/docs/wix/schema/wxs/bundleattributedefinition.mdx +++ b/src/content/docs/wix/schema/wxs/bundleattributedefinition.mdx @@ -1,14 +1,12 @@ --- title: "BundleAttributeDefinition element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Attribute definition for BundleCustomData. - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/bundlecustomdata.mdx b/src/content/docs/wix/schema/wxs/bundlecustomdata.mdx index fe71e96..a1427b4 100644 --- a/src/content/docs/wix/schema/wxs/bundlecustomdata.mdx +++ b/src/content/docs/wix/schema/wxs/bundlecustomdata.mdx @@ -1,14 +1,12 @@ --- title: "BundleCustomData element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Defines a custom XML element for use in a bundle data manifest. - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/bundlecustomdataref.mdx b/src/content/docs/wix/schema/wxs/bundlecustomdataref.mdx index bda24d4..432e7bd 100644 --- a/src/content/docs/wix/schema/wxs/bundlecustomdataref.mdx +++ b/src/content/docs/wix/schema/wxs/bundlecustomdataref.mdx @@ -1,14 +1,12 @@ --- title: "BundleCustomDataRef element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Used to reference a BundleCustomData element and optionally add more data. - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/bundleelement.mdx b/src/content/docs/wix/schema/wxs/bundleelement.mdx index c133dc7..57c31cb 100644 --- a/src/content/docs/wix/schema/wxs/bundleelement.mdx +++ b/src/content/docs/wix/schema/wxs/bundleelement.mdx @@ -1,7 +1,6 @@ --- title: "BundleElement element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/wxs/bundleextension.mdx b/src/content/docs/wix/schema/wxs/bundleextension.mdx index 8c775b7..16ac8e6 100644 --- a/src/content/docs/wix/schema/wxs/bundleextension.mdx +++ b/src/content/docs/wix/schema/wxs/bundleextension.mdx @@ -1,14 +1,12 @@ --- title: "BundleExtension element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; [WIX v4 only]An extension to the Burn engine. Currently requires a WiX compiler extension to do anything useful. - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/bundleextensionref.mdx b/src/content/docs/wix/schema/wxs/bundleextensionref.mdx index f188699..48343aa 100644 --- a/src/content/docs/wix/schema/wxs/bundleextensionref.mdx +++ b/src/content/docs/wix/schema/wxs/bundleextensionref.mdx @@ -1,14 +1,12 @@ --- title: "BundleExtensionRef element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; [WiX v4 only] Used to reference a BundleExtension element. - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/bundlepackage.mdx b/src/content/docs/wix/schema/wxs/bundlepackage.mdx index cb43776..25d3a59 100644 --- a/src/content/docs/wix/schema/wxs/bundlepackage.mdx +++ b/src/content/docs/wix/schema/wxs/bundlepackage.mdx @@ -1,14 +1,12 @@ --- title: "BundlePackage element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Describes a single bundle package to install. - ## Attributes @@ -28,7 +26,7 @@ Describes a single bundle package to install. content={{ title: "Cache", type: "KeepRemoveForceTypeUnion", - typeLink: "../keepremoveforcetype/", + typeLink: "../keepremoveforcetypeunion/", typeTitle: "Values of this type will either be \"force\", \"keep\", or \"remove\"." }} > @@ -41,14 +39,15 @@ Describes a single bundle package to install. type: "string" }} > - The identifier to use when caching the package. + The identifier to use when caching the package. WiX provides default cache ids---do not override the default unless you + have a specific need and understand the implications. @@ -162,7 +161,7 @@ Describes a single bundle package to install. Specifies whether the package can be uninstalled. The default is "no". @@ -191,7 +190,7 @@ Describes a single bundle package to install. When set to "yes", the Prereq BA will plan the package to be installed if its InstallCondition is "true" or empty. @@ -266,7 +265,7 @@ Describes a single bundle package to install. Specifies whether the bundle will be displayed in Programs and Features (also known as Add/Remove Programs). @@ -278,7 +277,7 @@ Describes a single bundle package to install. Specifies whether the package must succeed for the chain to continue. The default "yes" @@ -311,6 +310,10 @@ Describes a single bundle package to install. title: "PayloadGroupRef", link: "../payloadgroupref/" }, + { + title: "Payloads", + link: "../payloads/" + }, { title: "Provides", link: "../provides/" diff --git a/src/content/docs/wix/schema/wxs/bundlepackagepayload.mdx b/src/content/docs/wix/schema/wxs/bundlepackagepayload.mdx index d380498..5d8fec4 100644 --- a/src/content/docs/wix/schema/wxs/bundlepackagepayload.mdx +++ b/src/content/docs/wix/schema/wxs/bundlepackagepayload.mdx @@ -1,7 +1,6 @@ --- title: "BundlePackagePayload element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -9,7 +8,6 @@ import BlockDefList from '@components/BlockDefList.astro'; Describes information about the BundlePackage payload. Cannot be specified if the owning BundlePackage specified any of SourceFile, Name, DownloadUrl, or Compressed. - ## Attributes @@ -36,7 +34,7 @@ Describes information about the BundlePackage payload. content={{ title: "Compressed", type: "YesNoDefaultTypeUnion", - typeLink: "../yesnodefaulttype/", + typeLink: "../yesnodefaulttypeunion/", typeTitle: "Values of this type will either be \"default\", \"yes\", or \"no\"." }} > diff --git a/src/content/docs/wix/schema/wxs/burncontainertype.mdx b/src/content/docs/wix/schema/wxs/burncontainertype.mdx index be3deda..4ed7a0e 100644 --- a/src/content/docs/wix/schema/wxs/burncontainertype.mdx +++ b/src/content/docs/wix/schema/wxs/burncontainertype.mdx @@ -1,5 +1,7 @@ --- title: "BurnContainerType type" +sidebar: + hidden: true --- Values of this type will either be "attached" or "detached". diff --git a/src/content/docs/wix/schema/wxs/burnexeprotocoltype.mdx b/src/content/docs/wix/schema/wxs/burnexeprotocoltype.mdx index 2f1b9db..1c58f85 100644 --- a/src/content/docs/wix/schema/wxs/burnexeprotocoltype.mdx +++ b/src/content/docs/wix/schema/wxs/burnexeprotocoltype.mdx @@ -1,5 +1,7 @@ --- title: "BurnExeProtocolType type" +sidebar: + hidden: true --- The list of communcation protocols with executable packages Burn supports. diff --git a/src/content/docs/wix/schema/wxs/category.mdx b/src/content/docs/wix/schema/wxs/category.mdx index 2e90acb..4271005 100644 --- a/src/content/docs/wix/schema/wxs/category.mdx +++ b/src/content/docs/wix/schema/wxs/category.mdx @@ -1,14 +1,12 @@ --- title: "Category element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Qualified published component for parent Component - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/ccpsearch.mdx b/src/content/docs/wix/schema/wxs/ccpsearch.mdx index 38ccd98..634727c 100644 --- a/src/content/docs/wix/schema/wxs/ccpsearch.mdx +++ b/src/content/docs/wix/schema/wxs/ccpsearch.mdx @@ -1,7 +1,6 @@ --- title: "CCPSearch element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/wxs/chain.mdx b/src/content/docs/wix/schema/wxs/chain.mdx index 151a84a..9a46300 100644 --- a/src/content/docs/wix/schema/wxs/chain.mdx +++ b/src/content/docs/wix/schema/wxs/chain.mdx @@ -1,14 +1,12 @@ --- title: "Chain element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Contains the chain of packages to install. - ## Attributes @@ -16,7 +14,7 @@ Contains the chain of packages to install. Specifies whether the bundle will attempt to roll back packages @@ -30,7 +28,7 @@ Contains the chain of packages to install. Specifies whether the bundle will attempt to create a system @@ -44,7 +42,7 @@ Contains the chain of packages to install. Specifies whether the bundle will start installing packages diff --git a/src/content/docs/wix/schema/wxs/class.mdx b/src/content/docs/wix/schema/wxs/class.mdx index 4494984..54829c8 100644 --- a/src/content/docs/wix/schema/wxs/class.mdx +++ b/src/content/docs/wix/schema/wxs/class.mdx @@ -1,14 +1,12 @@ --- title: "Class element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; COM Class registration for parent Component. - ## Attributes @@ -16,7 +14,7 @@ COM Class registration for parent Component. Set this value to "yes" in order to create a normal Class table row. Set this value to @@ -68,7 +66,7 @@ COM Class registration for parent Component. Set this attribute's value to 'yes' to identify an object as an ActiveX Control. The default value is 'no'. @@ -144,7 +142,7 @@ COM Class registration for parent Component. Specifies the CLSID may be insertable. @@ -153,7 +151,7 @@ COM Class registration for parent Component. Specifies the CLSID may be programmable. @@ -162,7 +160,7 @@ COM Class registration for parent Component. When the value is "yes", the bare file name can be used for COM servers. The installer @@ -173,7 +171,7 @@ COM Class registration for parent Component. May only be specified if the value of the Advertise attribute is "no". @@ -182,7 +180,7 @@ COM Class registration for parent Component. May only be specified if the value of the Advertise attribute is "no". @@ -202,7 +200,7 @@ COM Class registration for parent Component. Specifies whether or not to use the short path for the COM server. This can only apply when Advertise is set to 'no'. The default is 'no' meaning that it will use the long file name for the COM server. diff --git a/src/content/docs/wix/schema/wxs/column.mdx b/src/content/docs/wix/schema/wxs/column.mdx index 3fe3897..ac55ccf 100644 --- a/src/content/docs/wix/schema/wxs/column.mdx +++ b/src/content/docs/wix/schema/wxs/column.mdx @@ -1,14 +1,12 @@ --- title: "Column element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Column definition for a Custom Table - ## Attributes @@ -91,7 +89,7 @@ Column definition for a Custom Table Whether this column can be localized. @@ -133,7 +131,7 @@ Column definition for a Custom Table Whether this column can be left null. @@ -142,7 +140,7 @@ Column definition for a Custom Table Whether this column is a primary key. diff --git a/src/content/docs/wix/schema/wxs/combobox.mdx b/src/content/docs/wix/schema/wxs/combobox.mdx index cbb160c..09aa820 100644 --- a/src/content/docs/wix/schema/wxs/combobox.mdx +++ b/src/content/docs/wix/schema/wxs/combobox.mdx @@ -1,14 +1,12 @@ --- title: "ComboBox element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Set of items for a particular ComboBox control tied to an install Property - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/commandline.mdx b/src/content/docs/wix/schema/wxs/commandline.mdx index 83a2934..8d35626 100644 --- a/src/content/docs/wix/schema/wxs/commandline.mdx +++ b/src/content/docs/wix/schema/wxs/commandline.mdx @@ -1,14 +1,12 @@ --- title: "CommandLine element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Describes additional, conditional command-line arguments for an ExePackage or BundlePackage. - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/compliancecheck.mdx b/src/content/docs/wix/schema/wxs/compliancecheck.mdx index 58b5856..ae7123d 100644 --- a/src/content/docs/wix/schema/wxs/compliancecheck.mdx +++ b/src/content/docs/wix/schema/wxs/compliancecheck.mdx @@ -1,7 +1,6 @@ --- title: "ComplianceCheck element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/wxs/compliancedrive.mdx b/src/content/docs/wix/schema/wxs/compliancedrive.mdx index 02493f7..5d88e06 100644 --- a/src/content/docs/wix/schema/wxs/compliancedrive.mdx +++ b/src/content/docs/wix/schema/wxs/compliancedrive.mdx @@ -1,7 +1,6 @@ --- title: "ComplianceDrive element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/wxs/component.mdx b/src/content/docs/wix/schema/wxs/component.mdx index c05992b..ee51007 100644 --- a/src/content/docs/wix/schema/wxs/component.mdx +++ b/src/content/docs/wix/schema/wxs/component.mdx @@ -1,14 +1,12 @@ --- title: "Component element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Component for parent Directory - ## Attributes @@ -17,7 +15,7 @@ Component for parent Directory content={{ title: "Bitness", type: "BitnessTypeUnion", - typeLink: "../bitnesstype/", + typeLink: "../bitnesstypeunion/", typeTitle: "Values of this type will be \"default\", \"always32\" or \"always64\"." }} > @@ -65,7 +63,7 @@ Component for parent Directory Set this attribute to 'yes' in order to disable registry reflection on all existing and @@ -137,7 +135,7 @@ Component for parent Directory If this attribute's value is set to 'yes', then the Directory of this Component is used @@ -165,7 +163,7 @@ Component for parent Directory If this attribute is set to 'yes', a new Component/@Guid will be generated for each @@ -177,7 +175,7 @@ Component for parent Directory If this attribute is set to 'yes', the installer does not install or reinstall the @@ -191,7 +189,7 @@ Component for parent Directory If this attribute is set to 'yes', the installer does not remove the component during @@ -205,7 +203,7 @@ Component for parent Directory If this attribute's value is set to 'yes', enables advanced patching semantics for @@ -217,7 +215,7 @@ Component for parent Directory If this attribute's value is set to 'yes', the installer increments the reference count @@ -238,7 +236,7 @@ Component for parent Directory If this attribute is set to 'yes', the installer reevaluates the value of the statement @@ -251,7 +249,7 @@ Component for parent Directory If this attribute is set to 'yes', the installer will uninstall the Component's files @@ -346,7 +344,7 @@ Component for parent Directory }, { title: "Driver (Buildtools extension)", - link: "../../buildtools/driver/" + link: "/firegiant/schema/buildtools/driver/" }, { title: "Environment", @@ -378,15 +376,15 @@ Component for parent Directory }, { title: "HarvestFile (Buildtools extension)", - link: "../../buildtools/harvestfile/" + link: "/firegiant/schema/buildtools/harvestfile/" }, { title: "HarvestFolder (Buildtools extension)", - link: "../../buildtools/harvestfolder/" + link: "/firegiant/schema/buildtools/harvestfolder/" }, { title: "HarvestProjectOutput (Buildtools extension)", - link: "../../buildtools/harvestprojectoutput/" + link: "/firegiant/schema/buildtools/harvestprojectoutput/" }, { title: "IniFile", @@ -434,7 +432,7 @@ Component for parent Directory }, { title: "ProtectedService (Buildtools extension)", - link: "../../buildtools/protectedservice/" + link: "/firegiant/schema/buildtools/protectedservice/" }, { title: "Provides", @@ -442,7 +440,7 @@ Component for parent Directory }, { title: "PublicRegistry (Msix extension)", - link: "../../msix/publicregistry/" + link: "/firegiant/schema/msix/publicregistry/" }, { title: "RegistryKey", diff --git a/src/content/docs/wix/schema/wxs/componentgroup.mdx b/src/content/docs/wix/schema/wxs/componentgroup.mdx index 0de879e..f47f16d 100644 --- a/src/content/docs/wix/schema/wxs/componentgroup.mdx +++ b/src/content/docs/wix/schema/wxs/componentgroup.mdx @@ -1,14 +1,12 @@ --- title: "ComponentGroup element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Groups together multiple components to be used in other locations. - ## Attributes @@ -79,7 +77,7 @@ Groups together multiple components to be used in other locations. }, { title: "PublicRegistry (Msix extension)", - link: "../../msix/publicregistry/" + link: "/firegiant/schema/msix/publicregistry/" } ]} /> diff --git a/src/content/docs/wix/schema/wxs/componentgroupref.mdx b/src/content/docs/wix/schema/wxs/componentgroupref.mdx index e91b253..e3767c9 100644 --- a/src/content/docs/wix/schema/wxs/componentgroupref.mdx +++ b/src/content/docs/wix/schema/wxs/componentgroupref.mdx @@ -1,7 +1,6 @@ --- title: "ComponentGroupRef element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -9,7 +8,6 @@ import BlockDefList from '@components/BlockDefList.astro'; Create a reference to a ComponentGroup in another Fragment. _New in WiX v5: Can be a child of the `Package` element._ - ## Attributes @@ -27,7 +25,7 @@ Create a reference to a ComponentGroup in another Fragment. Set this attribute to 'yes' in order to make the parent feature of this component diff --git a/src/content/docs/wix/schema/wxs/componentguid.mdx b/src/content/docs/wix/schema/wxs/componentguid.mdx index e0ca51d..c2e8a00 100644 --- a/src/content/docs/wix/schema/wxs/componentguid.mdx +++ b/src/content/docs/wix/schema/wxs/componentguid.mdx @@ -1,5 +1,7 @@ --- title: "ComponentGuid type" +sidebar: + hidden: true --- Values of this type must be a GUID, with or without braces: `01234567-89AB-CDEF-0123-456789ABCDEF` or `\{01234567-89AB-CDEF-0123-456789ABCDEF}`. `PUT-GUID-HERE` can be used for sample code. Empty values are also supported. diff --git a/src/content/docs/wix/schema/wxs/componentref.mdx b/src/content/docs/wix/schema/wxs/componentref.mdx index 65d6ce8..e8e333a 100644 --- a/src/content/docs/wix/schema/wxs/componentref.mdx +++ b/src/content/docs/wix/schema/wxs/componentref.mdx @@ -1,7 +1,6 @@ --- title: "ComponentRef element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -9,7 +8,6 @@ import BlockDefList from '@components/BlockDefList.astro'; Create a reference to a Feature element in another Fragment. _New in WiX v5: Can be a child of the `Package` element._ - ## Attributes @@ -27,7 +25,7 @@ Create a reference to a Feature element in another Fragment. Set this attribute to 'yes' in order to make the parent feature of this component diff --git a/src/content/docs/wix/schema/wxs/componentsearch.mdx b/src/content/docs/wix/schema/wxs/componentsearch.mdx index 1022b7d..0537e60 100644 --- a/src/content/docs/wix/schema/wxs/componentsearch.mdx +++ b/src/content/docs/wix/schema/wxs/componentsearch.mdx @@ -1,14 +1,12 @@ --- title: "ComponentSearch element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Searches for file or directory and assigns to value of parent Property. - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/compressionleveltype.mdx b/src/content/docs/wix/schema/wxs/compressionleveltype.mdx index 6331eb2..cc18cf6 100644 --- a/src/content/docs/wix/schema/wxs/compressionleveltype.mdx +++ b/src/content/docs/wix/schema/wxs/compressionleveltype.mdx @@ -1,5 +1,7 @@ --- title: "CompressionLevelType type" +sidebar: + hidden: true --- Indicates the compression level for a cabinet. diff --git a/src/content/docs/wix/schema/wxs/compressionleveltypeunion.mdx b/src/content/docs/wix/schema/wxs/compressionleveltypeunion.mdx index 2dc70d3..fba2681 100644 --- a/src/content/docs/wix/schema/wxs/compressionleveltypeunion.mdx +++ b/src/content/docs/wix/schema/wxs/compressionleveltypeunion.mdx @@ -1,5 +1,11 @@ --- title: "CompressionLevelTypeUnion type" +sidebar: + hidden: true --- Indicates the compression level for a cabinet. + +## Member types + +- [CompressionLevelType](../compressionleveltype/) diff --git a/src/content/docs/wix/schema/wxs/configuration.mdx b/src/content/docs/wix/schema/wxs/configuration.mdx index d2e3942..fcb0c48 100644 --- a/src/content/docs/wix/schema/wxs/configuration.mdx +++ b/src/content/docs/wix/schema/wxs/configuration.mdx @@ -1,14 +1,12 @@ --- title: "Configuration element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Defines the configurable attributes of merge module. - ## Attributes @@ -84,7 +82,7 @@ Defines the configurable attributes of merge module. Does not merge rule according to rules in MSI SDK. @@ -103,7 +101,7 @@ Defines the configurable attributes of merge module. If yes, null is not a valid entry. diff --git a/src/content/docs/wix/schema/wxs/configurationdata.mdx b/src/content/docs/wix/schema/wxs/configurationdata.mdx index 5918ff5..050e416 100644 --- a/src/content/docs/wix/schema/wxs/configurationdata.mdx +++ b/src/content/docs/wix/schema/wxs/configurationdata.mdx @@ -1,14 +1,12 @@ --- title: "ConfigurationData element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Data to use as input to a configurable merge module. - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/container.mdx b/src/content/docs/wix/schema/wxs/container.mdx index f92cfcf..49fdcb2 100644 --- a/src/content/docs/wix/schema/wxs/container.mdx +++ b/src/content/docs/wix/schema/wxs/container.mdx @@ -1,14 +1,12 @@ --- title: "Container element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Representation of a file that contains one or more files. - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/containerref.mdx b/src/content/docs/wix/schema/wxs/containerref.mdx index d0b81a9..bb018f3 100644 --- a/src/content/docs/wix/schema/wxs/containerref.mdx +++ b/src/content/docs/wix/schema/wxs/containerref.mdx @@ -1,14 +1,12 @@ --- title: "ContainerRef element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Create a reference to an existing Container element. - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/control.mdx b/src/content/docs/wix/schema/wxs/control.mdx index ae1ea95..acfd675 100644 --- a/src/content/docs/wix/schema/wxs/control.mdx +++ b/src/content/docs/wix/schema/wxs/control.mdx @@ -1,14 +1,12 @@ --- title: "Control element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Contains the controls that appear on each dialog. - ## Attributes @@ -16,7 +14,7 @@ Contains the controls that appear on each dialog. This attribute is only valid for RadioButton and PushButton Controls. @@ -25,7 +23,7 @@ Contains the controls that appear on each dialog. Set this attribute to "yes" to cause this Control to be invoked by the escape key. @@ -34,7 +32,7 @@ Contains the controls that appear on each dialog. This attribute is only valid for Volume and Directory Controls. @@ -61,7 +59,7 @@ Contains the controls that appear on each dialog. This attribute is only valid for ComboBox Controls. @@ -70,7 +68,7 @@ Contains the controls that appear on each dialog. Set this attribute to "yes" to cause this Control to be invoked by the return key. @@ -97,7 +95,7 @@ Contains the controls that appear on each dialog. Set this attribute to "yes" to cause the Control to be disabled. @@ -106,7 +104,7 @@ Contains the controls that appear on each dialog. This attribute is only valid for PushButton controls. @@ -130,7 +128,7 @@ Contains the controls that appear on each dialog. This attribute is only valid for Volume and Directory Controls. @@ -139,7 +137,7 @@ Contains the controls that appear on each dialog. This attribute is only valid for RadioButton, PushButton, and Icon Controls. @@ -148,7 +146,7 @@ Contains the controls that appear on each dialog. This attribute is only valid for Volume and Directory Controls. @@ -157,7 +155,7 @@ Contains the controls that appear on each dialog. This attribute is only valid for Text Controls. @@ -166,7 +164,7 @@ Contains the controls that appear on each dialog. This attribute is only valid for RadioButton Controls. @@ -196,7 +194,7 @@ Contains the controls that appear on each dialog. Set this attribute to "yes" to cause the Control to be hidden. @@ -214,7 +212,7 @@ Contains the controls that appear on each dialog. This attribute is only valid for RadioButton and PushButton Controls. @@ -245,7 +243,7 @@ Contains the controls that appear on each dialog. This attribute is only valid for RadioButton, PushButton, and Icon Controls. @@ -254,7 +252,7 @@ Contains the controls that appear on each dialog. Specifies whether the value displayed or changed by this control is referenced indirectly. If this bit is set, the control displays or changes the value of the property that has the identifier listed in the Property column of the Control table. @@ -263,7 +261,7 @@ Contains the controls that appear on each dialog. Set this attribute to "yes" to cause the linked Property value for the Control to be treated as an integer. Otherwise, the Property will be treated as a string. @@ -272,7 +270,7 @@ Contains the controls that appear on each dialog. Set this attribute to "yes" to cause the scroll bar to display on the left side of the Control. @@ -281,7 +279,7 @@ Contains the controls that appear on each dialog. This attribute is only valid for Edit Controls. @@ -290,7 +288,7 @@ Contains the controls that appear on each dialog. This attribute is only valid for Text Controls. @@ -299,7 +297,7 @@ Contains the controls that appear on each dialog. This attribute is only valid for Text Controls. @@ -308,7 +306,7 @@ Contains the controls that appear on each dialog. This attribute is only valid for Edit Controls. @@ -317,7 +315,7 @@ Contains the controls that appear on each dialog. This attribute is only valid for ProgressBar Controls. @@ -335,7 +333,7 @@ Contains the controls that appear on each dialog. This attribute is only valid for RadioButton and Checkbox Controls. @@ -344,7 +342,7 @@ Contains the controls that appear on each dialog. This attribute is only valid for Volume and Directory Controls. @@ -353,7 +351,7 @@ Contains the controls that appear on each dialog. This attribute is only valid for Volume and Directory Controls. @@ -362,7 +360,7 @@ Contains the controls that appear on each dialog. This attribute is only valid for Volume and Directory Controls. @@ -371,7 +369,7 @@ Contains the controls that appear on each dialog. Set this attribute to "yes" to cause the Control to be right aligned. @@ -380,7 +378,7 @@ Contains the controls that appear on each dialog. Set this attribute to "yes" to cause the Control to display from right to left. @@ -398,7 +396,7 @@ Contains the controls that appear on each dialog. This attribute is only valid for VolumeCostList Controls. @@ -407,7 +405,7 @@ Contains the controls that appear on each dialog. This attribute is only valid for ListBox, ListView, and ComboBox Controls. Set @@ -418,7 +416,7 @@ Contains the controls that appear on each dialog. Set this attribute to "yes" to cause the Control to be sunken. @@ -427,7 +425,7 @@ Contains the controls that appear on each dialog. Set this attribute to "yes" to cause this Control to be skipped in the tab sequence. @@ -454,7 +452,7 @@ Contains the controls that appear on each dialog. This attribute is only valid for Text Controls. @@ -473,7 +471,7 @@ Contains the controls that appear on each dialog. This attribute is only valid for Text Controls. diff --git a/src/content/docs/wix/schema/wxs/copyfile.mdx b/src/content/docs/wix/schema/wxs/copyfile.mdx index 20b8081..f4f8d4d 100644 --- a/src/content/docs/wix/schema/wxs/copyfile.mdx +++ b/src/content/docs/wix/schema/wxs/copyfile.mdx @@ -1,7 +1,6 @@ --- title: "CopyFile element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -16,7 +15,6 @@ Copy or move an existing file on the target machine, or copy a file that is bein specified destination directory is the same as the directory containing the original file and the name for the proposed source file is the same as the original, then no action takes place. - ## Attributes @@ -24,7 +22,7 @@ Copy or move an existing file on the target machine, or copy a file that is bein This attribute cannot be specified if the element is nested under a File element or the FileId attribute is specified. In other diff --git a/src/content/docs/wix/schema/wxs/costfinalize.mdx b/src/content/docs/wix/schema/wxs/costfinalize.mdx index 0e14cb8..3d6fc87 100644 --- a/src/content/docs/wix/schema/wxs/costfinalize.mdx +++ b/src/content/docs/wix/schema/wxs/costfinalize.mdx @@ -1,7 +1,6 @@ --- title: "CostFinalize element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/wxs/costinitialize.mdx b/src/content/docs/wix/schema/wxs/costinitialize.mdx index 1ec293b..129ec6c 100644 --- a/src/content/docs/wix/schema/wxs/costinitialize.mdx +++ b/src/content/docs/wix/schema/wxs/costinitialize.mdx @@ -1,7 +1,6 @@ --- title: "CostInitialize element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/wxs/createfolder.mdx b/src/content/docs/wix/schema/wxs/createfolder.mdx index ac1d20c..8fb8517 100644 --- a/src/content/docs/wix/schema/wxs/createfolder.mdx +++ b/src/content/docs/wix/schema/wxs/createfolder.mdx @@ -1,14 +1,12 @@ --- title: "CreateFolder element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Create folder as part of parent Component. - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/createfolders.mdx b/src/content/docs/wix/schema/wxs/createfolders.mdx index 30a1deb..0ac0a85 100644 --- a/src/content/docs/wix/schema/wxs/createfolders.mdx +++ b/src/content/docs/wix/schema/wxs/createfolders.mdx @@ -1,7 +1,6 @@ --- title: "CreateFolders element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/wxs/createshortcuts.mdx b/src/content/docs/wix/schema/wxs/createshortcuts.mdx index b674cfb..da66647 100644 --- a/src/content/docs/wix/schema/wxs/createshortcuts.mdx +++ b/src/content/docs/wix/schema/wxs/createshortcuts.mdx @@ -1,7 +1,6 @@ --- title: "CreateShortcuts element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/wxs/custom.mdx b/src/content/docs/wix/schema/wxs/custom.mdx index fcd7dbc..1d90b5e 100644 --- a/src/content/docs/wix/schema/wxs/custom.mdx +++ b/src/content/docs/wix/schema/wxs/custom.mdx @@ -1,14 +1,12 @@ --- title: "Custom element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Use to sequence a custom action. - ## Attributes @@ -68,7 +66,7 @@ Use to sequence a custom action. If "yes", the sequencing of this action may be overridden by sequencing elsewhere. diff --git a/src/content/docs/wix/schema/wxs/customaction.mdx b/src/content/docs/wix/schema/wxs/customaction.mdx index a613de7..33854bf 100644 --- a/src/content/docs/wix/schema/wxs/customaction.mdx +++ b/src/content/docs/wix/schema/wxs/customaction.mdx @@ -1,7 +1,6 @@ --- title: "CustomAction element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -10,7 +9,6 @@ Specifies a custom action to be added to the MSI CustomAction table. Various com correspond to different custom action types. For more information about custom actions see the [ Custom Action Types](https://learn.microsoft.com/en-us/windows/win32/msi/summary-list-of-all-custom-action-types) topic on MSDN. - ## Attributes @@ -32,7 +30,7 @@ Specifies a custom action to be added to the MSI CustomAction table. Various com content={{ title: "Bitness", type: "BitnessTypeUnion", - typeLink: "../bitnesstype/", + typeLink: "../bitnesstypeunion/", typeTitle: "Values of this type will be \"default\", \"always32\" or \"always64\"." }} > @@ -123,7 +121,7 @@ Specifies a custom action to be added to the MSI CustomAction table. Various com Ensures the installer does not log the CustomActionData for the deferred custom action. @@ -142,7 +140,7 @@ Specifies a custom action to be added to the MSI CustomAction table. Various com This attribute specifies whether the Windows Installer, which executes as LocalSystem, @@ -165,7 +163,7 @@ Specifies a custom action to be added to the MSI CustomAction table. Various com This attribute specifies that the Windows Installer, execute the custom action only when @@ -238,7 +236,7 @@ Specifies a custom action to be added to the MSI CustomAction table. Various com Use to suppress modularization of this custom action name in merge modules. @@ -250,7 +248,7 @@ Specifies a custom action to be added to the MSI CustomAction table. Various com This attribute specifies controls whether the custom action will impersonate the diff --git a/src/content/docs/wix/schema/wxs/customactionref.mdx b/src/content/docs/wix/schema/wxs/customactionref.mdx index b04e736..c8b44f6 100644 --- a/src/content/docs/wix/schema/wxs/customactionref.mdx +++ b/src/content/docs/wix/schema/wxs/customactionref.mdx @@ -1,7 +1,6 @@ --- title: "CustomActionRef element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -9,7 +8,6 @@ import BlockDefList from '@components/BlockDefList.astro'; This will cause the entire contents of the Fragment containing the referenced CustomAction to be included in the installer database. - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/customtable.mdx b/src/content/docs/wix/schema/wxs/customtable.mdx index 5e3d851..9291f3e 100644 --- a/src/content/docs/wix/schema/wxs/customtable.mdx +++ b/src/content/docs/wix/schema/wxs/customtable.mdx @@ -1,14 +1,12 @@ --- title: "CustomTable element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Defines a custom table for use from a custom action. - ## Attributes @@ -26,7 +24,7 @@ Defines a custom table for use from a custom action. Indicates the table is not supposed to be included in the final output. diff --git a/src/content/docs/wix/schema/wxs/customtableref.mdx b/src/content/docs/wix/schema/wxs/customtableref.mdx index 111d703..4f9923a 100644 --- a/src/content/docs/wix/schema/wxs/customtableref.mdx +++ b/src/content/docs/wix/schema/wxs/customtableref.mdx @@ -1,14 +1,12 @@ --- title: "CustomTableRef element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Used to reference a CustomTable element and optionally add more data. - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/data.mdx b/src/content/docs/wix/schema/wxs/data.mdx index 86d9577..a9a4689 100644 --- a/src/content/docs/wix/schema/wxs/data.mdx +++ b/src/content/docs/wix/schema/wxs/data.mdx @@ -1,14 +1,12 @@ --- title: "Data element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Used for a Custom Table. Specifies the data for the parent Row and specified Column. - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/deleteservices.mdx b/src/content/docs/wix/schema/wxs/deleteservices.mdx index 2b03d4d..52cf726 100644 --- a/src/content/docs/wix/schema/wxs/deleteservices.mdx +++ b/src/content/docs/wix/schema/wxs/deleteservices.mdx @@ -1,7 +1,6 @@ --- title: "DeleteServices element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/wxs/dependency.mdx b/src/content/docs/wix/schema/wxs/dependency.mdx index f6b2140..815b6bb 100644 --- a/src/content/docs/wix/schema/wxs/dependency.mdx +++ b/src/content/docs/wix/schema/wxs/dependency.mdx @@ -1,14 +1,12 @@ --- title: "Dependency element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Declares a dependency on another merge module. - ## Attributes @@ -45,3 +43,14 @@ Declares a dependency on another merge module. + + +## Parents + + \ No newline at end of file diff --git a/src/content/docs/wix/schema/wxs/dialog.mdx b/src/content/docs/wix/schema/wxs/dialog.mdx index cab4ea8..8d371ef 100644 --- a/src/content/docs/wix/schema/wxs/dialog.mdx +++ b/src/content/docs/wix/schema/wxs/dialog.mdx @@ -1,14 +1,12 @@ --- title: "Dialog element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Defines a dialog box in the Dialog Table. - ## Attributes @@ -16,7 +14,7 @@ Defines a dialog box in the Dialog Table. Used to specify if pictures in the dialog box are rendered with a custom palette. @@ -25,7 +23,7 @@ Defines a dialog box in the Dialog Table. Specifies this dialog as an error dialog. @@ -46,7 +44,7 @@ Defines a dialog box in the Dialog Table. Used to hide the dialog. @@ -65,7 +63,7 @@ Defines a dialog box in the Dialog Table. Keep modeless dialogs alive when this dialog is created through DoAction. @@ -74,7 +72,7 @@ Defines a dialog box in the Dialog Table. Used to align the scroll bar on the left. @@ -83,7 +81,7 @@ Defines a dialog box in the Dialog Table. Used to set the dialog as modeless. @@ -92,7 +90,7 @@ Defines a dialog box in the Dialog Table. Used to specify if the dialog can be minimized. @@ -101,7 +99,7 @@ Defines a dialog box in the Dialog Table. Align text on the right. @@ -110,7 +108,7 @@ Defines a dialog box in the Dialog Table. Used to specify if the text in the dialog should be displayed in right to left reading order. @@ -119,7 +117,7 @@ Defines a dialog box in the Dialog Table. Used to set the dialog as system modal. @@ -137,7 +135,7 @@ Defines a dialog box in the Dialog Table. Have the dialog periodically call the installer to check if available disk space has changed. diff --git a/src/content/docs/wix/schema/wxs/dialogref.mdx b/src/content/docs/wix/schema/wxs/dialogref.mdx index c1ca621..ec4f599 100644 --- a/src/content/docs/wix/schema/wxs/dialogref.mdx +++ b/src/content/docs/wix/schema/wxs/dialogref.mdx @@ -1,7 +1,6 @@ --- title: "DialogRef element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -9,7 +8,6 @@ import BlockDefList from '@components/BlockDefList.astro'; Reference to a Dialog. This will cause the entire referenced section's contents to be included in the installer database. - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/digitalcertificate.mdx b/src/content/docs/wix/schema/wxs/digitalcertificate.mdx index 32b81c3..c3cf08f 100644 --- a/src/content/docs/wix/schema/wxs/digitalcertificate.mdx +++ b/src/content/docs/wix/schema/wxs/digitalcertificate.mdx @@ -1,14 +1,12 @@ --- title: "DigitalCertificate element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Adds a digital certificate. - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/digitalcertificateref.mdx b/src/content/docs/wix/schema/wxs/digitalcertificateref.mdx index 86ef214..c52402b 100644 --- a/src/content/docs/wix/schema/wxs/digitalcertificateref.mdx +++ b/src/content/docs/wix/schema/wxs/digitalcertificateref.mdx @@ -1,7 +1,6 @@ --- title: "DigitalCertificateRef element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -9,7 +8,6 @@ import BlockDefList from '@components/BlockDefList.astro'; Reference to a DigitalCertificate element. This will force the entire referenced Fragment's contents to be included in the installer database. This is only used for references when patching. - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/digitalsignature.mdx b/src/content/docs/wix/schema/wxs/digitalsignature.mdx index 2e9905c..6f4a455 100644 --- a/src/content/docs/wix/schema/wxs/digitalsignature.mdx +++ b/src/content/docs/wix/schema/wxs/digitalsignature.mdx @@ -1,14 +1,12 @@ --- title: "DigitalSignature element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Adds a digital signature. - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/directory.mdx b/src/content/docs/wix/schema/wxs/directory.mdx index 4c32b91..3cf988b 100644 --- a/src/content/docs/wix/schema/wxs/directory.mdx +++ b/src/content/docs/wix/schema/wxs/directory.mdx @@ -1,14 +1,12 @@ --- title: "Directory element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Directory layout for the product. Also specifies the mappings between source and target directories. - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/directoryref.mdx b/src/content/docs/wix/schema/wxs/directoryref.mdx index 95c5486..126d7fd 100644 --- a/src/content/docs/wix/schema/wxs/directoryref.mdx +++ b/src/content/docs/wix/schema/wxs/directoryref.mdx @@ -1,14 +1,12 @@ --- title: "DirectoryRef element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Create a reference to a Directory element in another Fragment. - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/directorysearch.mdx b/src/content/docs/wix/schema/wxs/directorysearch.mdx index 8c1069e..bb7d28b 100644 --- a/src/content/docs/wix/schema/wxs/directorysearch.mdx +++ b/src/content/docs/wix/schema/wxs/directorysearch.mdx @@ -1,14 +1,12 @@ --- title: "DirectorySearch element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Searches for directory and assigns to value of parent Property. - ## Attributes @@ -16,7 +14,7 @@ Searches for directory and assigns to value of parent Property. Set the value of the outer Property to the result of this search. See remarks for more information. diff --git a/src/content/docs/wix/schema/wxs/directorysearchref.mdx b/src/content/docs/wix/schema/wxs/directorysearchref.mdx index 8d1b77f..bce0303 100644 --- a/src/content/docs/wix/schema/wxs/directorysearchref.mdx +++ b/src/content/docs/wix/schema/wxs/directorysearchref.mdx @@ -1,14 +1,12 @@ --- title: "DirectorySearchRef element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; References an existing DirectorySearch element. - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/disablerollback.mdx b/src/content/docs/wix/schema/wxs/disablerollback.mdx index 7070be6..43adb43 100644 --- a/src/content/docs/wix/schema/wxs/disablerollback.mdx +++ b/src/content/docs/wix/schema/wxs/disablerollback.mdx @@ -1,7 +1,6 @@ --- title: "DisableRollback element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/wxs/diskidtype.mdx b/src/content/docs/wix/schema/wxs/diskidtype.mdx index daffdfa..912f80c 100644 --- a/src/content/docs/wix/schema/wxs/diskidtype.mdx +++ b/src/content/docs/wix/schema/wxs/diskidtype.mdx @@ -1,5 +1,7 @@ --- title: "DiskIdType type" +sidebar: + hidden: true --- Values of this type must be an integer or the value of one or more preprocessor variables with the format `$(Variable)` or `$(var.Variable)`. diff --git a/src/content/docs/wix/schema/wxs/duplicatefiles.mdx b/src/content/docs/wix/schema/wxs/duplicatefiles.mdx index 6fb6241..2177d9f 100644 --- a/src/content/docs/wix/schema/wxs/duplicatefiles.mdx +++ b/src/content/docs/wix/schema/wxs/duplicatefiles.mdx @@ -1,7 +1,6 @@ --- title: "DuplicateFiles element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/wxs/embeddedchainer.mdx b/src/content/docs/wix/schema/wxs/embeddedchainer.mdx index 38eb510..084d72e 100644 --- a/src/content/docs/wix/schema/wxs/embeddedchainer.mdx +++ b/src/content/docs/wix/schema/wxs/embeddedchainer.mdx @@ -1,14 +1,10 @@ --- title: "EmbeddedChainer element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; - - - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/embeddedchainerref.mdx b/src/content/docs/wix/schema/wxs/embeddedchainerref.mdx index ddebe50..adc2801 100644 --- a/src/content/docs/wix/schema/wxs/embeddedchainerref.mdx +++ b/src/content/docs/wix/schema/wxs/embeddedchainerref.mdx @@ -1,7 +1,6 @@ --- title: "EmbeddedChainerRef element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -9,7 +8,6 @@ import BlockDefList from '@components/BlockDefList.astro'; Reference to an EmbeddedChainer element. This will force the entire referenced Fragment's contents to be included in the installer database. - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/embeddedui.mdx b/src/content/docs/wix/schema/wxs/embeddedui.mdx index 5c4dc38..46186f6 100644 --- a/src/content/docs/wix/schema/wxs/embeddedui.mdx +++ b/src/content/docs/wix/schema/wxs/embeddedui.mdx @@ -1,14 +1,10 @@ --- title: "EmbeddedUI element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; - - - ## Attributes @@ -26,7 +22,7 @@ import BlockDefList from '@components/BlockDefList.astro'; Embedded UI will not recieve any INSTALLLOGMODE_ACTIONDATA messages. @@ -35,7 +31,7 @@ import BlockDefList from '@components/BlockDefList.astro'; Embedded UI will not recieve any INSTALLLOGMODE_ACTIONSTART messages. @@ -44,7 +40,7 @@ import BlockDefList from '@components/BlockDefList.astro'; Embedded UI will not recieve any INSTALLLOGMODE_COMMONDATA messages. @@ -53,7 +49,7 @@ import BlockDefList from '@components/BlockDefList.astro'; Embedded UI will not recieve any INSTALLLOGMODE_ERROR messages. @@ -62,7 +58,7 @@ import BlockDefList from '@components/BlockDefList.astro'; Embedded UI will not recieve any INSTALLLOGMODE_FATALEXIT messages. @@ -71,7 +67,7 @@ import BlockDefList from '@components/BlockDefList.astro'; Embedded UI will not recieve any INSTALLLOGMODE_FILESINUSE messages. @@ -80,7 +76,7 @@ import BlockDefList from '@components/BlockDefList.astro'; Embedded UI will not recieve any INSTALLLOGMODE_INFO messages. @@ -89,7 +85,7 @@ import BlockDefList from '@components/BlockDefList.astro'; Embedded UI will not recieve any INSTALLLOGMODE_INITIALIZE messages. @@ -98,7 +94,7 @@ import BlockDefList from '@components/BlockDefList.astro'; Embedded UI will not recieve any INSTALLLOGMODE_INSTALLEND messages. @@ -107,7 +103,7 @@ import BlockDefList from '@components/BlockDefList.astro'; Embedded UI will not recieve any INSTALLLOGMODE_INSTALLSTART messages. @@ -116,7 +112,7 @@ import BlockDefList from '@components/BlockDefList.astro'; Embedded UI will not recieve any INSTALLLOGMODE_OUTOFDISKSPACE messages. @@ -125,7 +121,7 @@ import BlockDefList from '@components/BlockDefList.astro'; Embedded UI will not recieve any INSTALLLOGMODE_PROGRESS messages. @@ -134,7 +130,7 @@ import BlockDefList from '@components/BlockDefList.astro'; Embedded UI will not recieve any INSTALLLOGMODE_RESOLVESOURCE messages. @@ -143,7 +139,7 @@ import BlockDefList from '@components/BlockDefList.astro'; Embedded UI will not recieve any INSTALLLOGMODE_RMFILESINUSE messages. @@ -152,7 +148,7 @@ import BlockDefList from '@components/BlockDefList.astro'; Embedded UI will not recieve any INSTALLLOGMODE_SHOWDIALOG messages. @@ -161,7 +157,7 @@ import BlockDefList from '@components/BlockDefList.astro'; Embedded UI will not recieve any INSTALLLOGMODE_TERMINATE messages. @@ -170,7 +166,7 @@ import BlockDefList from '@components/BlockDefList.astro'; Embedded UI will not recieve any INSTALLLOGMODE_USER messages. @@ -179,7 +175,7 @@ import BlockDefList from '@components/BlockDefList.astro'; Embedded UI will not recieve any INSTALLLOGMODE_WARNING messages. @@ -213,7 +209,7 @@ import BlockDefList from '@components/BlockDefList.astro'; Set yes to allow the Windows Installer to display the embedded UI during basic UI level installation. diff --git a/src/content/docs/wix/schema/wxs/embeddeduiresource.mdx b/src/content/docs/wix/schema/wxs/embeddeduiresource.mdx index cac249e..a902254 100644 --- a/src/content/docs/wix/schema/wxs/embeddeduiresource.mdx +++ b/src/content/docs/wix/schema/wxs/embeddeduiresource.mdx @@ -1,14 +1,12 @@ --- title: "EmbeddedUIResource element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Defines a resource for use by the embedded UI. - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/ensuretable.mdx b/src/content/docs/wix/schema/wxs/ensuretable.mdx index 822381f..b10d704 100644 --- a/src/content/docs/wix/schema/wxs/ensuretable.mdx +++ b/src/content/docs/wix/schema/wxs/ensuretable.mdx @@ -1,14 +1,12 @@ --- title: "EnsureTable element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Use this element to ensure that a table appears in the installer database, even if its empty. - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/environment.mdx b/src/content/docs/wix/schema/wxs/environment.mdx index d080b99..f5758eb 100644 --- a/src/content/docs/wix/schema/wxs/environment.mdx +++ b/src/content/docs/wix/schema/wxs/environment.mdx @@ -1,14 +1,12 @@ --- title: "Environment element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Environment variables added or removed for the parent component. - ## Attributes @@ -62,7 +60,7 @@ Environment variables added or removed for the parent component. Specifies that the environment variable should not be removed on uninstall. @@ -80,7 +78,7 @@ Environment variables added or removed for the parent component. Specifies that the environment variable should be added to the system environment space. The default diff --git a/src/content/docs/wix/schema/wxs/error.mdx b/src/content/docs/wix/schema/wxs/error.mdx index 5eb6bfb..41c0ab5 100644 --- a/src/content/docs/wix/schema/wxs/error.mdx +++ b/src/content/docs/wix/schema/wxs/error.mdx @@ -1,14 +1,10 @@ --- title: "Error element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; - - - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/exclude.mdx b/src/content/docs/wix/schema/wxs/exclude.mdx index bc492bf..9c4b3a6 100644 --- a/src/content/docs/wix/schema/wxs/exclude.mdx +++ b/src/content/docs/wix/schema/wxs/exclude.mdx @@ -1,13 +1,11 @@ --- title: "Exclude element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; -Using wildcards, defines the files from a parent `Files` element that should be excluded from harvesting. - +Using wildcards, defines the files from a parent `Files` or `Payloads` element that should be excluded from harvesting. ## Attributes @@ -20,7 +18,7 @@ Using wildcards, defines the files from a parent `Files` element that should be required: true }} > - Excludes files from the set of files harvested via the parent `Files` element. + Excludes files from the set of files harvested via the parent `Files` or `Payloads` element. Inclusion and exclusion wildcards must match paths. For example, if you have a `Files` element with `Include="!(bindpath.ToBeHarvested)\**"` and want to exclude one of the files, use an `Exclude` element with a `Files` attribute @@ -50,6 +48,10 @@ Using wildcards, defines the files from a parent `Files` element that should be ## Parents diff --git a/src/content/docs/wix/schema/wxs/executeaction.mdx b/src/content/docs/wix/schema/wxs/executeaction.mdx index b9eb10f..588a108 100644 --- a/src/content/docs/wix/schema/wxs/executeaction.mdx +++ b/src/content/docs/wix/schema/wxs/executeaction.mdx @@ -1,7 +1,6 @@ --- title: "ExecuteAction element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/wxs/exepackage.mdx b/src/content/docs/wix/schema/wxs/exepackage.mdx index 2ef8508..24ab816 100644 --- a/src/content/docs/wix/schema/wxs/exepackage.mdx +++ b/src/content/docs/wix/schema/wxs/exepackage.mdx @@ -1,14 +1,12 @@ --- title: "ExePackage element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Describes a single exe package to install. - ## Attributes @@ -27,7 +25,7 @@ Describes a single exe package to install. Indicates the package is a WiX bundle. The default is "no". @@ -40,7 +38,7 @@ Describes a single exe package to install. content={{ title: "Cache", type: "KeepRemoveForceTypeUnion", - typeLink: "../keepremoveforcetype/", + typeLink: "../keepremoveforcetypeunion/", typeTitle: "Values of this type will either be \"force\", \"keep\", or \"remove\"." }} > @@ -53,14 +51,15 @@ Describes a single exe package to install. type: "string" }} > - The identifier to use when caching the package. + The identifier to use when caching the package. WiX provides default cache ids---do not override the default unless you + have a specific need and understand the implications. @@ -188,7 +187,7 @@ Describes a single exe package to install. content={{ title: "PerMachine", type: "YesNoDefaultTypeUnion", - typeLink: "../yesnodefaulttype/", + typeLink: "../yesnodefaulttypeunion/", typeTitle: "Values of this type will either be \"default\", \"yes\", or \"no\"." }} > @@ -198,7 +197,7 @@ Describes a single exe package to install. Specifies whether the package can be uninstalled. The default is "no". @@ -227,7 +226,7 @@ Describes a single exe package to install. When set to "yes", the Prereq BA will plan the package to be installed if its InstallCondition is "true" or empty. @@ -317,7 +316,7 @@ Describes a single exe package to install. Specifies whether the package must succeed for the chain to continue. The default "yes" @@ -354,6 +353,10 @@ Describes a single exe package to install. title: "PayloadGroupRef", link: "../payloadgroupref/" }, + { + title: "Payloads", + link: "../payloads/" + }, { title: "Provides", link: "../provides/" diff --git a/src/content/docs/wix/schema/wxs/exepackagepayload.mdx b/src/content/docs/wix/schema/wxs/exepackagepayload.mdx index 12bfea6..a9a6ba8 100644 --- a/src/content/docs/wix/schema/wxs/exepackagepayload.mdx +++ b/src/content/docs/wix/schema/wxs/exepackagepayload.mdx @@ -1,7 +1,6 @@ --- title: "ExePackagePayload element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -9,7 +8,6 @@ import BlockDefList from '@components/BlockDefList.astro'; Describes information about the ExePackage payload. Cannot be specified if the owning ExePackage specified any of SourceFile, Name, DownloadUrl, or Compressed. - ## Attributes @@ -36,7 +34,7 @@ Describes information about the ExePackage payload. content={{ title: "Compressed", type: "YesNoDefaultTypeUnion", - typeLink: "../yesnodefaulttype/", + typeLink: "../yesnodefaulttypeunion/", typeTitle: "Values of this type will either be \"default\", \"yes\", or \"no\"." }} > diff --git a/src/content/docs/wix/schema/wxs/exitcode.mdx b/src/content/docs/wix/schema/wxs/exitcode.mdx index 7e6d713..63b3381 100644 --- a/src/content/docs/wix/schema/wxs/exitcode.mdx +++ b/src/content/docs/wix/schema/wxs/exitcode.mdx @@ -1,14 +1,12 @@ --- title: "ExitCode element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Describes map of exit code returned from executable package to a bootstrapper behavior. - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/exittype.mdx b/src/content/docs/wix/schema/wxs/exittype.mdx index 14b8594..15740c6 100644 --- a/src/content/docs/wix/schema/wxs/exittype.mdx +++ b/src/content/docs/wix/schema/wxs/exittype.mdx @@ -1,5 +1,7 @@ --- title: "ExitType type" +sidebar: + hidden: true --- Value indicates that this action is executed if the installer returns the associated exit type. Each exit type can be used with no more than one action. diff --git a/src/content/docs/wix/schema/wxs/extension.mdx b/src/content/docs/wix/schema/wxs/extension.mdx index e3d3398..bdcfe1a 100644 --- a/src/content/docs/wix/schema/wxs/extension.mdx +++ b/src/content/docs/wix/schema/wxs/extension.mdx @@ -1,14 +1,12 @@ --- title: "Extension element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Extension for a Component - ## Attributes @@ -16,7 +14,7 @@ Extension for a Component Whether this extension is to be advertised. The default is "no". diff --git a/src/content/docs/wix/schema/wxs/failure.mdx b/src/content/docs/wix/schema/wxs/failure.mdx index 4ec6a3f..606c5d4 100644 --- a/src/content/docs/wix/schema/wxs/failure.mdx +++ b/src/content/docs/wix/schema/wxs/failure.mdx @@ -1,14 +1,12 @@ --- title: "Failure element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Failure action for a ServiceConfigFailureActions element. - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/feature.mdx b/src/content/docs/wix/schema/wxs/feature.mdx index 41d9277..4318d6a 100644 --- a/src/content/docs/wix/schema/wxs/feature.mdx +++ b/src/content/docs/wix/schema/wxs/feature.mdx @@ -1,7 +1,6 @@ --- title: "Feature element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -9,7 +8,6 @@ import BlockDefList from '@components/BlockDefList.astro'; A feature for the Feature table. Features are the smallest installable unit. See msi.chm for more detailed information on the myriad installation options for a feature. - ## Attributes @@ -17,7 +15,7 @@ A feature for the Feature table. Features are the smallest installable unit. See This attribute determines if a user will have the option to set a feature to absent in the user interface. @@ -26,7 +24,7 @@ A feature for the Feature table. Features are the smallest installable unit. See This attribute determines the possible advertise states for this feature. The default is 'yes'. diff --git a/src/content/docs/wix/schema/wxs/featuregroup.mdx b/src/content/docs/wix/schema/wxs/featuregroup.mdx index cf72e6c..cde9614 100644 --- a/src/content/docs/wix/schema/wxs/featuregroup.mdx +++ b/src/content/docs/wix/schema/wxs/featuregroup.mdx @@ -1,14 +1,12 @@ --- title: "FeatureGroup element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Groups together multiple components, features, and merges to be used in other locations. - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/featuregroupref.mdx b/src/content/docs/wix/schema/wxs/featuregroupref.mdx index d882804..66903a2 100644 --- a/src/content/docs/wix/schema/wxs/featuregroupref.mdx +++ b/src/content/docs/wix/schema/wxs/featuregroupref.mdx @@ -1,14 +1,12 @@ --- title: "FeatureGroupRef element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Create a reference to a FeatureGroup in another Fragment. - ## Attributes @@ -26,7 +24,7 @@ Create a reference to a FeatureGroup in another Fragment. Normally feature group references that end up nested under a parent element create a @@ -38,7 +36,7 @@ Create a reference to a FeatureGroup in another Fragment. Set this attribute to 'yes' in order to make the parent feature of this group diff --git a/src/content/docs/wix/schema/wxs/featureref.mdx b/src/content/docs/wix/schema/wxs/featureref.mdx index 04052b4..22c64e2 100644 --- a/src/content/docs/wix/schema/wxs/featureref.mdx +++ b/src/content/docs/wix/schema/wxs/featureref.mdx @@ -1,14 +1,12 @@ --- title: "FeatureRef element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Create a reference to a Feature element in another Fragment. - ## Attributes @@ -26,7 +24,7 @@ Create a reference to a Feature element in another Fragment. Normally feature references that are nested under a parent element create a connection to that diff --git a/src/content/docs/wix/schema/wxs/file.mdx b/src/content/docs/wix/schema/wxs/file.mdx index 2ddacc1..2347649 100644 --- a/src/content/docs/wix/schema/wxs/file.mdx +++ b/src/content/docs/wix/schema/wxs/file.mdx @@ -1,14 +1,12 @@ --- title: "File element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Defines a file to be installed by the package. - ## Attributes @@ -80,11 +78,12 @@ Defines a file to be installed by the package. content={{ title: "Bitness", type: "BitnessTypeUnion", - typeLink: "../bitnesstype/", - typeTitle: "Values of this type will be \"default\", \"always32\" or \"always64\"." + typeLink: "../bitnesstypeunion/", + typeTitle: "Values of this type will be \"default\", \"always32\" or \"always64\".", + version: "5" }} > - [WiX v5] Only valid when the File element is not a child of the Component element. + Only valid when the File element is not a child of the Component element. Overrides the default File bitness. Only a 64-bit File can install to 64-bit locations such as `ProgramFiles64Folder` and the 64-bit registry. The value `always64` will force the File bitness to be 64-bit and cannot be included in 32-bit packages. @@ -97,7 +96,7 @@ Defines a file to be installed by the package. This attribute should be set to "yes" for every executable file in the installation that has a valid checksum stored in the Portable Executable (PE) file header. Only those files that have this attribute set will be verified for valid checksum during a reinstall. @@ -120,7 +119,7 @@ Defines a file to be installed by the package. content={{ title: "Compressed", type: "YesNoDefaultTypeUnion", - typeLink: "../yesnodefaulttype/", + typeLink: "../yesnodefaulttypeunion/", typeTitle: "Values of this type will either be \"default\", \"yes\", or \"no\"." }} > @@ -130,10 +129,11 @@ Defines a file to be installed by the package. - [WiX v5] Only valid when the File element is not a child of the Component element. + Only valid when the File element is not a child of the Component element. The condition expression to be evaluated at install time. When false the File will not be installed. @@ -169,10 +169,11 @@ Defines a file to be installed by the package. - [WiX v5] Only valid when the File element is not a child of the Component element. + Only valid when the File element is not a child of the Component element. This attribute specifies a reference to a Directory element with matching Id attribute containing a directory path. If not provided, the value will default to "INSTALLFOLDER". @@ -216,7 +217,7 @@ Defines a file to be installed by the package. Set to yes in order to have the file's hidden attribute set when it is installed on the target machine. @@ -234,7 +235,7 @@ Defines a file to be installed by the package. Set to yes in order to force this file to be the key path for the parent component. @@ -257,7 +258,7 @@ Defines a file to be installed by the package. Set to indicate that the patch is non-vital. @@ -279,7 +280,7 @@ Defines a file to be installed by the package. Prevents the updating of the file that is in fact changed in the upgraded image relative to the target images. @@ -288,7 +289,7 @@ Defines a file to be installed by the package. Set if the entire file should be installed rather than creating a binary patch. @@ -310,7 +311,7 @@ Defines a file to be installed by the package. Set to yes in order to have the file's read-only attribute set when it is installed on the target machine. @@ -355,10 +356,11 @@ Defines a file to be installed by the package. - [WiX v5] Only valid when the File element is not a child of the Component element. + Only valid when the File element is not a child of the Component element. This attribute defines one or more directories below the directory referenced by the Directory attribute. @@ -383,7 +385,7 @@ Defines a file to be installed by the package. Set to yes in order to have the file's system attribute set when it is installed on the target machine. @@ -392,7 +394,7 @@ Defines a file to be installed by the package. Causes an entry to be generated for the file in the Font table with no FontTitle specified. This attribute is intended to be used to register the file as a TrueType font. @@ -401,7 +403,7 @@ Defines a file to be installed by the package. If a file is vital, then installation cannot proceed unless the file is successfully installed. The user will have no option to ignore an error installing this file. If an error occurs, they can merely retry to install the file or abort the installation. The default is "yes," unless the -sfdvital switch (candle.exe) or SuppressFileDefaultVital property (.wixproj) is used. @@ -414,7 +416,7 @@ Defines a file to be installed by the package. A file-selection pattern that can include directory names, file names, and wildcards. - If a pattern is not an absolute path (via a preprocessor variable, unnamed bind path, - or named bind path), it is interpreted as relative to the directory containing the - source file. Absolute paths via a named bind path are recommended. + + We recommend that patterns be fully-qualified, absolute paths, + preferably via named bind path. You can also use preprocessor + variables or unnamed bind paths to create absolute paths. + + If the pattern is a relative path, it is interpreted as relative to either: + - an unnamed bind path, if one or more is specified. + - the source directory of the file containing the `Files` element, if no unnamed bind paths are specified. Wildcards include typical `*.ext` globs and MSBuild-style `**` globs to indicate that directories should be recursed. Examples include: diff --git a/src/content/docs/wix/schema/wxs/filesearch.mdx b/src/content/docs/wix/schema/wxs/filesearch.mdx index d8a7a2c..61b0827 100644 --- a/src/content/docs/wix/schema/wxs/filesearch.mdx +++ b/src/content/docs/wix/schema/wxs/filesearch.mdx @@ -1,14 +1,12 @@ --- title: "FileSearch element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Searches for file and assigns to fullpath value of parent Property - ## Attributes @@ -28,7 +26,7 @@ Searches for file and assigns to fullpath value of parent Property type: "string" }} > - The languages supported by the file. + The languages supported by the file. If multiple languages are provided, then the search is for a file that supports all of those languages. diff --git a/src/content/docs/wix/schema/wxs/filetypemask.mdx b/src/content/docs/wix/schema/wxs/filetypemask.mdx index b8aebe6..43364d3 100644 --- a/src/content/docs/wix/schema/wxs/filetypemask.mdx +++ b/src/content/docs/wix/schema/wxs/filetypemask.mdx @@ -1,14 +1,12 @@ --- title: "FileTypeMask element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; FileType data for class Id registration. - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/findrelatedproducts.mdx b/src/content/docs/wix/schema/wxs/findrelatedproducts.mdx index 5eb9f3d..c9884b6 100644 --- a/src/content/docs/wix/schema/wxs/findrelatedproducts.mdx +++ b/src/content/docs/wix/schema/wxs/findrelatedproducts.mdx @@ -1,7 +1,6 @@ --- title: "FindRelatedProducts element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/wxs/forcereboot.mdx b/src/content/docs/wix/schema/wxs/forcereboot.mdx index 41dec0b..ba4df23 100644 --- a/src/content/docs/wix/schema/wxs/forcereboot.mdx +++ b/src/content/docs/wix/schema/wxs/forcereboot.mdx @@ -1,7 +1,6 @@ --- title: "ForceReboot element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/wxs/fragment.mdx b/src/content/docs/wix/schema/wxs/fragment.mdx index 3221642..0e37b90 100644 --- a/src/content/docs/wix/schema/wxs/fragment.mdx +++ b/src/content/docs/wix/schema/wxs/fragment.mdx @@ -1,7 +1,6 @@ --- title: "Fragment element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -14,7 +13,6 @@ The Fragment element is the building block of creating an installer database in both under features using ComponentRef for each linked Component. Otherwise, you will get a linker warning and have a floating Component that does not appear under any Feature. - ## Attributes @@ -51,7 +49,7 @@ The Fragment element is the building block of creating an installer database in }, { title: "Application (Msix extension)", - link: "../../msix/application/" + link: "/firegiant/schema/msix/application/" }, { title: "Binary", @@ -171,7 +169,7 @@ The Fragment element is the building block of creating an installer database in }, { title: "Dependency (Msix extension)", - link: "../../msix/dependency/" + link: "/firegiant/schema/msix/dependency/" }, { title: "Directory", @@ -303,7 +301,7 @@ The Fragment element is the building block of creating an installer database in }, { title: "Msix (Msix extension)", - link: "../../msix/msix/" + link: "/firegiant/schema/msix/msix/" }, { title: "PackageCertificates", @@ -351,7 +349,7 @@ The Fragment element is the building block of creating an installer database in }, { title: "PublicRegistry (Msix extension)", - link: "../../msix/publicregistry/" + link: "/firegiant/schema/msix/publicregistry/" }, { title: "QueryNativeMachine (Util extension)", @@ -487,7 +485,7 @@ The Fragment element is the building block of creating an installer database in }, { title: "WriteRegistry (Msix extension)", - link: "../../msix/writeregistry/" + link: "/firegiant/schema/msix/writeregistry/" } ]} /> diff --git a/src/content/docs/wix/schema/wxs/guid.mdx b/src/content/docs/wix/schema/wxs/guid.mdx index 22853a8..e20002e 100644 --- a/src/content/docs/wix/schema/wxs/guid.mdx +++ b/src/content/docs/wix/schema/wxs/guid.mdx @@ -1,5 +1,7 @@ --- title: "Guid type" +sidebar: + hidden: true --- Values of this type will look like: "01234567-89AB-CDEF-0123-456789ABCDEF" or "\{01234567-89AB-CDEF-0123-456789ABCDEF}". Also allows "PUT-GUID-HERE" for use in examples. diff --git a/src/content/docs/wix/schema/wxs/hextype.mdx b/src/content/docs/wix/schema/wxs/hextype.mdx index 4970b62..c82fbe6 100644 --- a/src/content/docs/wix/schema/wxs/hextype.mdx +++ b/src/content/docs/wix/schema/wxs/hextype.mdx @@ -1,5 +1,7 @@ --- title: "HexType type" +sidebar: + hidden: true --- This type supports any hexadecimal number. Both upper and lower case are supported for letters appearing in the number. This type also includes the empty string: "". diff --git a/src/content/docs/wix/schema/wxs/icon.mdx b/src/content/docs/wix/schema/wxs/icon.mdx index 04c722d..c12f091 100644 --- a/src/content/docs/wix/schema/wxs/icon.mdx +++ b/src/content/docs/wix/schema/wxs/icon.mdx @@ -1,14 +1,12 @@ --- title: "Icon element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Icon used for Shortcut, ProgId, or Class elements (but not UI controls). - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/iconref.mdx b/src/content/docs/wix/schema/wxs/iconref.mdx index c6f9737..0613d64 100644 --- a/src/content/docs/wix/schema/wxs/iconref.mdx +++ b/src/content/docs/wix/schema/wxs/iconref.mdx @@ -1,14 +1,12 @@ --- title: "IconRef element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Used only for PatchFamilies to include only a icon table entry in a patch. - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/ignoretable.mdx b/src/content/docs/wix/schema/wxs/ignoretable.mdx index b1a138b..e64fcc2 100644 --- a/src/content/docs/wix/schema/wxs/ignoretable.mdx +++ b/src/content/docs/wix/schema/wxs/ignoretable.mdx @@ -1,7 +1,6 @@ --- title: "IgnoreTable element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -13,7 +12,6 @@ Specifies a table from the merge module that is not merged into an .msi file. unused tables from modules intended for redistribution rather than creating IgnoreTable elements for those tables. - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/include.mdx b/src/content/docs/wix/schema/wxs/include.mdx index d18b1ea..6bdd884 100644 --- a/src/content/docs/wix/schema/wxs/include.mdx +++ b/src/content/docs/wix/schema/wxs/include.mdx @@ -1,7 +1,6 @@ --- title: "Include element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/wxs/index.mdx b/src/content/docs/wix/schema/wxs/index.mdx index 49e8f6b..e431395 100644 --- a/src/content/docs/wix/schema/wxs/index.mdx +++ b/src/content/docs/wix/schema/wxs/index.mdx @@ -68,7 +68,6 @@ http://wixtoolset.org/schemas/v4/wxs - [Custom](custom/) - [CustomAction](customaction/) - [CustomActionRef](customactionref/) -- [CustomProperty](customproperty/) - [CustomTable](customtable/) - [CustomTableRef](customtableref/) - [Data](data/) @@ -99,9 +98,7 @@ http://wixtoolset.org/schemas/v4/wxs - [ExePackagePayload](exepackagepayload/) - [ExitCode](exitcode/) - [Extension](extension/) -- [ExternalFile](externalfile/) - [Failure](failure/) -- [Family](family/) - [Feature](feature/) - [FeatureGroup](featuregroup/) - [FeatureGroupRef](featuregroupref/) @@ -117,7 +114,6 @@ http://wixtoolset.org/schemas/v4/wxs - [Fragment](fragment/) - [Icon](icon/) - [IconRef](iconref/) -- [IgnoreRange](ignorerange/) - [IgnoreTable](ignoretable/) - [Include](include/) - [IniFile](inifile/) @@ -177,19 +173,17 @@ http://wixtoolset.org/schemas/v4/wxs - [Patch](patch/) - [PatchBaseline](patchbaseline/) - [PatchCertificates](patchcertificates/) -- [PatchCreation](patchcreation/) - [PatchFamily](patchfamily/) - [PatchFamilyGroup](patchfamilygroup/) - [PatchFamilyGroupRef](patchfamilygroupref/) - [PatchFamilyRef](patchfamilyref/) - [PatchFiles](patchfiles/) - [PatchInformation](patchinformation/) -- [PatchMetadata](patchmetadata/) - [PatchProperty](patchproperty/) -- [PatchSequence](patchsequence/) - [Payload](payload/) - [PayloadGroup](payloadgroup/) - [PayloadGroupRef](payloadgroupref/) +- [Payloads](payloads/) - [Permission](permission/) - [PermissionEx](permissionex/) - [ProcessComponents](processcomponents/) @@ -198,8 +192,6 @@ http://wixtoolset.org/schemas/v4/wxs - [ProgressText](progresstext/) - [Property](property/) - [PropertyRef](propertyref/) -- [ProtectFile](protectfile/) -- [ProtectRange](protectrange/) - [Provides](provides/) - [Publish](publish/) - [PublishComponents](publishcomponents/) @@ -236,7 +228,6 @@ http://wixtoolset.org/schemas/v4/wxs - [RemoveRegistryValue](removeregistryvalue/) - [RemoveRegistryValues](removeregistryvalues/) - [RemoveShortcuts](removeshortcuts/) -- [ReplacePatch](replacepatch/) - [RequiredPrivilege](requiredprivilege/) - [Requires](requires/) - [RequiresRef](requiresref/) @@ -274,8 +265,6 @@ http://wixtoolset.org/schemas/v4/wxs - [Substitution](substitution/) - [SummaryInformation](summaryinformation/) - [SymbolPath](symbolpath/) -- [TargetFile](targetfile/) -- [TargetImage](targetimage/) - [TargetProductCode](targetproductcode/) - [TargetProductCodes](targetproductcodes/) - [Text](text/) @@ -295,8 +284,6 @@ http://wixtoolset.org/schemas/v4/wxs - [UnregisterTypeLibraries](unregistertypelibraries/) - [Update](update/) - [Upgrade](upgrade/) -- [UpgradeFile](upgradefile/) -- [UpgradeImage](upgradeimage/) - [UpgradeVersion](upgradeversion/) - [Validate](validate/) - [ValidateProductID](validateproductid/) @@ -312,12 +299,12 @@ http://wixtoolset.org/schemas/v4/wxs - [AutogenGuid](autogenguid/) - [BitnessType](bitnesstype/) -- [BitnessTypeUnion](bitnesstype/) +- [BitnessTypeUnion](bitnesstypeunion/) - [BurnContainerType](burncontainertype/) - [BurnExeProtocolType](burnexeprotocoltype/) - [ComponentGuid](componentguid/) - [CompressionLevelType](compressionleveltype/) -- [CompressionLevelTypeUnion](compressionleveltype/) +- [CompressionLevelTypeUnion](compressionleveltypeunion/) - [DiskIdType](diskidtype/) - [ExitType](exittype/) - [Guid](guid/) @@ -325,29 +312,33 @@ http://wixtoolset.org/schemas/v4/wxs - [InstallUninstallType](installuninstalltype/) - [Integer](integer/) - [KeepRemoveForceType](keepremoveforcetype/) -- [KeepRemoveForceTypeUnion](keepremoveforcetype/) +- [KeepRemoveForceTypeUnion](keepremoveforcetypeunion/) - [LocalizableInteger](localizableinteger/) - [LongFileNameType](longfilenametype/) - [NegativeInteger](negativeinteger/) - [PackageScopeType](packagescopetype/) -- [PackageScopeTypeUnion](packagescopetype/) +- [PackageScopeTypeUnion](packagescopetypeunion/) - [PreprocessorVariables](preprocessorvariables/) - [RegistryRootType](registryroottype/) +- [RegistryValueAction](registryvalueaction/) +- [RegistryValueActionUnion](registryvalueactionunion/) +- [RegistryValueType](registryvaluetype/) +- [RegistryValueTypeUnion](registryvaluetypeunion/) - [SequenceType](sequencetype/) - [ShortFileNameType](shortfilenametype/) - [StandardDirectoryType](standarddirectorytype/) -- [StandardDirectoryTypeUnion](standarddirectorytype/) +- [StandardDirectoryTypeUnion](standarddirectorytypeunion/) - [StrictThreePartVersionType](strictthreepartversiontype/) - [UpgradeStrategyType](upgradestrategytype/) -- [UpgradeStrategyTypeUnion](upgradestrategytype/) +- [UpgradeStrategyTypeUnion](upgradestrategytypeunion/) - [VariableType](variabletype/) - [VersionType](versiontype/) - [WildCardLongFileNameType](wildcardlongfilenametype/) - [WildCardShortFileNameType](wildcardshortfilenametype/) - [WixVersionType](wixversiontype/) - [YesNoButtonType](yesnobuttontype/) -- [YesNoButtonTypeUnion](yesnobuttontype/) +- [YesNoButtonTypeUnion](yesnobuttontypeunion/) - [YesNoDefaultType](yesnodefaulttype/) -- [YesNoDefaultTypeUnion](yesnodefaulttype/) +- [YesNoDefaultTypeUnion](yesnodefaulttypeunion/) - [YesNoType](yesnotype/) -- [YesNoTypeUnion](yesnotype/) +- [YesNoTypeUnion](yesnotypeunion/) diff --git a/src/content/docs/wix/schema/wxs/inifile.mdx b/src/content/docs/wix/schema/wxs/inifile.mdx index 3ea8994..9934f4f 100644 --- a/src/content/docs/wix/schema/wxs/inifile.mdx +++ b/src/content/docs/wix/schema/wxs/inifile.mdx @@ -1,14 +1,12 @@ --- title: "IniFile element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Adds or removes .ini file entries. - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/inifilesearch.mdx b/src/content/docs/wix/schema/wxs/inifilesearch.mdx index f00ceba..d59e22b 100644 --- a/src/content/docs/wix/schema/wxs/inifilesearch.mdx +++ b/src/content/docs/wix/schema/wxs/inifilesearch.mdx @@ -1,14 +1,12 @@ --- title: "IniFileSearch element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Searches for file, directory or registry key and assigns to value of parent Property - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/installadminpackage.mdx b/src/content/docs/wix/schema/wxs/installadminpackage.mdx index 78ce3a3..2e00285 100644 --- a/src/content/docs/wix/schema/wxs/installadminpackage.mdx +++ b/src/content/docs/wix/schema/wxs/installadminpackage.mdx @@ -1,7 +1,6 @@ --- title: "InstallAdminPackage element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/wxs/installexecute.mdx b/src/content/docs/wix/schema/wxs/installexecute.mdx index d26442e..b129dc4 100644 --- a/src/content/docs/wix/schema/wxs/installexecute.mdx +++ b/src/content/docs/wix/schema/wxs/installexecute.mdx @@ -1,7 +1,6 @@ --- title: "InstallExecute element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/wxs/installexecuteagain.mdx b/src/content/docs/wix/schema/wxs/installexecuteagain.mdx index 1e4d0d8..ce46781 100644 --- a/src/content/docs/wix/schema/wxs/installexecuteagain.mdx +++ b/src/content/docs/wix/schema/wxs/installexecuteagain.mdx @@ -1,7 +1,6 @@ --- title: "InstallExecuteAgain element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/wxs/installexecutesequence.mdx b/src/content/docs/wix/schema/wxs/installexecutesequence.mdx index 410e1a1..1e20726 100644 --- a/src/content/docs/wix/schema/wxs/installexecutesequence.mdx +++ b/src/content/docs/wix/schema/wxs/installexecutesequence.mdx @@ -1,13 +1,10 @@ --- title: "InstallExecuteSequence element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; - - ## Children diff --git a/src/content/docs/wix/schema/wxs/instancetransforms.mdx b/src/content/docs/wix/schema/wxs/instancetransforms.mdx index 87a0d66..2ea1906 100644 --- a/src/content/docs/wix/schema/wxs/instancetransforms.mdx +++ b/src/content/docs/wix/schema/wxs/instancetransforms.mdx @@ -1,14 +1,12 @@ --- title: "InstanceTransforms element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Use this element to contain definitions for instance transforms. - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/integer.mdx b/src/content/docs/wix/schema/wxs/integer.mdx index 8dc656d..259a025 100644 --- a/src/content/docs/wix/schema/wxs/integer.mdx +++ b/src/content/docs/wix/schema/wxs/integer.mdx @@ -1,5 +1,7 @@ --- title: "Integer type" +sidebar: + hidden: true --- Values of this type must be a non-negative integer or a preprocessor variable with the format `$(Variable)` or `$(var.Variable)`. diff --git a/src/content/docs/wix/schema/wxs/interface.mdx b/src/content/docs/wix/schema/wxs/interface.mdx index 433226a..9cafd58 100644 --- a/src/content/docs/wix/schema/wxs/interface.mdx +++ b/src/content/docs/wix/schema/wxs/interface.mdx @@ -1,14 +1,12 @@ --- title: "Interface element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; COM Interface registration for parent TypeLib. - ## Attributes @@ -82,7 +80,7 @@ COM Interface registration for parent TypeLib. Determines whether a Typelib version entry should be created with the other COM Interface registry keys. Default is 'yes'. diff --git a/src/content/docs/wix/schema/wxs/isolatecomponent.mdx b/src/content/docs/wix/schema/wxs/isolatecomponent.mdx index 75d2603..a74be66 100644 --- a/src/content/docs/wix/schema/wxs/isolatecomponent.mdx +++ b/src/content/docs/wix/schema/wxs/isolatecomponent.mdx @@ -1,14 +1,12 @@ --- title: "IsolateComponent element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Shared Component to be privately replicated in folder of parent Component - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/isolatecomponents.mdx b/src/content/docs/wix/schema/wxs/isolatecomponents.mdx index 0d395db..be9840e 100644 --- a/src/content/docs/wix/schema/wxs/isolatecomponents.mdx +++ b/src/content/docs/wix/schema/wxs/isolatecomponents.mdx @@ -1,7 +1,6 @@ --- title: "IsolateComponents element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/wxs/keepremoveforcetype.mdx b/src/content/docs/wix/schema/wxs/keepremoveforcetype.mdx index eda5408..77946d9 100644 --- a/src/content/docs/wix/schema/wxs/keepremoveforcetype.mdx +++ b/src/content/docs/wix/schema/wxs/keepremoveforcetype.mdx @@ -1,5 +1,7 @@ --- title: "KeepRemoveForceType type" +sidebar: + hidden: true --- Values of this type will either be "force", "keep", or "remove". diff --git a/src/content/docs/wix/schema/wxs/keepremoveforcetypeunion.mdx b/src/content/docs/wix/schema/wxs/keepremoveforcetypeunion.mdx index 898ab4f..dcaccf8 100644 --- a/src/content/docs/wix/schema/wxs/keepremoveforcetypeunion.mdx +++ b/src/content/docs/wix/schema/wxs/keepremoveforcetypeunion.mdx @@ -1,5 +1,11 @@ --- title: "KeepRemoveForceTypeUnion type" +sidebar: + hidden: true --- Values of this type will either be "force", "keep", or "remove". + +## Member types + +- [KeepRemoveForceType](../keepremoveforcetype/) diff --git a/src/content/docs/wix/schema/wxs/launch.mdx b/src/content/docs/wix/schema/wxs/launch.mdx index 83aa8da..f46d98e 100644 --- a/src/content/docs/wix/schema/wxs/launch.mdx +++ b/src/content/docs/wix/schema/wxs/launch.mdx @@ -1,14 +1,12 @@ --- title: "Launch element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Launch conditions for MSI packages. - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/launchconditions.mdx b/src/content/docs/wix/schema/wxs/launchconditions.mdx index ba40bf0..2ab1380 100644 --- a/src/content/docs/wix/schema/wxs/launchconditions.mdx +++ b/src/content/docs/wix/schema/wxs/launchconditions.mdx @@ -1,7 +1,6 @@ --- title: "LaunchConditions element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/wxs/level.mdx b/src/content/docs/wix/schema/wxs/level.mdx index fd78db4..ba69d43 100644 --- a/src/content/docs/wix/schema/wxs/level.mdx +++ b/src/content/docs/wix/schema/wxs/level.mdx @@ -1,14 +1,12 @@ --- title: "Level element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Feature levels for MSI packages. - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/listbox.mdx b/src/content/docs/wix/schema/wxs/listbox.mdx index 8c01df7..7bc6927 100644 --- a/src/content/docs/wix/schema/wxs/listbox.mdx +++ b/src/content/docs/wix/schema/wxs/listbox.mdx @@ -1,14 +1,12 @@ --- title: "ListBox element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Set of items for a particular ListBox control tied to an install Property - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/listitem.mdx b/src/content/docs/wix/schema/wxs/listitem.mdx index 5a69bef..7589921 100644 --- a/src/content/docs/wix/schema/wxs/listitem.mdx +++ b/src/content/docs/wix/schema/wxs/listitem.mdx @@ -1,14 +1,12 @@ --- title: "ListItem element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; The value (and optional text) associated with an item in a ComboBox, ListBox, or ListView. - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/listview.mdx b/src/content/docs/wix/schema/wxs/listview.mdx index c19dfef..943e2e3 100644 --- a/src/content/docs/wix/schema/wxs/listview.mdx +++ b/src/content/docs/wix/schema/wxs/listview.mdx @@ -1,14 +1,12 @@ --- title: "ListView element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Set of items for a particular ListView control tied to an install Property - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/localizableinteger.mdx b/src/content/docs/wix/schema/wxs/localizableinteger.mdx index f450c79..456826b 100644 --- a/src/content/docs/wix/schema/wxs/localizableinteger.mdx +++ b/src/content/docs/wix/schema/wxs/localizableinteger.mdx @@ -1,5 +1,7 @@ --- title: "LocalizableInteger type" +sidebar: + hidden: true --- Values of this type must be a non-negative integer or a localization variable with the format `!(loc.Variable)` where `Variable` is the name of the localization variable. diff --git a/src/content/docs/wix/schema/wxs/log.mdx b/src/content/docs/wix/schema/wxs/log.mdx index 150da06..dfa0903 100644 --- a/src/content/docs/wix/schema/wxs/log.mdx +++ b/src/content/docs/wix/schema/wxs/log.mdx @@ -1,14 +1,12 @@ --- title: "Log element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Overrides the default log settings for a bundle. - ## Attributes @@ -16,7 +14,7 @@ Overrides the default log settings for a bundle. Disables the default logging in the Bundle. The end user can still generate a diff --git a/src/content/docs/wix/schema/wxs/longfilenametype.mdx b/src/content/docs/wix/schema/wxs/longfilenametype.mdx index 98c121f..ddea1e2 100644 --- a/src/content/docs/wix/schema/wxs/longfilenametype.mdx +++ b/src/content/docs/wix/schema/wxs/longfilenametype.mdx @@ -1,5 +1,7 @@ --- title: "LongFileNameType type" +sidebar: + hidden: true --- Values of this type will look like: "Long File Name.extension". Legal long names contain no more than 260 characters and must contain at least one non-period character. The following characters are not allowed: \ ? | > : / * " or \<. The name must be shorter than 260 characters. The value could also be a localization variable with the format !(loc.VARIABLE). diff --git a/src/content/docs/wix/schema/wxs/majorupgrade.mdx b/src/content/docs/wix/schema/wxs/majorupgrade.mdx index e7997e6..1cf5a01 100644 --- a/src/content/docs/wix/schema/wxs/majorupgrade.mdx +++ b/src/content/docs/wix/schema/wxs/majorupgrade.mdx @@ -1,7 +1,6 @@ --- title: "MajorUpgrade element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -15,7 +14,6 @@ Simplifies authoring for major upgrades, including support for preventing downgr FindRelatedProducts action is run, the value of the WIX_UPGRADE_DETECTED property is a list of product codes, separated by semicolons (;), detected on the system. - ## Attributes @@ -23,7 +21,7 @@ Simplifies authoring for major upgrades, including support for preventing downgr When set to no (the default), products with lower version numbers are blocked from @@ -36,7 +34,7 @@ Simplifies authoring for major upgrades, including support for preventing downgr When set to no (the default), installing a product with the same version and upgrade code @@ -62,7 +60,7 @@ Simplifies authoring for major upgrades, including support for preventing downgr When set to yes, products with higer version numbers are blocked from @@ -97,7 +95,7 @@ Simplifies authoring for major upgrades, including support for preventing downgr When set to yes, the Upgrade table rows will match any product with the same UpgradeCode. @@ -109,7 +107,7 @@ Simplifies authoring for major upgrades, including support for preventing downgr When set to yes, failures removing the installed product during the upgrade will be @@ -122,7 +120,7 @@ Simplifies authoring for major upgrades, including support for preventing downgr When set to yes (the default), the MigrateFeatureStates standard action will set the diff --git a/src/content/docs/wix/schema/wxs/media.mdx b/src/content/docs/wix/schema/wxs/media.mdx index 1221240..e56c7d6 100644 --- a/src/content/docs/wix/schema/wxs/media.mdx +++ b/src/content/docs/wix/schema/wxs/media.mdx @@ -1,14 +1,12 @@ --- title: "Media element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Media element describes a disk that makes up the source media for the installation. - ## Attributes @@ -26,7 +24,7 @@ Media element describes a disk that makes up the source media for the installati content={{ title: "CompressionLevel", type: "CompressionLevelTypeUnion", - typeLink: "../compressionleveltype/", + typeLink: "../compressionleveltypeunion/", typeTitle: "Indicates the compression level for a cabinet." }} > @@ -46,7 +44,7 @@ Media element describes a disk that makes up the source media for the installati Instructs the binder to embed the cabinet in the product if 'yes'. This attribute can only be specified in conjunction with the Cabinet attribute. diff --git a/src/content/docs/wix/schema/wxs/mediatemplate.mdx b/src/content/docs/wix/schema/wxs/mediatemplate.mdx index 059d648..bea22db 100644 --- a/src/content/docs/wix/schema/wxs/mediatemplate.mdx +++ b/src/content/docs/wix/schema/wxs/mediatemplate.mdx @@ -1,7 +1,6 @@ --- title: "MediaTemplate element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -9,7 +8,6 @@ import BlockDefList from '@components/BlockDefList.astro'; MediaTeplate element describes information to automatically assign files to cabinets. A maximumum number of cabinets created is 999. - ## Attributes @@ -30,7 +28,7 @@ MediaTeplate element describes information to automatically assign files to cabi content={{ title: "CompressionLevel", type: "CompressionLevelTypeUnion", - typeLink: "../compressionleveltype/", + typeLink: "../compressionleveltypeunion/", typeTitle: "Indicates the compression level for a cabinet." }} > @@ -52,7 +50,7 @@ MediaTeplate element describes information to automatically assign files to cabi Instructs the binder to embed the cabinets in the product if 'yes'. diff --git a/src/content/docs/wix/schema/wxs/merge.mdx b/src/content/docs/wix/schema/wxs/merge.mdx index 208f1a6..27eaf38 100644 --- a/src/content/docs/wix/schema/wxs/merge.mdx +++ b/src/content/docs/wix/schema/wxs/merge.mdx @@ -1,14 +1,12 @@ --- title: "Merge element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Merge directive to bring in a merge module that will be redirected to the parent directory. - ## Attributes @@ -30,7 +28,7 @@ Merge directive to bring in a merge module that will be redirected to the parent Specifies if the files in the merge module should be compressed. diff --git a/src/content/docs/wix/schema/wxs/mergeref.mdx b/src/content/docs/wix/schema/wxs/mergeref.mdx index 33235ca..39022c1 100644 --- a/src/content/docs/wix/schema/wxs/mergeref.mdx +++ b/src/content/docs/wix/schema/wxs/mergeref.mdx @@ -1,14 +1,12 @@ --- title: "MergeRef element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Merge reference to connect a Merge Module to parent Feature - ## Attributes @@ -26,7 +24,7 @@ Merge reference to connect a Merge Module to parent Feature Specifies whether the feature containing this MergeRef is the primary feature for advertising the merge module's components. diff --git a/src/content/docs/wix/schema/wxs/migratefeaturestates.mdx b/src/content/docs/wix/schema/wxs/migratefeaturestates.mdx index 39dfb49..b19807f 100644 --- a/src/content/docs/wix/schema/wxs/migratefeaturestates.mdx +++ b/src/content/docs/wix/schema/wxs/migratefeaturestates.mdx @@ -1,7 +1,6 @@ --- title: "MigrateFeatureStates element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/wxs/mime.mdx b/src/content/docs/wix/schema/wxs/mime.mdx index dc1ddd5..9492378 100644 --- a/src/content/docs/wix/schema/wxs/mime.mdx +++ b/src/content/docs/wix/schema/wxs/mime.mdx @@ -1,14 +1,12 @@ --- title: "MIME element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; MIME content-type for an Extension - ## Attributes @@ -16,7 +14,7 @@ MIME content-type for an Extension Whether this MIME is to be advertised. The default is to match whatever the parent extension element uses. If the parent element is not advertised, then this element cannot be advertised either. @@ -46,7 +44,7 @@ MIME content-type for an Extension If 'yes', become the content type for the parent Extension. The default value is 'no'. diff --git a/src/content/docs/wix/schema/wxs/module.mdx b/src/content/docs/wix/schema/wxs/module.mdx index a957a69..c137482 100644 --- a/src/content/docs/wix/schema/wxs/module.mdx +++ b/src/content/docs/wix/schema/wxs/module.mdx @@ -1,7 +1,6 @@ --- title: "Module element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -10,7 +9,6 @@ The Module element is analogous to the main function in a C program. When linkin one Module section can be given to the linker to produce a successful result. Using this element creates an msm file. - ## Attributes @@ -106,7 +104,7 @@ The Module element is analogous to the main function in a C program. When linkin }, { title: "Application (Msix extension)", - link: "../../msix/application/" + link: "/firegiant/schema/msix/application/" }, { title: "Binary", @@ -178,7 +176,7 @@ The Module element is analogous to the main function in a C program. When linkin }, { title: "Dependency (Msix extension)", - link: "../../msix/dependency/" + link: "/firegiant/schema/msix/dependency/" }, { title: "Directory", @@ -258,7 +256,7 @@ The Module element is analogous to the main function in a C program. When linkin }, { title: "Msix (Msix extension)", - link: "../../msix/msix/" + link: "/firegiant/schema/msix/msix/" }, { title: "Property", @@ -270,7 +268,7 @@ The Module element is analogous to the main function in a C program. When linkin }, { title: "PublicRegistry (Msix extension)", - link: "../../msix/publicregistry/" + link: "/firegiant/schema/msix/publicregistry/" }, { title: "QueryNativeMachine (Util extension)", @@ -378,7 +376,7 @@ The Module element is analogous to the main function in a C program. When linkin }, { title: "WriteRegistry (Msix extension)", - link: "../../msix/writeregistry/" + link: "/firegiant/schema/msix/writeregistry/" } ]} /> diff --git a/src/content/docs/wix/schema/wxs/movefiles.mdx b/src/content/docs/wix/schema/wxs/movefiles.mdx index 4a6aca8..664064d 100644 --- a/src/content/docs/wix/schema/wxs/movefiles.mdx +++ b/src/content/docs/wix/schema/wxs/movefiles.mdx @@ -1,7 +1,6 @@ --- title: "MoveFiles element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/wxs/msipackage.mdx b/src/content/docs/wix/schema/wxs/msipackage.mdx index eed9ff2..e76390f 100644 --- a/src/content/docs/wix/schema/wxs/msipackage.mdx +++ b/src/content/docs/wix/schema/wxs/msipackage.mdx @@ -1,14 +1,12 @@ --- title: "MsiPackage element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Describes a single msi package to install. - ## Attributes @@ -28,7 +26,7 @@ Describes a single msi package to install. content={{ title: "Cache", type: "KeepRemoveForceTypeUnion", - typeLink: "../keepremoveforcetype/", + typeLink: "../keepremoveforcetypeunion/", typeTitle: "Values of this type will either be \"force\", \"keep\", or \"remove\"." }} > @@ -41,14 +39,15 @@ Describes a single msi package to install. type: "string" }} > - The identifier to use when caching the package. + The identifier to use when caching the package. WiX provides default cache ids---do not override the default unless you + have a specific need and understand the implications. @@ -68,6 +67,18 @@ Describes a single msi package to install. bootstrapper application data manifest. + + Specifies whether the bundle allows the Files In Use dialog to be displayed for the MSI or MSP package. If not + specified (the default) or the condition evaluates to true, the Files In Use dialog prompts the user during full + bundle UI to close applications to release the file. Otherwise, the dialog is not displayed and the package might + require a restart when files are in use. + + Specifies whether the bundle will allow individual control over the installation state of Features inside @@ -121,7 +132,7 @@ Describes a single msi package to install. Override the automatic per-machine detection of MSI packages and force the package to be per-machine. @@ -186,7 +197,7 @@ Describes a single msi package to install. Specifies whether the package can be uninstalled. The default is "no". @@ -215,7 +226,7 @@ Describes a single msi package to install. When set to "yes", the Prereq BA will plan the package to be installed if its InstallCondition is "true" or empty. @@ -270,7 +281,7 @@ Describes a single msi package to install. Specifies whether the MSI will be displayed in Programs and Features (also known as Add/Remove Programs). If "yes" is @@ -281,7 +292,7 @@ Describes a single msi package to install. Specifies whether the package must succeed for the chain to continue. The default "yes" @@ -310,6 +321,10 @@ Describes a single msi package to install. title: "PayloadGroupRef", link: "../payloadgroupref/" }, + { + title: "Payloads", + link: "../payloads/" + }, { title: "Provides", link: "../provides/" diff --git a/src/content/docs/wix/schema/wxs/msipackagepayload.mdx b/src/content/docs/wix/schema/wxs/msipackagepayload.mdx index 0f9d6b0..9c85626 100644 --- a/src/content/docs/wix/schema/wxs/msipackagepayload.mdx +++ b/src/content/docs/wix/schema/wxs/msipackagepayload.mdx @@ -1,7 +1,6 @@ --- title: "MsiPackagePayload element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -9,7 +8,6 @@ import BlockDefList from '@components/BlockDefList.astro'; Describes information about the MsiPackage payload. Cannot be specified if the owning MsiPackage specified any of SourceFile, Name, DownloadUrl, or Compressed. - ## Attributes @@ -18,7 +16,7 @@ Describes information about the MsiPackage payload. content={{ title: "Compressed", type: "YesNoDefaultTypeUnion", - typeLink: "../yesnodefaulttype/", + typeLink: "../yesnodefaulttypeunion/", typeTitle: "Values of this type will either be \"default\", \"yes\", or \"no\"." }} > diff --git a/src/content/docs/wix/schema/wxs/msiproperty.mdx b/src/content/docs/wix/schema/wxs/msiproperty.mdx index 8476488..507e6ea 100644 --- a/src/content/docs/wix/schema/wxs/msiproperty.mdx +++ b/src/content/docs/wix/schema/wxs/msiproperty.mdx @@ -1,14 +1,12 @@ --- title: "MsiProperty element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Allows an MSI property to be set based on the value of a burn engine expression. - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/msipublishassemblies.mdx b/src/content/docs/wix/schema/wxs/msipublishassemblies.mdx index 8b29dd6..c8b07b6 100644 --- a/src/content/docs/wix/schema/wxs/msipublishassemblies.mdx +++ b/src/content/docs/wix/schema/wxs/msipublishassemblies.mdx @@ -1,7 +1,6 @@ --- title: "MsiPublishAssemblies element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/wxs/msiunpublishassemblies.mdx b/src/content/docs/wix/schema/wxs/msiunpublishassemblies.mdx index 9d667c4..3a015ac 100644 --- a/src/content/docs/wix/schema/wxs/msiunpublishassemblies.mdx +++ b/src/content/docs/wix/schema/wxs/msiunpublishassemblies.mdx @@ -1,7 +1,6 @@ --- title: "MsiUnpublishAssemblies element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/wxs/msppackage.mdx b/src/content/docs/wix/schema/wxs/msppackage.mdx index 9fa3948..1459486 100644 --- a/src/content/docs/wix/schema/wxs/msppackage.mdx +++ b/src/content/docs/wix/schema/wxs/msppackage.mdx @@ -1,14 +1,12 @@ --- title: "MspPackage element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Describes a single msp package to install. - ## Attributes @@ -28,7 +26,7 @@ Describes a single msp package to install. content={{ title: "Cache", type: "KeepRemoveForceTypeUnion", - typeLink: "../keepremoveforcetype/", + typeLink: "../keepremoveforcetypeunion/", typeTitle: "Values of this type will either be \"force\", \"keep\", or \"remove\"." }} > @@ -41,14 +39,15 @@ Describes a single msp package to install. type: "string" }} > - The identifier to use when caching the package. + The identifier to use when caching the package. WiX provides default cache ids---do not override the default unless you + have a specific need and understand the implications. @@ -68,6 +67,18 @@ Describes a single msp package to install. bootstrapper application data manifest. + + Specifies whether the bundle allows the Files In Use dialog to be displayed for the MSI or MSP package. If not + specified (the default) or the condition evaluates to true, the Files In Use dialog prompts the user during full + bundle UI to close applications to release the file. Otherwise, the dialog is not displayed and the package might + require a restart when files are in use. + + @@ -176,7 +187,7 @@ Describes a single msp package to install. Specifies whether the package can be uninstalled. The default is "no". @@ -205,7 +216,7 @@ Describes a single msp package to install. When set to "yes", the Prereq BA will plan the package to be installed if its InstallCondition is "true" or empty. @@ -248,7 +259,7 @@ Describes a single msp package to install. Specifies whether to automatically slipstream the patch for any target msi packages in the chain. The default is "no". @@ -270,7 +281,7 @@ Describes a single msp package to install. Specifies whether the package must succeed for the chain to continue. The default "yes" @@ -299,6 +310,10 @@ Describes a single msp package to install. title: "PayloadGroupRef", link: "../payloadgroupref/" }, + { + title: "Payloads", + link: "../payloads/" + }, { title: "Provides", link: "../provides/" diff --git a/src/content/docs/wix/schema/wxs/msppackagepayload.mdx b/src/content/docs/wix/schema/wxs/msppackagepayload.mdx index a213765..b200a3f 100644 --- a/src/content/docs/wix/schema/wxs/msppackagepayload.mdx +++ b/src/content/docs/wix/schema/wxs/msppackagepayload.mdx @@ -1,7 +1,6 @@ --- title: "MspPackagePayload element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -9,7 +8,6 @@ import BlockDefList from '@components/BlockDefList.astro'; Describes information about the MspPackage payload. Cannot be specified if the owning MspPackage specified any of SourceFile, Name, DownloadUrl, or Compressed. - ## Attributes @@ -18,7 +16,7 @@ Describes information about the MspPackage payload. content={{ title: "Compressed", type: "YesNoDefaultTypeUnion", - typeLink: "../yesnodefaulttype/", + typeLink: "../yesnodefaulttypeunion/", typeTitle: "Values of this type will either be \"default\", \"yes\", or \"no\"." }} > diff --git a/src/content/docs/wix/schema/wxs/msupackage.mdx b/src/content/docs/wix/schema/wxs/msupackage.mdx index b3f4463..2a149d2 100644 --- a/src/content/docs/wix/schema/wxs/msupackage.mdx +++ b/src/content/docs/wix/schema/wxs/msupackage.mdx @@ -1,14 +1,12 @@ --- title: "MsuPackage element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Describes a single msu package to install. - ## Attributes @@ -28,7 +26,7 @@ Describes a single msu package to install. content={{ title: "Cache", type: "KeepRemoveForceTypeUnion", - typeLink: "../keepremoveforcetype/", + typeLink: "../keepremoveforcetypeunion/", typeTitle: "Values of this type will either be \"force\", \"keep\", or \"remove\"." }} > @@ -41,14 +39,15 @@ Describes a single msu package to install. type: "string" }} > - The identifier to use when caching the package. + The identifier to use when caching the package. WiX provides default cache ids---do not override the default unless you + have a specific need and understand the implications. @@ -186,7 +185,7 @@ Describes a single msu package to install. When set to "yes", the Prereq BA will plan the package to be installed if its InstallCondition is "true" or empty. @@ -231,7 +230,7 @@ Describes a single msu package to install. Specifies whether the package must succeed for the chain to continue. The default "yes" @@ -256,6 +255,10 @@ Describes a single msu package to install. title: "PayloadGroupRef", link: "../payloadgroupref/" }, + { + title: "Payloads", + link: "../payloads/" + }, { title: "Provides", link: "../provides/" diff --git a/src/content/docs/wix/schema/wxs/msupackagepayload.mdx b/src/content/docs/wix/schema/wxs/msupackagepayload.mdx index 52c282c..7b7d52c 100644 --- a/src/content/docs/wix/schema/wxs/msupackagepayload.mdx +++ b/src/content/docs/wix/schema/wxs/msupackagepayload.mdx @@ -1,7 +1,6 @@ --- title: "MsuPackagePayload element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -9,7 +8,6 @@ import BlockDefList from '@components/BlockDefList.astro'; Describes information about the MsuPackage payload. Cannot be specified if the owning MsuPackage specified any of SourceFile, Name, DownloadUrl, or Compressed. - ## Attributes @@ -36,7 +34,7 @@ Describes information about the MsuPackage payload. content={{ title: "Compressed", type: "YesNoDefaultTypeUnion", - typeLink: "../yesnodefaulttype/", + typeLink: "../yesnodefaulttypeunion/", typeTitle: "Values of this type will either be \"default\", \"yes\", or \"no\"." }} > diff --git a/src/content/docs/wix/schema/wxs/multistring.mdx b/src/content/docs/wix/schema/wxs/multistring.mdx index bc20d4d..7f4e802 100644 --- a/src/content/docs/wix/schema/wxs/multistring.mdx +++ b/src/content/docs/wix/schema/wxs/multistring.mdx @@ -1,7 +1,6 @@ --- title: "MultiString element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -9,7 +8,6 @@ import BlockDefList from '@components/BlockDefList.astro'; Use several of these elements to specify each registry value in a multiString registry value. This element cannot be used if the Value attribute is specified unless the Type attribute is set to 'multiString'. - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/multistringvalue.mdx b/src/content/docs/wix/schema/wxs/multistringvalue.mdx index 2b07877..3a03a41 100644 --- a/src/content/docs/wix/schema/wxs/multistringvalue.mdx +++ b/src/content/docs/wix/schema/wxs/multistringvalue.mdx @@ -1,7 +1,6 @@ --- title: "MultiStringValue element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -11,7 +10,6 @@ Use several of these elements to specify each registry value in a multiString re Consider using the MultiString element instead. - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/negativeinteger.mdx b/src/content/docs/wix/schema/wxs/negativeinteger.mdx index 0b99afc..6343b95 100644 --- a/src/content/docs/wix/schema/wxs/negativeinteger.mdx +++ b/src/content/docs/wix/schema/wxs/negativeinteger.mdx @@ -1,5 +1,7 @@ --- title: "NegativeInteger type" +sidebar: + hidden: true --- Values of this allow negative integer or a preprocessor variable with the format `$(Variable)` or `$(var.Variable). diff --git a/src/content/docs/wix/schema/wxs/odbcdatasource.mdx b/src/content/docs/wix/schema/wxs/odbcdatasource.mdx index 39fe308..b7495ad 100644 --- a/src/content/docs/wix/schema/wxs/odbcdatasource.mdx +++ b/src/content/docs/wix/schema/wxs/odbcdatasource.mdx @@ -1,14 +1,12 @@ --- title: "ODBCDataSource element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; ODBCDataSource for a Component - ## Attributes @@ -35,7 +33,7 @@ ODBCDataSource for a Component Set 'yes' to force this file to be key path for parent Component diff --git a/src/content/docs/wix/schema/wxs/odbcdriver.mdx b/src/content/docs/wix/schema/wxs/odbcdriver.mdx index 3866cfa..9dbf9a2 100644 --- a/src/content/docs/wix/schema/wxs/odbcdriver.mdx +++ b/src/content/docs/wix/schema/wxs/odbcdriver.mdx @@ -1,14 +1,12 @@ --- title: "ODBCDriver element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; ODBCDriver for a Component - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/odbctranslator.mdx b/src/content/docs/wix/schema/wxs/odbctranslator.mdx index edc4da8..0d77b6a 100644 --- a/src/content/docs/wix/schema/wxs/odbctranslator.mdx +++ b/src/content/docs/wix/schema/wxs/odbctranslator.mdx @@ -1,14 +1,12 @@ --- title: "ODBCTranslator element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; ODBCTranslator for a Component - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/optimizecustomactions.mdx b/src/content/docs/wix/schema/wxs/optimizecustomactions.mdx index d682abe..f11d351 100644 --- a/src/content/docs/wix/schema/wxs/optimizecustomactions.mdx +++ b/src/content/docs/wix/schema/wxs/optimizecustomactions.mdx @@ -1,14 +1,12 @@ --- title: "OptimizeCustomActions element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Indicates whether custom actions can be skipped when applying the patch. - ## Attributes @@ -16,7 +14,7 @@ Indicates whether custom actions can be skipped when applying the patch. Skip property (type 51) and directory (type 35) assignment custom actions. @@ -25,7 +23,7 @@ Indicates whether custom actions can be skipped when applying the patch. Skip custom actions that run within the script. @@ -34,7 +32,7 @@ Indicates whether custom actions can be skipped when applying the patch. Skip immediate custom actions that are not property or directory assignment custom actions. @@ -49,10 +47,6 @@ Indicates whether custom actions can be skipped when applying the patch. { title: "Patch", link: "../patch/" - }, - { - title: "PatchMetadata", - link: "../patchmetadata/" } ]} /> diff --git a/src/content/docs/wix/schema/wxs/optionalupdateregistration.mdx b/src/content/docs/wix/schema/wxs/optionalupdateregistration.mdx index 2402549..b53d1f8 100644 --- a/src/content/docs/wix/schema/wxs/optionalupdateregistration.mdx +++ b/src/content/docs/wix/schema/wxs/optionalupdateregistration.mdx @@ -1,7 +1,6 @@ --- title: "OptionalUpdateRegistration element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -9,7 +8,6 @@ import BlockDefList from '@components/BlockDefList.astro'; Writes additional information to the Windows registry that can be used to detect the bundle. This registration is intended primarily for update to an existing product. - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/package.mdx b/src/content/docs/wix/schema/wxs/package.mdx index cdf98fc..ce926de 100644 --- a/src/content/docs/wix/schema/wxs/package.mdx +++ b/src/content/docs/wix/schema/wxs/package.mdx @@ -1,7 +1,6 @@ --- title: "Package element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -10,7 +9,6 @@ The Package element is analogous to the main function in a C program. When linki can be given to the build to produce a successful result. Using this element creates an MSI file which often referred to as a Product. - ## Attributes @@ -28,7 +26,7 @@ The Package element is analogous to the main function in a C program. When linki Indicates whether the package files are compressed. Default is compressed packages. @@ -107,7 +105,7 @@ The Package element is analogous to the main function in a C program. When linki content={{ title: "Scope", type: "PackageScopeTypeUnion", - typeLink: "../packagescopetype/", + typeLink: "../packagescopetypeunion/", typeTitle: "Use this attribute to specify the installation scope of this package: per-machine, per-user, or a choice of either." }} > @@ -117,7 +115,7 @@ The Package element is analogous to the main function in a C program. When linki Indicates whether the package files are installed using 8.3 filenames. The default is no. @@ -140,12 +138,12 @@ The Package element is analogous to the main function in a C program. When linki content={{ title: "UpgradeStrategy", type: "UpgradeStrategyTypeUnion", - typeLink: "../upgradestrategytype/", - typeTitle: "Use this attribute to specify the upgrade strategy of this package: major upgrade or none." + typeLink: "../upgradestrategytypeunion/", + typeTitle: "Use this attribute to specify the upgrade strategy of this package: major upgrade or none.", + version: "5" }} > - _New in WiX v5: WiX v5 adds this attribute to the `Package` element._ - The upgrade strategy for the package. If "none," no major upgrade is expected. + The upgrade strategy for the package. If "none," no major upgrade is expected. If "majorUpgrade," the UpgradeCode attribute is required and a major upgrade is expected. The default is "majorUpgrade." A default major upgrade is automatically provided if none is authored. @@ -184,7 +182,7 @@ The Package element is analogous to the main function in a C program. When linki }, { title: "Application (Msix extension)", - link: "../../msix/application/" + link: "/firegiant/schema/msix/application/" }, { title: "Binary", @@ -260,7 +258,7 @@ The Package element is analogous to the main function in a C program. When linki }, { title: "Dependency (Msix extension)", - link: "../../msix/dependency/" + link: "/firegiant/schema/msix/dependency/" }, { title: "Directory", @@ -364,7 +362,7 @@ The Package element is analogous to the main function in a C program. When linki }, { title: "Msix (Msix extension)", - link: "../../msix/msix/" + link: "/firegiant/schema/msix/msix/" }, { title: "PackageCertificates", @@ -384,7 +382,7 @@ The Package element is analogous to the main function in a C program. When linki }, { title: "PublicRegistry (Msix extension)", - link: "../../msix/publicregistry/" + link: "/firegiant/schema/msix/publicregistry/" }, { title: "QueryNativeMachine (Util extension)", @@ -500,7 +498,7 @@ The Package element is analogous to the main function in a C program. When linki }, { title: "WriteRegistry (Msix extension)", - link: "../../msix/writeregistry/" + link: "/firegiant/schema/msix/writeregistry/" } ]} /> diff --git a/src/content/docs/wix/schema/wxs/packagecertificates.mdx b/src/content/docs/wix/schema/wxs/packagecertificates.mdx index fe83f8f..9ea99f7 100644 --- a/src/content/docs/wix/schema/wxs/packagecertificates.mdx +++ b/src/content/docs/wix/schema/wxs/packagecertificates.mdx @@ -1,7 +1,6 @@ --- title: "PackageCertificates element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/wxs/packagegroup.mdx b/src/content/docs/wix/schema/wxs/packagegroup.mdx index 8d607af..b1f67fa 100644 --- a/src/content/docs/wix/schema/wxs/packagegroup.mdx +++ b/src/content/docs/wix/schema/wxs/packagegroup.mdx @@ -1,14 +1,12 @@ --- title: "PackageGroup element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Describes a package group to a bootstrapper. - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/packagegroupref.mdx b/src/content/docs/wix/schema/wxs/packagegroupref.mdx index f820dfb..073b8ab 100644 --- a/src/content/docs/wix/schema/wxs/packagegroupref.mdx +++ b/src/content/docs/wix/schema/wxs/packagegroupref.mdx @@ -1,14 +1,12 @@ --- title: "PackageGroupRef element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Create a reference to PackageGroup element that exists inside a Bundle or Fragment element. - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/packagescopetype.mdx b/src/content/docs/wix/schema/wxs/packagescopetype.mdx index cce14e0..8435805 100644 --- a/src/content/docs/wix/schema/wxs/packagescopetype.mdx +++ b/src/content/docs/wix/schema/wxs/packagescopetype.mdx @@ -1,5 +1,7 @@ --- title: "PackageScopeType type" +sidebar: + hidden: true --- Use this attribute to specify the installation scope of this package: per-machine, per-user, or a choice of either. @@ -8,7 +10,12 @@ Use this attribute to specify the installation scope of this package: per-machin - *perMachine*: Set this value to declare that the package is a per-machine installation and requires elevated privileges to install. Sets the ALLUSERS property to 1. + - *perMachineOrUser*: _New in WiX v7: WiX v7 adds this option to the Package Scope attribute._ + Set this value to declare that the package is [dual-purpose that can install per-machine or per-user](https://learn.microsoft.com/en-us/windows/win32/msi/single-package-authoring) + and defaults to installing per-machine. + Sets the ALLUSERS property to 2. - *perUser*: Set this value to declare that the package is a per-user installation and does not require elevated privileges to install. Sets the package's InstallPrivileges attribute to "limited." - - *perUserOrMachine*: Set this value to declare that the package is [dual-purpose that can install per-user or per-machine](https://learn.microsoft.com/en-us/windows/win32/msi/single-package-authoring). + - *perUserOrMachine*: Set this value to declare that the package is [dual-purpose that can install per-user or per-machine](https://learn.microsoft.com/en-us/windows/win32/msi/single-package-authoring) + and defaults to installing per-user. Sets the ALLUSERS property to 2 and MSIINSTALLPERUSER property to 1. diff --git a/src/content/docs/wix/schema/wxs/packagescopetypeunion.mdx b/src/content/docs/wix/schema/wxs/packagescopetypeunion.mdx index 9c8c4b7..49ec065 100644 --- a/src/content/docs/wix/schema/wxs/packagescopetypeunion.mdx +++ b/src/content/docs/wix/schema/wxs/packagescopetypeunion.mdx @@ -1,5 +1,11 @@ --- title: "PackageScopeTypeUnion type" +sidebar: + hidden: true --- Use this attribute to specify the installation scope of this package: per-machine, per-user, or a choice of either. + +## Member types + +- [PackageScopeType](../packagescopetype/) diff --git a/src/content/docs/wix/schema/wxs/patch.mdx b/src/content/docs/wix/schema/wxs/patch.mdx index 691fd4d..a253895 100644 --- a/src/content/docs/wix/schema/wxs/patch.mdx +++ b/src/content/docs/wix/schema/wxs/patch.mdx @@ -1,7 +1,6 @@ --- title: "Patch element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -9,7 +8,6 @@ import BlockDefList from '@components/BlockDefList.astro'; The Patch element is analogous to the main function in a C program. When linking, only one Patch section can be given to the linker to produce a successful result. Using this element creates an MSP file. - ## Attributes @@ -17,7 +15,7 @@ The Patch element is analogous to the main function in a C program. When linking Whether this is an uninstallable patch. @@ -26,7 +24,7 @@ The Patch element is analogous to the main function in a C program. When linking Flag used when creating a binary file patch. Default is "no". Don't fail patch due to imagehlp failures. @@ -35,7 +33,7 @@ The Patch element is analogous to the main function in a C program. When linking Flag used when creating a binary file patch. Default is "no". Don't use imagehlp.dll. @@ -44,7 +42,7 @@ The Patch element is analogous to the main function in a C program. When linking Flag used when creating a binary file patch. Default is "no". After matching decorated symbols, try to match remaining by undecorated names. @@ -130,7 +128,7 @@ The Patch element is analogous to the main function in a C program. When linking Indicates that the patch targets the RTM version of the product or the most recent major @@ -152,7 +150,7 @@ The Patch element is analogous to the main function in a C program. When linking If this attribute is set to 'yes' in all the patches to be applied in a transaction, the @@ -162,7 +160,7 @@ The Patch element is analogous to the main function in a C program. When linking When this attribute is set, patches for files greater than approximately 4 MB in size may be made smaller. diff --git a/src/content/docs/wix/schema/wxs/patchbaseline.mdx b/src/content/docs/wix/schema/wxs/patchbaseline.mdx index 60a4738..18b8cf3 100644 --- a/src/content/docs/wix/schema/wxs/patchbaseline.mdx +++ b/src/content/docs/wix/schema/wxs/patchbaseline.mdx @@ -1,14 +1,12 @@ --- title: "PatchBaseline element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Identifies a set of product versions. - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/patchcertificates.mdx b/src/content/docs/wix/schema/wxs/patchcertificates.mdx index cdce575..bfdb0d7 100644 --- a/src/content/docs/wix/schema/wxs/patchcertificates.mdx +++ b/src/content/docs/wix/schema/wxs/patchcertificates.mdx @@ -1,7 +1,6 @@ --- title: "PatchCertificates element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/wxs/patchfamily.mdx b/src/content/docs/wix/schema/wxs/patchfamily.mdx index 7d4c75c..e3eeca5 100644 --- a/src/content/docs/wix/schema/wxs/patchfamily.mdx +++ b/src/content/docs/wix/schema/wxs/patchfamily.mdx @@ -1,14 +1,12 @@ --- title: "PatchFamily element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Collection of items that should be kept from the differences between two products. - ## Attributes @@ -37,7 +35,7 @@ Collection of items that should be kept from the differences between two product Set this value to 'yes' to indicate that this patch will supersede all previous patches in this patch family. diff --git a/src/content/docs/wix/schema/wxs/patchfamilygroup.mdx b/src/content/docs/wix/schema/wxs/patchfamilygroup.mdx index 308229b..840eebd 100644 --- a/src/content/docs/wix/schema/wxs/patchfamilygroup.mdx +++ b/src/content/docs/wix/schema/wxs/patchfamilygroup.mdx @@ -1,14 +1,12 @@ --- title: "PatchFamilyGroup element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Groups together multiple patch families to be used in other locations. - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/patchfamilygroupref.mdx b/src/content/docs/wix/schema/wxs/patchfamilygroupref.mdx index 8bd4861..2f3a698 100644 --- a/src/content/docs/wix/schema/wxs/patchfamilygroupref.mdx +++ b/src/content/docs/wix/schema/wxs/patchfamilygroupref.mdx @@ -1,14 +1,12 @@ --- title: "PatchFamilyGroupRef element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Create a reference to a PatchFamilyGroup in another Fragment. - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/patchfamilyref.mdx b/src/content/docs/wix/schema/wxs/patchfamilyref.mdx index 828388d..61f3759 100644 --- a/src/content/docs/wix/schema/wxs/patchfamilyref.mdx +++ b/src/content/docs/wix/schema/wxs/patchfamilyref.mdx @@ -1,7 +1,6 @@ --- title: "PatchFamilyRef element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -9,7 +8,6 @@ import BlockDefList from '@components/BlockDefList.astro'; This will cause the entire contents of the Fragment containing the referenced PatchFamily to be used in the process of creating a patch. - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/patchfiles.mdx b/src/content/docs/wix/schema/wxs/patchfiles.mdx index 329409e..18b75cf 100644 --- a/src/content/docs/wix/schema/wxs/patchfiles.mdx +++ b/src/content/docs/wix/schema/wxs/patchfiles.mdx @@ -1,7 +1,6 @@ --- title: "PatchFiles element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/wxs/patchinformation.mdx b/src/content/docs/wix/schema/wxs/patchinformation.mdx index 3f21c7d..447b457 100644 --- a/src/content/docs/wix/schema/wxs/patchinformation.mdx +++ b/src/content/docs/wix/schema/wxs/patchinformation.mdx @@ -1,14 +1,12 @@ --- title: "PatchInformation element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Properties about the patch to be placed in the Summary Information Stream. These are visible from COM through the IStream interface, and these properties can be seen on the package in Explorer. - ## Attributes @@ -16,7 +14,8 @@ Properties about the patch to be placed in the Summary Information Stream. These Deprecated @@ -34,7 +33,8 @@ Properties about the patch to be placed in the Summary Information Stream. These Deprecated @@ -61,7 +61,8 @@ Properties about the patch to be placed in the Summary Information Stream. These Deprecated @@ -79,7 +80,8 @@ Properties about the patch to be placed in the Summary Information Stream. These Deprecated @@ -89,7 +91,7 @@ Properties about the patch to be placed in the Summary Information Stream. These content={{ title: "ReadOnly", type: "YesNoDefaultTypeUnion", - typeLink: "../yesnodefaulttype/", + typeLink: "../yesnodefaulttypeunion/", typeTitle: "Values of this type will either be \"default\", \"yes\", or \"no\"." }} > @@ -101,7 +103,8 @@ Properties about the patch to be placed in the Summary Information Stream. These Deprecated @@ -125,10 +128,6 @@ Properties about the patch to be placed in the Summary Information Stream. These { title: "Patch", link: "../patch/" - }, - { - title: "PatchCreation", - link: "../patchcreation/" } ]} /> diff --git a/src/content/docs/wix/schema/wxs/patchproperty.mdx b/src/content/docs/wix/schema/wxs/patchproperty.mdx index 57a8e45..ec5b9f1 100644 --- a/src/content/docs/wix/schema/wxs/patchproperty.mdx +++ b/src/content/docs/wix/schema/wxs/patchproperty.mdx @@ -1,14 +1,12 @@ --- title: "PatchProperty element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; A property for this patch database. - ## Attributes @@ -51,19 +49,13 @@ A property for this patch database. { title: "Patch", link: "../patch/" - }, - { - title: "PatchCreation", - link: "../patchcreation/" } ]} /> ## Remarks -When authored under the Patch element, the PatchProperty defines entries in the MsiPatchMetadata table. - - +The PatchProperty defines entries in the MsiPatchMetadata table. ## Windows Installer references diff --git a/src/content/docs/wix/schema/wxs/payload.mdx b/src/content/docs/wix/schema/wxs/payload.mdx index 71259a6..3bd1517 100644 --- a/src/content/docs/wix/schema/wxs/payload.mdx +++ b/src/content/docs/wix/schema/wxs/payload.mdx @@ -1,14 +1,12 @@ --- title: "Payload element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Describes a payload to a bootstrapper. - ## Attributes @@ -16,7 +14,9 @@ Describes a payload to a bootstrapper. When set to "yes", WixDotNetCoreBootstrapperApplicationHost will load the DLL and instantiate the type with the BootstrapperApplicationFactoryAttribute. @@ -24,13 +24,13 @@ Describes a payload to a bootstrapper. The .NET Core project must have been published, not just built. Only one payload may be marked with this attribute set to "yes". - _Available in WiX v4. Deprecated in WiX v5. Move the Payload/@SourceFile attribute to be the BootstrapperApplication/@SourceFile attribute and remove the Payload element._ + _In WiX v5, move the Payload/@SourceFile attribute to be the BootstrapperApplication/@SourceFile attribute and remove the Payload element._ When set to "yes", WixStdBA will load the DLL and work with it to handle BA messages. @@ -59,7 +59,7 @@ Describes a payload to a bootstrapper. content={{ title: "Compressed", type: "YesNoDefaultTypeUnion", - typeLink: "../yesnodefaulttype/", + typeLink: "../yesnodefaulttypeunion/", typeTitle: "Values of this type will either be \"default\", \"yes\", or \"no\"." }} > diff --git a/src/content/docs/wix/schema/wxs/payloadgroup.mdx b/src/content/docs/wix/schema/wxs/payloadgroup.mdx index 84b0f79..25470c9 100644 --- a/src/content/docs/wix/schema/wxs/payloadgroup.mdx +++ b/src/content/docs/wix/schema/wxs/payloadgroup.mdx @@ -1,7 +1,6 @@ --- title: "PayloadGroup element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -10,7 +9,6 @@ Describes a payload group to a bootstrapper. PayloadGroups referenced from withi PayloadGroups referenced from a Fragment are tied to the context of whatever references them such as an ExePackage or MsiPackage. It is possible to share a PayloadGroup between multiple Packages and/or a Bundle by creating multiple references to it. - ## Attributes @@ -40,11 +38,11 @@ Describes a payload group to a bootstrapper. PayloadGroups referenced from withi }, { title: "HarvestPayload (Buildtools extension)", - link: "../../buildtools/harvestpayload/" + link: "/firegiant/schema/buildtools/harvestpayload/" }, { title: "HarvestPayloadFolder (Buildtools extension)", - link: "../../buildtools/harvestpayloadfolder/" + link: "/firegiant/schema/buildtools/harvestpayloadfolder/" }, { title: "MsiPackagePayload", @@ -65,6 +63,10 @@ Describes a payload group to a bootstrapper. PayloadGroups referenced from withi { title: "PayloadGroupRef", link: "../payloadgroupref/" + }, + { + title: "Payloads", + link: "../payloads/" } ]} /> diff --git a/src/content/docs/wix/schema/wxs/payloadgroupref.mdx b/src/content/docs/wix/schema/wxs/payloadgroupref.mdx index 0299c77..b789ad3 100644 --- a/src/content/docs/wix/schema/wxs/payloadgroupref.mdx +++ b/src/content/docs/wix/schema/wxs/payloadgroupref.mdx @@ -1,14 +1,12 @@ --- title: "PayloadGroupRef element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Create a reference to PayloadGroup element that exists inside a Bundle or Fragment element. - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/payloads.mdx b/src/content/docs/wix/schema/wxs/payloads.mdx new file mode 100644 index 0000000..6ef39d7 --- /dev/null +++ b/src/content/docs/wix/schema/wxs/payloads.mdx @@ -0,0 +1,93 @@ +--- +title: "Payloads element" +--- +import BlockWrapper from '@components/BlockWrapper.astro'; +import BlockReference from '@components/BlockReference.astro'; +import BlockDefList from '@components/BlockDefList.astro'; + +Authoring to define the set of files to be harvested for inclusion in a bundle. + +## Attributes + + + + + A file-selection pattern that can include directory names, file names, and wildcards. + If a pattern is not an absolute path (via a preprocessor variable, unnamed bind path, + or named bind path), it is interpreted as relative to the directory containing the + source file. Absolute paths via a named bind path are recommended. + + Wildcards include typical `*.ext` globs and MSBuild-style `**` globs to indicate + that directories should be recursed. Examples include: + + | Pattern | Description | + | ------- | ----------- | + | `!(bindpath.ToBeHarvested)\**` | All files in the parent directory identified by the `ToBeHarvested` bind path and its subdirectories. | + | `$(PayloadFiles)\bin\Release\**` | All files in the `bin\Release` subdirectory in the directory named by the `PayloadFiles` preprocessor variable and its subdirectories. | + | `!(bindpath.arm64)\**.pdb` | All files with `.pdb` extension in the parent directory identified by the `arm64` bind path and its subdirectories. | + | `**` | If an unnamed bind path was specified, all files in that directory and its subdirectories. If an unnamed bind path was _not_ specified, all files in directory of the source .wxs file and its subdirectories. | + + + + +## Children + + + +## Parents + + \ No newline at end of file diff --git a/src/content/docs/wix/schema/wxs/permission.mdx b/src/content/docs/wix/schema/wxs/permission.mdx index fcf59ff..1c71588 100644 --- a/src/content/docs/wix/schema/wxs/permission.mdx +++ b/src/content/docs/wix/schema/wxs/permission.mdx @@ -1,7 +1,6 @@ --- title: "Permission element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -10,7 +9,6 @@ Sets ACLs on File, Registry, or CreateFolder. When under a Registry element, thi if the Action attribute's value is remove or removeKeyOnInstall. This element has no Id attribute. The table and key are taken from the parent element. - ## Attributes @@ -18,7 +16,7 @@ Sets ACLs on File, Registry, or CreateFolder. When under a Registry element, thi @@ -27,7 +25,7 @@ Sets ACLs on File, Registry, or CreateFolder. When under a Registry element, thi @@ -36,7 +34,7 @@ Sets ACLs on File, Registry, or CreateFolder. When under a Registry element, thi For a directory, the right to create a subdirectory. Only valid under a 'CreateFolder' parent. @@ -45,7 +43,7 @@ Sets ACLs on File, Registry, or CreateFolder. When under a Registry element, thi For a directory, the right to create a file in the directory. Only valid under a 'CreateFolder' parent. @@ -54,7 +52,7 @@ Sets ACLs on File, Registry, or CreateFolder. When under a Registry element, thi @@ -63,7 +61,7 @@ Sets ACLs on File, Registry, or CreateFolder. When under a Registry element, thi @@ -72,7 +70,7 @@ Sets ACLs on File, Registry, or CreateFolder. When under a Registry element, thi @@ -81,7 +79,7 @@ Sets ACLs on File, Registry, or CreateFolder. When under a Registry element, thi For a directory, the right to delete a directory and all the files it contains, including read-only files. Only valid under a 'CreateFolder' parent. @@ -99,7 +97,7 @@ Sets ACLs on File, Registry, or CreateFolder. When under a Registry element, thi @@ -108,7 +106,7 @@ Sets ACLs on File, Registry, or CreateFolder. When under a Registry element, thi @@ -117,7 +115,7 @@ Sets ACLs on File, Registry, or CreateFolder. When under a Registry element, thi Bit mask for FILE_ALL_ACCESS from WinNT.h (0x001F01FF). @@ -126,7 +124,7 @@ Sets ACLs on File, Registry, or CreateFolder. When under a Registry element, thi @@ -135,7 +133,7 @@ Sets ACLs on File, Registry, or CreateFolder. When under a Registry element, thi @@ -144,7 +142,7 @@ Sets ACLs on File, Registry, or CreateFolder. When under a Registry element, thi specifying this will fail to grant read access @@ -153,7 +151,7 @@ Sets ACLs on File, Registry, or CreateFolder. When under a Registry element, thi @@ -162,7 +160,7 @@ Sets ACLs on File, Registry, or CreateFolder. When under a Registry element, thi @@ -171,7 +169,7 @@ Sets ACLs on File, Registry, or CreateFolder. When under a Registry element, thi @@ -180,7 +178,7 @@ Sets ACLs on File, Registry, or CreateFolder. When under a Registry element, thi @@ -189,7 +187,7 @@ Sets ACLs on File, Registry, or CreateFolder. When under a Registry element, thi @@ -198,7 +196,7 @@ Sets ACLs on File, Registry, or CreateFolder. When under a Registry element, thi @@ -207,7 +205,7 @@ Sets ACLs on File, Registry, or CreateFolder. When under a Registry element, thi Bit mask for SPECIFIC_RIGHTS_ALL from WinNT.h (0x0000FFFF). @@ -216,7 +214,7 @@ Sets ACLs on File, Registry, or CreateFolder. When under a Registry element, thi @@ -225,7 +223,7 @@ Sets ACLs on File, Registry, or CreateFolder. When under a Registry element, thi @@ -234,7 +232,7 @@ Sets ACLs on File, Registry, or CreateFolder. When under a Registry element, thi For a directory, the right to traverse the directory. By default, users are assigned the BYPASS_TRAVERSE_CHECKING privilege, which ignores the FILE_TRAVERSE access right. Only valid under a 'CreateFolder' parent. @@ -253,7 +251,7 @@ Sets ACLs on File, Registry, or CreateFolder. When under a Registry element, thi @@ -262,7 +260,7 @@ Sets ACLs on File, Registry, or CreateFolder. When under a Registry element, thi @@ -271,7 +269,7 @@ Sets ACLs on File, Registry, or CreateFolder. When under a Registry element, thi diff --git a/src/content/docs/wix/schema/wxs/permissionex.mdx b/src/content/docs/wix/schema/wxs/permissionex.mdx index b07b668..4cf85ac 100644 --- a/src/content/docs/wix/schema/wxs/permissionex.mdx +++ b/src/content/docs/wix/schema/wxs/permissionex.mdx @@ -1,17 +1,15 @@ --- title: "PermissionEx element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; -Sets ACLs on File, Registry, or CreateFolder. When under a Registry element, this cannot be used +Sets ACLs on File, Registry, CreateFolder, or ServiceInstall. When under a Registry element, this cannot be used if the Action attribute's value is remove or removeKeyOnInstall. This element is only available when installing with MSI 5.0. For downlevel support, see the PermissionEx element from the WixUtilExtension. - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/preprocessorvariables.mdx b/src/content/docs/wix/schema/wxs/preprocessorvariables.mdx index 2a91efc..2492b3f 100644 --- a/src/content/docs/wix/schema/wxs/preprocessorvariables.mdx +++ b/src/content/docs/wix/schema/wxs/preprocessorvariables.mdx @@ -1,5 +1,7 @@ --- title: "PreprocessorVariables type" +sidebar: + hidden: true --- A type that represents 1 or more preprocessor variables. diff --git a/src/content/docs/wix/schema/wxs/processcomponents.mdx b/src/content/docs/wix/schema/wxs/processcomponents.mdx index e97b677..c1f3fce 100644 --- a/src/content/docs/wix/schema/wxs/processcomponents.mdx +++ b/src/content/docs/wix/schema/wxs/processcomponents.mdx @@ -1,7 +1,6 @@ --- title: "ProcessComponents element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/wxs/productsearch.mdx b/src/content/docs/wix/schema/wxs/productsearch.mdx index 5855537..ee221de 100644 --- a/src/content/docs/wix/schema/wxs/productsearch.mdx +++ b/src/content/docs/wix/schema/wxs/productsearch.mdx @@ -1,14 +1,10 @@ --- title: "ProductSearch element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; - - - ## Attributes @@ -16,7 +12,7 @@ import BlockDefList from '@components/BlockDefList.astro'; Set to "yes" to detect all languages, excluding the languages listed in the Language attribute. @@ -25,7 +21,7 @@ import BlockDefList from '@components/BlockDefList.astro'; Set to "yes" to make the range of versions detected include the value specified in Maximum. @@ -34,7 +30,7 @@ import BlockDefList from '@components/BlockDefList.astro'; Set to "no" to make the range of versions detected exclude the value specified in Minimum. This attribute is "yes" by default. diff --git a/src/content/docs/wix/schema/wxs/progid.mdx b/src/content/docs/wix/schema/wxs/progid.mdx index 675166f..0648fad 100644 --- a/src/content/docs/wix/schema/wxs/progid.mdx +++ b/src/content/docs/wix/schema/wxs/progid.mdx @@ -1,14 +1,12 @@ --- title: "ProgId element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; ProgId registration for parent Component. If ProgId has an associated Class, it must be a child of that element. - ## Attributes @@ -16,7 +14,7 @@ ProgId registration for parent Component. If ProgId has an associated Class, it diff --git a/src/content/docs/wix/schema/wxs/progresstext.mdx b/src/content/docs/wix/schema/wxs/progresstext.mdx index d53857f..24fee28 100644 --- a/src/content/docs/wix/schema/wxs/progresstext.mdx +++ b/src/content/docs/wix/schema/wxs/progresstext.mdx @@ -1,14 +1,10 @@ --- title: "ProgressText element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; - - - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/property.mdx b/src/content/docs/wix/schema/wxs/property.mdx index faa76de..d9f27b6 100644 --- a/src/content/docs/wix/schema/wxs/property.mdx +++ b/src/content/docs/wix/schema/wxs/property.mdx @@ -1,14 +1,12 @@ --- title: "Property element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Property value for a Package or Module. - ## Attributes @@ -16,7 +14,7 @@ Property value for a Package or Module. Denotes that the property is saved during [administrative installations](https://learn.microsoft.com/en-us/windows/win32/msi/administrative-installation). @@ -26,7 +24,7 @@ Property value for a Package or Module. Adds a row to the CCPSearch table. This attribute is only valid when this Property contains a search element. @@ -35,7 +33,7 @@ Property value for a Package or Module. Denotes that the Property is not logged during installation. See the [MsiHiddenProperties Property](https://learn.microsoft.com/en-us/windows/win32/msi/msihiddenproperties) for more information. @@ -54,7 +52,7 @@ Property value for a Package or Module. Denotes that the Property can be passed to the server side when doing a managed installation with elevated privileges. See the [SecureCustomProperties Property](https://learn.microsoft.com/en-us/windows/win32/msi/securecustomproperties) for more information. @@ -63,7 +61,7 @@ Property value for a Package or Module. Use to suppress modularization of this property identifier in merge modules. diff --git a/src/content/docs/wix/schema/wxs/propertyref.mdx b/src/content/docs/wix/schema/wxs/propertyref.mdx index 70fcefd..91a3ea9 100644 --- a/src/content/docs/wix/schema/wxs/propertyref.mdx +++ b/src/content/docs/wix/schema/wxs/propertyref.mdx @@ -1,14 +1,12 @@ --- title: "PropertyRef element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Reference to a Property value. - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/provides.mdx b/src/content/docs/wix/schema/wxs/provides.mdx index 1093b39..e1eed62 100644 --- a/src/content/docs/wix/schema/wxs/provides.mdx +++ b/src/content/docs/wix/schema/wxs/provides.mdx @@ -1,14 +1,12 @@ --- title: "Provides element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Describes the information for this product or feature that serves as a dependency of other products or features. - ## Attributes @@ -16,7 +14,7 @@ Describes the information for this product or feature that serves as a dependenc When set to "yes", adds a custom action to prompt the user when dependencies are still on the computer. The default is "no". diff --git a/src/content/docs/wix/schema/wxs/publish.mdx b/src/content/docs/wix/schema/wxs/publish.mdx index 4a36f79..9c5219a 100644 --- a/src/content/docs/wix/schema/wxs/publish.mdx +++ b/src/content/docs/wix/schema/wxs/publish.mdx @@ -1,14 +1,10 @@ --- title: "Publish element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; - - - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/publishcomponents.mdx b/src/content/docs/wix/schema/wxs/publishcomponents.mdx index c59760e..470e2ab 100644 --- a/src/content/docs/wix/schema/wxs/publishcomponents.mdx +++ b/src/content/docs/wix/schema/wxs/publishcomponents.mdx @@ -1,7 +1,6 @@ --- title: "PublishComponents element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/wxs/publishfeatures.mdx b/src/content/docs/wix/schema/wxs/publishfeatures.mdx index f9c7ec3..aab1706 100644 --- a/src/content/docs/wix/schema/wxs/publishfeatures.mdx +++ b/src/content/docs/wix/schema/wxs/publishfeatures.mdx @@ -1,7 +1,6 @@ --- title: "PublishFeatures element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/wxs/publishproduct.mdx b/src/content/docs/wix/schema/wxs/publishproduct.mdx index 89a1391..00c889c 100644 --- a/src/content/docs/wix/schema/wxs/publishproduct.mdx +++ b/src/content/docs/wix/schema/wxs/publishproduct.mdx @@ -1,7 +1,6 @@ --- title: "PublishProduct element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/wxs/radiobutton.mdx b/src/content/docs/wix/schema/wxs/radiobutton.mdx index 15ca3fe..6faba26 100644 --- a/src/content/docs/wix/schema/wxs/radiobutton.mdx +++ b/src/content/docs/wix/schema/wxs/radiobutton.mdx @@ -1,14 +1,12 @@ --- title: "RadioButton element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Text or Icon plus Value that is assigned to the Property of the parent Control (RadioButtonGroup). - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/radiobuttongroup.mdx b/src/content/docs/wix/schema/wxs/radiobuttongroup.mdx index bca0977..98f3e8a 100644 --- a/src/content/docs/wix/schema/wxs/radiobuttongroup.mdx +++ b/src/content/docs/wix/schema/wxs/radiobuttongroup.mdx @@ -1,14 +1,12 @@ --- title: "RadioButtonGroup element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Set of radio buttons tied to the specified Property - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/registerclassinfo.mdx b/src/content/docs/wix/schema/wxs/registerclassinfo.mdx index 25715bb..b5c1027 100644 --- a/src/content/docs/wix/schema/wxs/registerclassinfo.mdx +++ b/src/content/docs/wix/schema/wxs/registerclassinfo.mdx @@ -1,7 +1,6 @@ --- title: "RegisterClassInfo element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/wxs/registercomplus.mdx b/src/content/docs/wix/schema/wxs/registercomplus.mdx index e097ca8..a7bab95 100644 --- a/src/content/docs/wix/schema/wxs/registercomplus.mdx +++ b/src/content/docs/wix/schema/wxs/registercomplus.mdx @@ -1,7 +1,6 @@ --- title: "RegisterComPlus element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/wxs/registerextensioninfo.mdx b/src/content/docs/wix/schema/wxs/registerextensioninfo.mdx index 2565bad..37bdab9 100644 --- a/src/content/docs/wix/schema/wxs/registerextensioninfo.mdx +++ b/src/content/docs/wix/schema/wxs/registerextensioninfo.mdx @@ -1,7 +1,6 @@ --- title: "RegisterExtensionInfo element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/wxs/registerfonts.mdx b/src/content/docs/wix/schema/wxs/registerfonts.mdx index fb9eb1f..720e132 100644 --- a/src/content/docs/wix/schema/wxs/registerfonts.mdx +++ b/src/content/docs/wix/schema/wxs/registerfonts.mdx @@ -1,7 +1,6 @@ --- title: "RegisterFonts element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/wxs/registermimeinfo.mdx b/src/content/docs/wix/schema/wxs/registermimeinfo.mdx index 3fe7364..6b2bd19 100644 --- a/src/content/docs/wix/schema/wxs/registermimeinfo.mdx +++ b/src/content/docs/wix/schema/wxs/registermimeinfo.mdx @@ -1,7 +1,6 @@ --- title: "RegisterMIMEInfo element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/wxs/registerproduct.mdx b/src/content/docs/wix/schema/wxs/registerproduct.mdx index 70d24fb..415321b 100644 --- a/src/content/docs/wix/schema/wxs/registerproduct.mdx +++ b/src/content/docs/wix/schema/wxs/registerproduct.mdx @@ -1,7 +1,6 @@ --- title: "RegisterProduct element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/wxs/registerprogidinfo.mdx b/src/content/docs/wix/schema/wxs/registerprogidinfo.mdx index 6f1c320..1272af5 100644 --- a/src/content/docs/wix/schema/wxs/registerprogidinfo.mdx +++ b/src/content/docs/wix/schema/wxs/registerprogidinfo.mdx @@ -1,7 +1,6 @@ --- title: "RegisterProgIdInfo element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/wxs/registertypelibraries.mdx b/src/content/docs/wix/schema/wxs/registertypelibraries.mdx index 022d0eb..17cd5f3 100644 --- a/src/content/docs/wix/schema/wxs/registertypelibraries.mdx +++ b/src/content/docs/wix/schema/wxs/registertypelibraries.mdx @@ -1,7 +1,6 @@ --- title: "RegisterTypeLibraries element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/wxs/registeruser.mdx b/src/content/docs/wix/schema/wxs/registeruser.mdx index 98975c0..2f105c8 100644 --- a/src/content/docs/wix/schema/wxs/registeruser.mdx +++ b/src/content/docs/wix/schema/wxs/registeruser.mdx @@ -1,7 +1,6 @@ --- title: "RegisterUser element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/wxs/registrykey.mdx b/src/content/docs/wix/schema/wxs/registrykey.mdx index ff5ea45..03c5b06 100644 --- a/src/content/docs/wix/schema/wxs/registrykey.mdx +++ b/src/content/docs/wix/schema/wxs/registrykey.mdx @@ -1,7 +1,6 @@ --- title: "RegistryKey element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -9,7 +8,6 @@ import BlockDefList from '@components/BlockDefList.astro'; Used for organization of child RegistryValue elements or to create a registry key (and optionally remove it during uninstallation). - ## Attributes @@ -33,7 +31,7 @@ Used for organization of child RegistryValue elements or to create a registry ke Set this attribute to 'yes' to create an empty key, if absent, when the parent component is installed. @@ -44,7 +42,7 @@ Used for organization of child RegistryValue elements or to create a registry ke Set this attribute to 'yes' to remove the key with all its values and subkeys when the parent component is uninstalled. diff --git a/src/content/docs/wix/schema/wxs/registryroottype.mdx b/src/content/docs/wix/schema/wxs/registryroottype.mdx index a3f0595..60de5ce 100644 --- a/src/content/docs/wix/schema/wxs/registryroottype.mdx +++ b/src/content/docs/wix/schema/wxs/registryroottype.mdx @@ -1,5 +1,7 @@ --- title: "RegistryRootType type" +sidebar: + hidden: true --- Values of this type represent possible registry roots. diff --git a/src/content/docs/wix/schema/wxs/registrysearch.mdx b/src/content/docs/wix/schema/wxs/registrysearch.mdx index 93df2a1..94d31d6 100644 --- a/src/content/docs/wix/schema/wxs/registrysearch.mdx +++ b/src/content/docs/wix/schema/wxs/registrysearch.mdx @@ -1,14 +1,12 @@ --- title: "RegistrySearch element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Searches for file, directory or registry key and assigns to value of parent Property - ## Attributes @@ -17,7 +15,7 @@ Searches for file, directory or registry key and assigns to value of parent Prop content={{ title: "Bitness", type: "BitnessTypeUnion", - typeLink: "../bitnesstype/", + typeLink: "../bitnesstypeunion/", typeTitle: "Values of this type will be \"default\", \"always32\" or \"always64\"." }} > diff --git a/src/content/docs/wix/schema/wxs/registrysearchref.mdx b/src/content/docs/wix/schema/wxs/registrysearchref.mdx index 58b2ee0..c2c094e 100644 --- a/src/content/docs/wix/schema/wxs/registrysearchref.mdx +++ b/src/content/docs/wix/schema/wxs/registrysearchref.mdx @@ -1,14 +1,12 @@ --- title: "RegistrySearchRef element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; References an existing RegistrySearch element. - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/registryvalue.mdx b/src/content/docs/wix/schema/wxs/registryvalue.mdx index 052d699..1613019 100644 --- a/src/content/docs/wix/schema/wxs/registryvalue.mdx +++ b/src/content/docs/wix/schema/wxs/registryvalue.mdx @@ -1,7 +1,6 @@ --- title: "RegistryValue element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -11,7 +10,6 @@ Used to create a registry value. For multi-string values, this can be used to pr For legacy authoring: Use several of these elements to specify each registry value in a multiString registry value. This element cannot be used if the Value attribute is specified unless the Type attribute is set to 'multiString'. - ## Attributes @@ -19,13 +17,12 @@ Used to create a registry value. For multi-string values, this can be used to pr - This is the action that will be taken for this registry value. This attribute's value must be one of the following: - - *append*: Appends the specified value(s) to a multiString registry value. - - *prepend*: Prepends the specified value(s) to a multiString registry value. - - *write*: Writes a registry value. This is the default value. + This is the action that will be taken for this registry value. If not specified, the default is 'write'. Set this attribute to 'yes' to make this registry key the KeyPath of the parent component. @@ -93,19 +90,12 @@ Used to create a registry value. For multi-string values, this can be used to pr - Set this attribute to the type of the desired registry key. This attribute must be specified whenever the Value - attribute or a child RegistryValue element is specified. This attribute - should only be set when the value of the Action attribute does not include the word 'remove'. This attribute's value must be one of the following: - - *string*: The value is interpreted and stored as a string (REG_SZ). - - *integer*: The value is interpreted and stored as an integer (REG_DWORD). - - *binary*: The value is interpreted and stored as a hexadecimal value (REG_BINARY). - - *expandable*: The value is interpreted and stored as an expandable string (REG_EXPAND_SZ). - - *multiString*: The value is interpreted and stored as a multiple strings (REG_MULTI_SZ). - Please note that this value will only result in a multi-string value if there is more than one registry value - or the Action attribute's value is 'append' or 'prepend'. Otherwise a string value will be created. + Set this attribute to the type of the desired registry key. If not specified, the default is 'string'. @@ -43,7 +41,8 @@ Defines a related bundle for the parent Bundle. title: "Id", type: "Guid", typeLink: "../guid/", - typeTitle: "Values of this type will look like: \"01234567-89AB-CDEF-0123-456789ABCDEF\" or \"{01234567-89AB-CDEF-0123-456789ABCDEF}\". Also allows \"PUT-GUID-HERE\" for use in examples." + typeTitle: "Values of this type will look like: \"01234567-89AB-CDEF-0123-456789ABCDEF\" or \"{01234567-89AB-CDEF-0123-456789ABCDEF}\". Also allows \"PUT-GUID-HERE\" for use in examples.", + deprecated: true }} > Deprecated: Use the Code attribute instead. diff --git a/src/content/docs/wix/schema/wxs/remotebundle.mdx b/src/content/docs/wix/schema/wxs/remotebundle.mdx index e59d07f..752a617 100644 --- a/src/content/docs/wix/schema/wxs/remotebundle.mdx +++ b/src/content/docs/wix/schema/wxs/remotebundle.mdx @@ -1,14 +1,12 @@ --- title: "RemoteBundle element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Describes information about the referenced Bundle. - ## Attributes @@ -65,7 +63,7 @@ Describes information about the referenced Bundle. @@ -119,7 +117,7 @@ Describes information about the referenced Bundle. diff --git a/src/content/docs/wix/schema/wxs/remoterelatedbundle.mdx b/src/content/docs/wix/schema/wxs/remoterelatedbundle.mdx index 029c802..89f62e4 100644 --- a/src/content/docs/wix/schema/wxs/remoterelatedbundle.mdx +++ b/src/content/docs/wix/schema/wxs/remoterelatedbundle.mdx @@ -1,14 +1,12 @@ --- title: "RemoteRelatedBundle element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Defines a related bundle for the parent RemoteBundle. - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/removeduplicatefiles.mdx b/src/content/docs/wix/schema/wxs/removeduplicatefiles.mdx index 0608d1f..d286dc6 100644 --- a/src/content/docs/wix/schema/wxs/removeduplicatefiles.mdx +++ b/src/content/docs/wix/schema/wxs/removeduplicatefiles.mdx @@ -1,7 +1,6 @@ --- title: "RemoveDuplicateFiles element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/wxs/removeenvironmentstrings.mdx b/src/content/docs/wix/schema/wxs/removeenvironmentstrings.mdx index 2ffe1df..8f2dbad 100644 --- a/src/content/docs/wix/schema/wxs/removeenvironmentstrings.mdx +++ b/src/content/docs/wix/schema/wxs/removeenvironmentstrings.mdx @@ -1,7 +1,6 @@ --- title: "RemoveEnvironmentStrings element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/wxs/removeexistingproducts.mdx b/src/content/docs/wix/schema/wxs/removeexistingproducts.mdx index d238544..189e5e9 100644 --- a/src/content/docs/wix/schema/wxs/removeexistingproducts.mdx +++ b/src/content/docs/wix/schema/wxs/removeexistingproducts.mdx @@ -1,7 +1,6 @@ --- title: "RemoveExistingProducts element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/wxs/removefile.mdx b/src/content/docs/wix/schema/wxs/removefile.mdx index 89de8e8..eb2d032 100644 --- a/src/content/docs/wix/schema/wxs/removefile.mdx +++ b/src/content/docs/wix/schema/wxs/removefile.mdx @@ -1,7 +1,6 @@ --- title: "RemoveFile element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -13,7 +12,6 @@ Remove a file(s) if the parent component is selected for installation or removal attribute with a value corresponding to a property that will have a value that resolves to the full path to the source directory. - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/removefiles.mdx b/src/content/docs/wix/schema/wxs/removefiles.mdx index 9b7e50f..ac2289c 100644 --- a/src/content/docs/wix/schema/wxs/removefiles.mdx +++ b/src/content/docs/wix/schema/wxs/removefiles.mdx @@ -1,7 +1,6 @@ --- title: "RemoveFiles element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/wxs/removefolder.mdx b/src/content/docs/wix/schema/wxs/removefolder.mdx index 510d568..5960f02 100644 --- a/src/content/docs/wix/schema/wxs/removefolder.mdx +++ b/src/content/docs/wix/schema/wxs/removefolder.mdx @@ -1,7 +1,6 @@ --- title: "RemoveFolder element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -11,7 +10,6 @@ Remove an empty folder if the parent component is selected for installation or r with a value corresponding to the Id of the directory, or by specifying the Property attribute with a value corresponding to a property that will have a value that resolves to the full path of the folder. - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/removefolders.mdx b/src/content/docs/wix/schema/wxs/removefolders.mdx index 7823620..55867fe 100644 --- a/src/content/docs/wix/schema/wxs/removefolders.mdx +++ b/src/content/docs/wix/schema/wxs/removefolders.mdx @@ -1,7 +1,6 @@ --- title: "RemoveFolders element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/wxs/removeinivalues.mdx b/src/content/docs/wix/schema/wxs/removeinivalues.mdx index 70f9fbb..4e42289 100644 --- a/src/content/docs/wix/schema/wxs/removeinivalues.mdx +++ b/src/content/docs/wix/schema/wxs/removeinivalues.mdx @@ -1,7 +1,6 @@ --- title: "RemoveIniValues element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/wxs/removeodbc.mdx b/src/content/docs/wix/schema/wxs/removeodbc.mdx index 5626b8c..387c21b 100644 --- a/src/content/docs/wix/schema/wxs/removeodbc.mdx +++ b/src/content/docs/wix/schema/wxs/removeodbc.mdx @@ -1,7 +1,6 @@ --- title: "RemoveODBC element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/wxs/removeregistrykey.mdx b/src/content/docs/wix/schema/wxs/removeregistrykey.mdx index 391dff5..3e06ba2 100644 --- a/src/content/docs/wix/schema/wxs/removeregistrykey.mdx +++ b/src/content/docs/wix/schema/wxs/removeregistrykey.mdx @@ -1,14 +1,12 @@ --- title: "RemoveRegistryKey element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Used for removing registry keys and all child keys during install or uninstall. - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/removeregistryvalue.mdx b/src/content/docs/wix/schema/wxs/removeregistryvalue.mdx index d56131c..c12527d 100644 --- a/src/content/docs/wix/schema/wxs/removeregistryvalue.mdx +++ b/src/content/docs/wix/schema/wxs/removeregistryvalue.mdx @@ -1,7 +1,6 @@ --- title: "RemoveRegistryValue element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -9,7 +8,6 @@ import BlockDefList from '@components/BlockDefList.astro'; Used to remove a registry value during installation. There is no standard way to remove a single registry value during uninstall (but you can remove an entire key with RemoveRegistryKey). - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/removeregistryvalues.mdx b/src/content/docs/wix/schema/wxs/removeregistryvalues.mdx index 77c9b00..5b6c15f 100644 --- a/src/content/docs/wix/schema/wxs/removeregistryvalues.mdx +++ b/src/content/docs/wix/schema/wxs/removeregistryvalues.mdx @@ -1,7 +1,6 @@ --- title: "RemoveRegistryValues element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/wxs/removeshortcuts.mdx b/src/content/docs/wix/schema/wxs/removeshortcuts.mdx index 4d8e1e9..c6e6b21 100644 --- a/src/content/docs/wix/schema/wxs/removeshortcuts.mdx +++ b/src/content/docs/wix/schema/wxs/removeshortcuts.mdx @@ -1,7 +1,6 @@ --- title: "RemoveShortcuts element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/wxs/requiredprivilege.mdx b/src/content/docs/wix/schema/wxs/requiredprivilege.mdx index 02f5dad..28a626b 100644 --- a/src/content/docs/wix/schema/wxs/requiredprivilege.mdx +++ b/src/content/docs/wix/schema/wxs/requiredprivilege.mdx @@ -1,13 +1,27 @@ --- title: "RequiredPrivilege element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; -Privilege required by service configured by ServiceConfig parent. Valid values are a [privilege constant](http://msdn.microsoft.com/en-us/library/bb530716.aspx) or a - Formatted property that resolves to a privilege constant. +Privilege required by service configured by ServiceConfig parent. + +## Attributes + + + + + Valid values are a [privilege constant](http://msdn.microsoft.com/en-us/library/bb530716.aspx) or a + Formatted property that resolves to a privilege constant. + + + ## Parents diff --git a/src/content/docs/wix/schema/wxs/requires.mdx b/src/content/docs/wix/schema/wxs/requires.mdx index fd1ca91..d130119 100644 --- a/src/content/docs/wix/schema/wxs/requires.mdx +++ b/src/content/docs/wix/schema/wxs/requires.mdx @@ -1,14 +1,12 @@ --- title: "Requires element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Describes a dependency on a provider for the current component or package. - ## Attributes @@ -16,7 +14,7 @@ Describes a dependency on a provider for the current component or package. When set to "yes", adds a custom action to prompt the user when dependencies are missing from the computer. The default is "no". @@ -35,7 +33,7 @@ Describes a dependency on a provider for the current component or package. Set to "yes" to make the range of dependency provider versions required include the value specified in Maximum. @@ -44,7 +42,7 @@ Describes a dependency on a provider for the current component or package. Set to "yes" to make the range of dependency provider versions required include the value specified in Minimum. diff --git a/src/content/docs/wix/schema/wxs/requiresref.mdx b/src/content/docs/wix/schema/wxs/requiresref.mdx index 27a0804..764814a 100644 --- a/src/content/docs/wix/schema/wxs/requiresref.mdx +++ b/src/content/docs/wix/schema/wxs/requiresref.mdx @@ -1,14 +1,12 @@ --- title: "RequiresRef element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; References existing authoring for a dependency on a provider for the current component or package. - ## Attributes @@ -16,7 +14,7 @@ References existing authoring for a dependency on a provider for the current com When set to "yes", adds a custom action to prompt the user when dependencies are missing from the computer. The default is "no". diff --git a/src/content/docs/wix/schema/wxs/reservecost.mdx b/src/content/docs/wix/schema/wxs/reservecost.mdx index 3f7f651..53aa2e8 100644 --- a/src/content/docs/wix/schema/wxs/reservecost.mdx +++ b/src/content/docs/wix/schema/wxs/reservecost.mdx @@ -1,14 +1,12 @@ --- title: "ReserveCost element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Disk cost to reserve in a folder for running locally and/or from source. - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/resolvesource.mdx b/src/content/docs/wix/schema/wxs/resolvesource.mdx index f26189a..9061b32 100644 --- a/src/content/docs/wix/schema/wxs/resolvesource.mdx +++ b/src/content/docs/wix/schema/wxs/resolvesource.mdx @@ -1,7 +1,6 @@ --- title: "ResolveSource element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/wxs/rmccpsearch.mdx b/src/content/docs/wix/schema/wxs/rmccpsearch.mdx index 357d02a..3aef7ac 100644 --- a/src/content/docs/wix/schema/wxs/rmccpsearch.mdx +++ b/src/content/docs/wix/schema/wxs/rmccpsearch.mdx @@ -1,7 +1,6 @@ --- title: "RMCCPSearch element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/wxs/rollbackboundary.mdx b/src/content/docs/wix/schema/wxs/rollbackboundary.mdx index fff7b61..4a77fc6 100644 --- a/src/content/docs/wix/schema/wxs/rollbackboundary.mdx +++ b/src/content/docs/wix/schema/wxs/rollbackboundary.mdx @@ -1,14 +1,12 @@ --- title: "RollbackBoundary element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Describes a rollback boundary in the chain. - ## Attributes @@ -36,7 +34,7 @@ Describes a rollback boundary in the chain. Specifies whether the rollback boundary is wrapped in an MSI transaction. The default is "no". @@ -46,7 +44,7 @@ Describes a rollback boundary in the chain. Specifies whether the rollback boundary aborts the chain. The default "yes" indicates that if diff --git a/src/content/docs/wix/schema/wxs/row.mdx b/src/content/docs/wix/schema/wxs/row.mdx index 56754fb..96864ba 100644 --- a/src/content/docs/wix/schema/wxs/row.mdx +++ b/src/content/docs/wix/schema/wxs/row.mdx @@ -1,7 +1,6 @@ --- title: "Row element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/wxs/schedulereboot.mdx b/src/content/docs/wix/schema/wxs/schedulereboot.mdx index 1f45351..747cb53 100644 --- a/src/content/docs/wix/schema/wxs/schedulereboot.mdx +++ b/src/content/docs/wix/schema/wxs/schedulereboot.mdx @@ -1,7 +1,6 @@ --- title: "ScheduleReboot element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/wxs/selfregmodules.mdx b/src/content/docs/wix/schema/wxs/selfregmodules.mdx index b5b8eaf..2d4c6bc 100644 --- a/src/content/docs/wix/schema/wxs/selfregmodules.mdx +++ b/src/content/docs/wix/schema/wxs/selfregmodules.mdx @@ -1,7 +1,6 @@ --- title: "SelfRegModules element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/wxs/selfunregmodules.mdx b/src/content/docs/wix/schema/wxs/selfunregmodules.mdx index 5279151..ba1da51 100644 --- a/src/content/docs/wix/schema/wxs/selfunregmodules.mdx +++ b/src/content/docs/wix/schema/wxs/selfunregmodules.mdx @@ -1,7 +1,6 @@ --- title: "SelfUnregModules element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/wxs/sequencetype.mdx b/src/content/docs/wix/schema/wxs/sequencetype.mdx index cb56178..8ac0d42 100644 --- a/src/content/docs/wix/schema/wxs/sequencetype.mdx +++ b/src/content/docs/wix/schema/wxs/sequencetype.mdx @@ -1,5 +1,7 @@ --- title: "SequenceType type" +sidebar: + hidden: true --- Controls which sequences the item assignment is sequenced in. diff --git a/src/content/docs/wix/schema/wxs/serviceargument.mdx b/src/content/docs/wix/schema/wxs/serviceargument.mdx index b73040e..854bcb9 100644 --- a/src/content/docs/wix/schema/wxs/serviceargument.mdx +++ b/src/content/docs/wix/schema/wxs/serviceargument.mdx @@ -1,13 +1,27 @@ --- title: "ServiceArgument element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Argument used in ServiceControl parent +## Attributes + + + + + A Formatted value for the Service argument. + + + + ## Parents diff --git a/src/content/docs/wix/schema/wxs/serviceconfig.mdx b/src/content/docs/wix/schema/wxs/serviceconfig.mdx index c52789f..cab0683 100644 --- a/src/content/docs/wix/schema/wxs/serviceconfig.mdx +++ b/src/content/docs/wix/schema/wxs/serviceconfig.mdx @@ -1,15 +1,13 @@ --- title: "ServiceConfig element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Configures a service being installed or one that already exists. This element's functionality is available starting with MSI 5.0. However, a [remark indicating the functionality does not work correctly](https://learn.microsoft.com/en-us/windows/win32/msi/msiconfigureservices-action) was added later. - Consider using the [util:ServiceConfig element](../../schema/util/serviceconfig.md) instead. - + Consider using the [util:ServiceConfig element](/wix/schema/util/serviceconfig/) instead. ## Attributes @@ -50,7 +48,7 @@ Configures a service being installed or one that already exists. This element's Specifies whether to configure the service when the parent Component is installed. This attribute may be combined with OnReinstall @@ -60,7 +58,7 @@ Configures a service being installed or one that already exists. This element's Specifies whether to configure the service when the parent Component is reinstalled. This attribute may be combined with OnInstall @@ -70,7 +68,7 @@ Configures a service being installed or one that already exists. This element's Specifies whether to configure the service when the parent Component is uninstalled. This attribute may be combined with OnInstall diff --git a/src/content/docs/wix/schema/wxs/serviceconfigfailureactions.mdx b/src/content/docs/wix/schema/wxs/serviceconfigfailureactions.mdx index d245085..bd7632a 100644 --- a/src/content/docs/wix/schema/wxs/serviceconfigfailureactions.mdx +++ b/src/content/docs/wix/schema/wxs/serviceconfigfailureactions.mdx @@ -1,14 +1,12 @@ --- title: "ServiceConfigFailureActions element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Configures the failure actions for a service being installed or one that already exists. This element's functionality is available starting with MSI 5.0. - ## Attributes @@ -36,7 +34,7 @@ Configures the failure actions for a service being installed or one that already Specifies whether to configure the service when the parent Component is installed. This attribute may be combined with OnReinstall @@ -46,7 +44,7 @@ Configures the failure actions for a service being installed or one that already Specifies whether to configure the service when the parent Component is reinstalled. This attribute may be combined with OnInstall @@ -56,7 +54,7 @@ Configures the failure actions for a service being installed or one that already Specifies whether to configure the service when the parent Component is uninstalled. This attribute may be combined with OnInstall diff --git a/src/content/docs/wix/schema/wxs/servicecontrol.mdx b/src/content/docs/wix/schema/wxs/servicecontrol.mdx index 46fa75a..0fded7f 100644 --- a/src/content/docs/wix/schema/wxs/servicecontrol.mdx +++ b/src/content/docs/wix/schema/wxs/servicecontrol.mdx @@ -1,7 +1,6 @@ --- title: "ServiceControl element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -11,7 +10,6 @@ Starts, stops, and removes services for parent Component. This element is used t For example, Start='install' Stop='both' Remove='uninstall' would mean: start the service on install, remove the service when the product is uninstalled, and stop the service both on install and uninstall. - ## Attributes @@ -90,7 +88,7 @@ Starts, stops, and removes services for parent Component. This element is used t Specifies whether or not to wait for the service to complete before continuing. The default is 'yes'. diff --git a/src/content/docs/wix/schema/wxs/servicedependency.mdx b/src/content/docs/wix/schema/wxs/servicedependency.mdx index f733380..fb224c9 100644 --- a/src/content/docs/wix/schema/wxs/servicedependency.mdx +++ b/src/content/docs/wix/schema/wxs/servicedependency.mdx @@ -1,14 +1,12 @@ --- title: "ServiceDependency element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Service or group of services that must start before the parent service. - ## Attributes @@ -16,7 +14,7 @@ Service or group of services that must start before the parent service. Set to 'yes' to indicate that the value in the Id attribute is the name of a group of services. If 'no' or not set, the Id attribute refers to another service by name. diff --git a/src/content/docs/wix/schema/wxs/serviceinstall.mdx b/src/content/docs/wix/schema/wxs/serviceinstall.mdx index 661e862..02dd140 100644 --- a/src/content/docs/wix/schema/wxs/serviceinstall.mdx +++ b/src/content/docs/wix/schema/wxs/serviceinstall.mdx @@ -1,14 +1,12 @@ --- title: "ServiceInstall element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Adds services for parent Component. Use the ServiceControl element to remove services. - ## Attributes @@ -52,7 +50,7 @@ Adds services for parent Component. Use the ServiceControl element to remove ser Determines whether the existing service description will be ignored. If 'yes', the service description will be null, even if the Description attribute is set. @@ -84,7 +82,7 @@ Adds services for parent Component. Use the ServiceControl element to remove ser Whether or not the service interacts with the desktop. @@ -150,7 +148,7 @@ Adds services for parent Component. Use the ServiceControl element to remove ser When set to 'yes' or left unspecified the overall install will fail if this service fails to install. A value of 'no' indicates failure to install the service will be ignored. diff --git a/src/content/docs/wix/schema/wxs/setdirectory.mdx b/src/content/docs/wix/schema/wxs/setdirectory.mdx index 4849e96..578e91f 100644 --- a/src/content/docs/wix/schema/wxs/setdirectory.mdx +++ b/src/content/docs/wix/schema/wxs/setdirectory.mdx @@ -1,7 +1,6 @@ --- title: "SetDirectory element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -9,7 +8,6 @@ import BlockDefList from '@components/BlockDefList.astro'; Sets a Directory to a particular value. This is accomplished by creating a Type 51 custom action that is appropriately scheduled in the InstallUISequence and InstallExecuteSequence. - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/setodbcfolders.mdx b/src/content/docs/wix/schema/wxs/setodbcfolders.mdx index e75215d..36f0d42 100644 --- a/src/content/docs/wix/schema/wxs/setodbcfolders.mdx +++ b/src/content/docs/wix/schema/wxs/setodbcfolders.mdx @@ -1,7 +1,6 @@ --- title: "SetODBCFolders element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/wxs/setproperty.mdx b/src/content/docs/wix/schema/wxs/setproperty.mdx index 6d6cdc9..93e23c3 100644 --- a/src/content/docs/wix/schema/wxs/setproperty.mdx +++ b/src/content/docs/wix/schema/wxs/setproperty.mdx @@ -1,7 +1,6 @@ --- title: "SetProperty element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -9,7 +8,6 @@ import BlockDefList from '@components/BlockDefList.astro'; Sets a Property to a particular value. This is accomplished by creating a Type 51 custom action that is appropriately scheduled in the InstallUISequence and InstallExecuteSequence. - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/setvariable.mdx b/src/content/docs/wix/schema/wxs/setvariable.mdx index 7a6430b..158edfc 100644 --- a/src/content/docs/wix/schema/wxs/setvariable.mdx +++ b/src/content/docs/wix/schema/wxs/setvariable.mdx @@ -1,14 +1,12 @@ --- title: "SetVariable element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Schedules a "search" that sets a variable to the given value. - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/setvariableref.mdx b/src/content/docs/wix/schema/wxs/setvariableref.mdx index a5a1697..2d96956 100644 --- a/src/content/docs/wix/schema/wxs/setvariableref.mdx +++ b/src/content/docs/wix/schema/wxs/setvariableref.mdx @@ -1,14 +1,12 @@ --- title: "SetVariableRef element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Used to reference a SetVariable element. - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/sfpcatalog.mdx b/src/content/docs/wix/schema/wxs/sfpcatalog.mdx index fdf93ef..d35becb 100644 --- a/src/content/docs/wix/schema/wxs/sfpcatalog.mdx +++ b/src/content/docs/wix/schema/wxs/sfpcatalog.mdx @@ -1,14 +1,12 @@ --- title: "SFPCatalog element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Adds a system file protection update catalog file - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/sfpfile.mdx b/src/content/docs/wix/schema/wxs/sfpfile.mdx index 88b4291..d47406a 100644 --- a/src/content/docs/wix/schema/wxs/sfpfile.mdx +++ b/src/content/docs/wix/schema/wxs/sfpfile.mdx @@ -1,14 +1,12 @@ --- title: "SFPFile element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Provides a many-to-many mapping from the SFPCatalog table to the File table - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/shortcut.mdx b/src/content/docs/wix/schema/wxs/shortcut.mdx index 56b2469..99e1b05 100644 --- a/src/content/docs/wix/schema/wxs/shortcut.mdx +++ b/src/content/docs/wix/schema/wxs/shortcut.mdx @@ -1,14 +1,12 @@ --- title: "Shortcut element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Shortcut, default target is parent File, CreateFolder, or Component's Directory - ## Attributes @@ -16,7 +14,7 @@ Shortcut, default target is parent File, CreateFolder, or Component's Directory Specifies if the shortcut should be advertised or not. Note that advertised shortcuts @@ -56,10 +54,6 @@ Shortcut, default target is parent File, CreateFolder, or Component's Directory The Formatted string providing the full path to the language neutral file containing the MUI Manifest. Generally authored using [#filekey] form. When this attribute is specified, the DescriptionResourceId attribute must also be provided. - - This attribute is only used on Windows Vista and above. If this attribute is not specified and the install - is running on Vista and above, the value in the Name attribute is used. If this attribute is provided and - the install is running on Vista and above, the value in the Name attribute is ignored. The description name index for the shortcut. This must be a non-negative number. When this attribute is specified, the DescriptionResourceDll attribute must also be populated. - - This attribute is only used on Windows Vista and above. If this attribute is not specified and the install - is running on Vista and above, the value in the Name attribute is used. If this attribute is populated and the - install is running on Vista and above, the value in the Name attribute is ignored. The display name index for the shortcut. This must be a non-negative number. When this attribute is specified, the DisplayResourceDll attribute must also be provided. - - This attribute is only used on Windows Vista and above. If this attribute is not specified and the install - is running on Vista and above, the value in the Name attribute is used. If this attribute is specified and - the install is running on Vista and above, the value in the Name attribute is ignored. diff --git a/src/content/docs/wix/schema/wxs/shortfilenametype.mdx b/src/content/docs/wix/schema/wxs/shortfilenametype.mdx index 79917ff..c8653ef 100644 --- a/src/content/docs/wix/schema/wxs/shortfilenametype.mdx +++ b/src/content/docs/wix/schema/wxs/shortfilenametype.mdx @@ -1,5 +1,7 @@ --- title: "ShortFileNameType type" +sidebar: + hidden: true --- Values of this type will look like: "FileName.ext". Only one period is allowed. The following characters are not allowed: \ ? | > : / * " + , ; = [ ] \<, or whitespace. The name cannot exceed 8 characters and the extension cannot exceed 3 characters. The value could also be a localization variable with the format !(loc.VARIABLE). diff --git a/src/content/docs/wix/schema/wxs/show.mdx b/src/content/docs/wix/schema/wxs/show.mdx index 48cfe5c..4b9db87 100644 --- a/src/content/docs/wix/schema/wxs/show.mdx +++ b/src/content/docs/wix/schema/wxs/show.mdx @@ -1,14 +1,10 @@ --- title: "Show element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; - - - ## Attributes @@ -68,7 +64,7 @@ import BlockDefList from '@components/BlockDefList.astro'; If "yes", the sequencing of this dialog may be overridden by sequencing elsewhere. The default is "no". diff --git a/src/content/docs/wix/schema/wxs/slipstreammsp.mdx b/src/content/docs/wix/schema/wxs/slipstreammsp.mdx index 0d91b6a..3a1ebd7 100644 --- a/src/content/docs/wix/schema/wxs/slipstreammsp.mdx +++ b/src/content/docs/wix/schema/wxs/slipstreammsp.mdx @@ -1,14 +1,12 @@ --- title: "SlipstreamMsp element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Specifies a patch included in the same bundle that is installed when the parent MSI package is installed. - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/softwaretag.mdx b/src/content/docs/wix/schema/wxs/softwaretag.mdx index 37ec3b4..757b7e0 100644 --- a/src/content/docs/wix/schema/wxs/softwaretag.mdx +++ b/src/content/docs/wix/schema/wxs/softwaretag.mdx @@ -1,7 +1,6 @@ --- title: "SoftwareTag element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -9,7 +8,6 @@ import BlockDefList from '@components/BlockDefList.astro'; This extension implements the ISO/IEC 19770-2:2015 specification. A SWID tag file will be generated an inserted into the Package or Bundle. - ## Attributes @@ -18,7 +16,7 @@ This extension implements the ISO/IEC 19770-2:2015 specification. A SWID tag fil content={{ title: "Bitness", type: "BitnessTypeUnion", - typeLink: "../bitnesstype/", + typeLink: "../bitnesstypeunion/", typeTitle: "Values of this type will be \"default\", \"always32\" or \"always64\"." }} > diff --git a/src/content/docs/wix/schema/wxs/softwaretagref.mdx b/src/content/docs/wix/schema/wxs/softwaretagref.mdx index 2441c64..9ae1069 100644 --- a/src/content/docs/wix/schema/wxs/softwaretagref.mdx +++ b/src/content/docs/wix/schema/wxs/softwaretagref.mdx @@ -1,14 +1,12 @@ --- title: "SoftwareTagRef element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Reference to a SoftwareTag by Regid. - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/standarddirectory.mdx b/src/content/docs/wix/schema/wxs/standarddirectory.mdx index 2f0154b..b38d8b6 100644 --- a/src/content/docs/wix/schema/wxs/standarddirectory.mdx +++ b/src/content/docs/wix/schema/wxs/standarddirectory.mdx @@ -1,14 +1,12 @@ --- title: "StandardDirectory element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; References a standard Windows Installer directory, such as ProgramFilesFolder. - ## Attributes @@ -17,7 +15,7 @@ References a standard Windows Installer directory, such as ProgramFilesFolder. content={{ title: "Id", type: "StandardDirectoryTypeUnion", - typeLink: "../standarddirectorytype/", + typeLink: "../standarddirectorytypeunion/", typeTitle: "A Windows Installer standard directory.", required: true }} diff --git a/src/content/docs/wix/schema/wxs/standarddirectorytype.mdx b/src/content/docs/wix/schema/wxs/standarddirectorytype.mdx index 5fab8fe..d6d2c22 100644 --- a/src/content/docs/wix/schema/wxs/standarddirectorytype.mdx +++ b/src/content/docs/wix/schema/wxs/standarddirectorytype.mdx @@ -1,5 +1,7 @@ --- title: "StandardDirectoryType type" +sidebar: + hidden: true --- A Windows Installer standard directory. diff --git a/src/content/docs/wix/schema/wxs/standarddirectorytypeunion.mdx b/src/content/docs/wix/schema/wxs/standarddirectorytypeunion.mdx index fe8013a..2b67e80 100644 --- a/src/content/docs/wix/schema/wxs/standarddirectorytypeunion.mdx +++ b/src/content/docs/wix/schema/wxs/standarddirectorytypeunion.mdx @@ -1,5 +1,11 @@ --- title: "StandardDirectoryTypeUnion type" +sidebar: + hidden: true --- A Windows Installer standard directory. + +## Member types + +- [StandardDirectoryType](../standarddirectorytype/) diff --git a/src/content/docs/wix/schema/wxs/startservices.mdx b/src/content/docs/wix/schema/wxs/startservices.mdx index ff4d539..92b08b3 100644 --- a/src/content/docs/wix/schema/wxs/startservices.mdx +++ b/src/content/docs/wix/schema/wxs/startservices.mdx @@ -1,7 +1,6 @@ --- title: "StartServices element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/wxs/stopservices.mdx b/src/content/docs/wix/schema/wxs/stopservices.mdx index 73a48b1..4218045 100644 --- a/src/content/docs/wix/schema/wxs/stopservices.mdx +++ b/src/content/docs/wix/schema/wxs/stopservices.mdx @@ -1,7 +1,6 @@ --- title: "StopServices element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/wxs/strictthreepartversiontype.mdx b/src/content/docs/wix/schema/wxs/strictthreepartversiontype.mdx index 578779b..6a0de74 100644 --- a/src/content/docs/wix/schema/wxs/strictthreepartversiontype.mdx +++ b/src/content/docs/wix/schema/wxs/strictthreepartversiontype.mdx @@ -1,5 +1,7 @@ --- title: "StrictThreePartVersionType type" +sidebar: + hidden: true --- Values of this type will look exactly like: "x.x.x" where x is an integer. diff --git a/src/content/docs/wix/schema/wxs/subscribe.mdx b/src/content/docs/wix/schema/wxs/subscribe.mdx index ade0b65..cea23ea 100644 --- a/src/content/docs/wix/schema/wxs/subscribe.mdx +++ b/src/content/docs/wix/schema/wxs/subscribe.mdx @@ -1,14 +1,12 @@ --- title: "Subscribe element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Sets attributes for events in the EventMapping table - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/substitution.mdx b/src/content/docs/wix/schema/wxs/substitution.mdx index 13b7132..a8c214d 100644 --- a/src/content/docs/wix/schema/wxs/substitution.mdx +++ b/src/content/docs/wix/schema/wxs/substitution.mdx @@ -1,14 +1,12 @@ --- title: "Substitution element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Specifies the configurable fields of a module database and provides a template for the configuration of each field. - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/summaryinformation.mdx b/src/content/docs/wix/schema/wxs/summaryinformation.mdx index 545fda4..db34b82 100644 --- a/src/content/docs/wix/schema/wxs/summaryinformation.mdx +++ b/src/content/docs/wix/schema/wxs/summaryinformation.mdx @@ -1,7 +1,6 @@ --- title: "SummaryInformation element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -9,7 +8,6 @@ import BlockDefList from '@components/BlockDefList.astro'; Properties about the package to be placed in the Summary Information Stream. These are visible from COM through the IStream interface, and these properties can be seen on the package in Explorer. - ## Attributes @@ -26,10 +24,11 @@ Properties about the package to be placed in the Summary Information Stream. The - Optional comments for browsing. _New in WiX v5: WiX v5 adds this attribute to the `SummaryInformation` element._ + Optional comments for browsing. @@ -33,26 +31,6 @@ A path to symbols. title: "Package", link: "../package/" }, - { - title: "UpgradeImage", - link: "../upgradeimage/" - }, - { - title: "TargetImage", - link: "../targetimage/" - }, - { - title: "TargetFile", - link: "../targetfile/" - }, - { - title: "ExternalFile", - link: "../externalfile/" - }, - { - title: "UpgradeFile", - link: "../upgradefile/" - }, { title: "File", link: "../file/" diff --git a/src/content/docs/wix/schema/wxs/targetproductcode.mdx b/src/content/docs/wix/schema/wxs/targetproductcode.mdx index 1e7e9ac..d9d98df 100644 --- a/src/content/docs/wix/schema/wxs/targetproductcode.mdx +++ b/src/content/docs/wix/schema/wxs/targetproductcode.mdx @@ -1,14 +1,12 @@ --- title: "TargetProductCode element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; A product code for a product that can accept the patch. - ## Attributes @@ -29,10 +27,6 @@ A product code for a product that can accept the patch. ## Parents @@ -16,7 +14,7 @@ The product codes for products that can accept the patch. Whether to replace the product codes that can accept the patch from the target packages with the child elements. diff --git a/src/content/docs/wix/schema/wxs/text.mdx b/src/content/docs/wix/schema/wxs/text.mdx index 5876def..8105009 100644 --- a/src/content/docs/wix/schema/wxs/text.mdx +++ b/src/content/docs/wix/schema/wxs/text.mdx @@ -1,14 +1,12 @@ --- title: "Text element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; An alternative to using the Text attribute on the Control element. - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/textstyle.mdx b/src/content/docs/wix/schema/wxs/textstyle.mdx index 08c6532..02d7bfd 100644 --- a/src/content/docs/wix/schema/wxs/textstyle.mdx +++ b/src/content/docs/wix/schema/wxs/textstyle.mdx @@ -1,14 +1,10 @@ --- title: "TextStyle element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; - - - ## Attributes @@ -27,7 +23,7 @@ import BlockDefList from '@components/BlockDefList.astro'; Indicates whether the font should be bold. Default is 'false'. @@ -67,7 +63,7 @@ import BlockDefList from '@components/BlockDefList.astro'; Indicates whether the font should be italic. Default is 'false'. @@ -97,7 +93,7 @@ import BlockDefList from '@components/BlockDefList.astro'; Indicates whether the font should be strikethrough. Default is 'false'. @@ -106,7 +102,7 @@ import BlockDefList from '@components/BlockDefList.astro'; Indicates whether the font should be underline. Default is 'false'. diff --git a/src/content/docs/wix/schema/wxs/typelib.mdx b/src/content/docs/wix/schema/wxs/typelib.mdx index 81c0a40..724e5b5 100644 --- a/src/content/docs/wix/schema/wxs/typelib.mdx +++ b/src/content/docs/wix/schema/wxs/typelib.mdx @@ -1,7 +1,6 @@ --- title: "TypeLib element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -10,7 +9,6 @@ Register a type library (TypeLib). Please note that in order to properly use thi non-advertised, you will need use this element with Advertise='no' and also author the appropriate child Interface elements by extracting them from the type library itself. - ## Attributes @@ -18,7 +16,7 @@ Register a type library (TypeLib). Please note that in order to properly use thi Value of 'yes' will create a row in the TypeLib table. @@ -29,7 +27,7 @@ Register a type library (TypeLib). Please note that in order to properly use thi Value of 'yes' means the type library describes controls, and should not be displayed in type browsers intended for nonvisual objects. @@ -57,7 +55,7 @@ Register a type library (TypeLib). Please note that in order to properly use thi Value of 'yes' means the type library exists in a persisted form on disk. This attribute can only be set if Advertise='no'. @@ -85,7 +83,7 @@ Register a type library (TypeLib). Please note that in order to properly use thi Value of 'yes' means the type library should not be displayed to users, although its use is not restricted. @@ -153,7 +151,7 @@ Register a type library (TypeLib). Please note that in order to properly use thi Value of 'yes' means the type library is restricted, and should not be displayed to users. This attribute can only be set if Advertise='no'. diff --git a/src/content/docs/wix/schema/wxs/ui.mdx b/src/content/docs/wix/schema/wxs/ui.mdx index 6fe7127..87d9607 100644 --- a/src/content/docs/wix/schema/wxs/ui.mdx +++ b/src/content/docs/wix/schema/wxs/ui.mdx @@ -1,14 +1,12 @@ --- title: "UI element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Enclosing element to compartmentalize UI specifications. - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/uiref.mdx b/src/content/docs/wix/schema/wxs/uiref.mdx index ca764af..8fcb8a3 100644 --- a/src/content/docs/wix/schema/wxs/uiref.mdx +++ b/src/content/docs/wix/schema/wxs/uiref.mdx @@ -1,7 +1,6 @@ --- title: "UIRef element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -9,7 +8,6 @@ import BlockDefList from '@components/BlockDefList.astro'; Reference to a UI element. This will force the entire referenced Fragment's contents to be included in the installer database. - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/uitext.mdx b/src/content/docs/wix/schema/wxs/uitext.mdx index 4776087..13496fb 100644 --- a/src/content/docs/wix/schema/wxs/uitext.mdx +++ b/src/content/docs/wix/schema/wxs/uitext.mdx @@ -1,14 +1,12 @@ --- title: "UIText element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Text associated with certain controls. - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/unpublishcomponents.mdx b/src/content/docs/wix/schema/wxs/unpublishcomponents.mdx index 8985b45..8a85ba3 100644 --- a/src/content/docs/wix/schema/wxs/unpublishcomponents.mdx +++ b/src/content/docs/wix/schema/wxs/unpublishcomponents.mdx @@ -1,7 +1,6 @@ --- title: "UnpublishComponents element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/wxs/unpublishfeatures.mdx b/src/content/docs/wix/schema/wxs/unpublishfeatures.mdx index ee158cc..7550a01 100644 --- a/src/content/docs/wix/schema/wxs/unpublishfeatures.mdx +++ b/src/content/docs/wix/schema/wxs/unpublishfeatures.mdx @@ -1,7 +1,6 @@ --- title: "UnpublishFeatures element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/wxs/unregisterclassinfo.mdx b/src/content/docs/wix/schema/wxs/unregisterclassinfo.mdx index c933d60..557e545 100644 --- a/src/content/docs/wix/schema/wxs/unregisterclassinfo.mdx +++ b/src/content/docs/wix/schema/wxs/unregisterclassinfo.mdx @@ -1,7 +1,6 @@ --- title: "UnregisterClassInfo element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/wxs/unregistercomplus.mdx b/src/content/docs/wix/schema/wxs/unregistercomplus.mdx index 53accec..f6f22f1 100644 --- a/src/content/docs/wix/schema/wxs/unregistercomplus.mdx +++ b/src/content/docs/wix/schema/wxs/unregistercomplus.mdx @@ -1,7 +1,6 @@ --- title: "UnregisterComPlus element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/wxs/unregisterextensioninfo.mdx b/src/content/docs/wix/schema/wxs/unregisterextensioninfo.mdx index 87f3325..b96879e 100644 --- a/src/content/docs/wix/schema/wxs/unregisterextensioninfo.mdx +++ b/src/content/docs/wix/schema/wxs/unregisterextensioninfo.mdx @@ -1,7 +1,6 @@ --- title: "UnregisterExtensionInfo element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/wxs/unregisterfonts.mdx b/src/content/docs/wix/schema/wxs/unregisterfonts.mdx index 72451a0..8e086f6 100644 --- a/src/content/docs/wix/schema/wxs/unregisterfonts.mdx +++ b/src/content/docs/wix/schema/wxs/unregisterfonts.mdx @@ -1,7 +1,6 @@ --- title: "UnregisterFonts element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/wxs/unregistermimeinfo.mdx b/src/content/docs/wix/schema/wxs/unregistermimeinfo.mdx index 50a9750..5d6e120 100644 --- a/src/content/docs/wix/schema/wxs/unregistermimeinfo.mdx +++ b/src/content/docs/wix/schema/wxs/unregistermimeinfo.mdx @@ -1,7 +1,6 @@ --- title: "UnregisterMIMEInfo element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/wxs/unregisterprogidinfo.mdx b/src/content/docs/wix/schema/wxs/unregisterprogidinfo.mdx index 5d72db8..b7a7c5a 100644 --- a/src/content/docs/wix/schema/wxs/unregisterprogidinfo.mdx +++ b/src/content/docs/wix/schema/wxs/unregisterprogidinfo.mdx @@ -1,7 +1,6 @@ --- title: "UnregisterProgIdInfo element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/wxs/unregistertypelibraries.mdx b/src/content/docs/wix/schema/wxs/unregistertypelibraries.mdx index 3b46da1..aa35205 100644 --- a/src/content/docs/wix/schema/wxs/unregistertypelibraries.mdx +++ b/src/content/docs/wix/schema/wxs/unregistertypelibraries.mdx @@ -1,7 +1,6 @@ --- title: "UnregisterTypeLibraries element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/wxs/update.mdx b/src/content/docs/wix/schema/wxs/update.mdx index 45f7ffb..f289cd5 100644 --- a/src/content/docs/wix/schema/wxs/update.mdx +++ b/src/content/docs/wix/schema/wxs/update.mdx @@ -1,14 +1,12 @@ --- title: "Update element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Defines the update for a Bundle. - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/upgrade.mdx b/src/content/docs/wix/schema/wxs/upgrade.mdx index 9728a3b..a771379 100644 --- a/src/content/docs/wix/schema/wxs/upgrade.mdx +++ b/src/content/docs/wix/schema/wxs/upgrade.mdx @@ -1,14 +1,12 @@ --- title: "Upgrade element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Upgrade info for a particular UpgradeCode - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/upgradestrategytype.mdx b/src/content/docs/wix/schema/wxs/upgradestrategytype.mdx index 6356561..ba69c16 100644 --- a/src/content/docs/wix/schema/wxs/upgradestrategytype.mdx +++ b/src/content/docs/wix/schema/wxs/upgradestrategytype.mdx @@ -1,5 +1,7 @@ --- title: "UpgradeStrategyType type" +sidebar: + hidden: true --- Use this attribute to specify the installation scope of this package: major upgrade or none. diff --git a/src/content/docs/wix/schema/wxs/upgradestrategytypeunion.mdx b/src/content/docs/wix/schema/wxs/upgradestrategytypeunion.mdx index 2859640..86a6e64 100644 --- a/src/content/docs/wix/schema/wxs/upgradestrategytypeunion.mdx +++ b/src/content/docs/wix/schema/wxs/upgradestrategytypeunion.mdx @@ -1,5 +1,11 @@ --- title: "UpgradeStrategyTypeUnion type" +sidebar: + hidden: true --- Use this attribute to specify the upgrade strategy of this package: major upgrade or none. + +## Member types + +- [UpgradeStrategyType](../upgradestrategytype/) diff --git a/src/content/docs/wix/schema/wxs/upgradeversion.mdx b/src/content/docs/wix/schema/wxs/upgradeversion.mdx index fbec819..935273d 100644 --- a/src/content/docs/wix/schema/wxs/upgradeversion.mdx +++ b/src/content/docs/wix/schema/wxs/upgradeversion.mdx @@ -1,14 +1,10 @@ --- title: "UpgradeVersion element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; - - - ## Attributes @@ -16,7 +12,7 @@ import BlockDefList from '@components/BlockDefList.astro'; Set to "yes" to detect all languages, excluding the languages listed in the Language attribute. @@ -25,7 +21,7 @@ import BlockDefList from '@components/BlockDefList.astro'; Set to "yes" to continue installation upon failure to remove a product or application. @@ -34,7 +30,7 @@ import BlockDefList from '@components/BlockDefList.astro'; Set to "yes" to make the range of versions detected include the value specified in Maximum. @@ -43,7 +39,7 @@ import BlockDefList from '@components/BlockDefList.astro'; Set to "no" to make the range of versions detected exclude the value specified in Minimum. This attribute is "yes" by default. @@ -70,7 +66,7 @@ import BlockDefList from '@components/BlockDefList.astro'; Set to "yes" to migrate feature states from upgraded products by enabling the logic in the MigrateFeatureStates action. @@ -88,7 +84,7 @@ import BlockDefList from '@components/BlockDefList.astro'; Set to "yes" to detect products and applications but do not uninstall. diff --git a/src/content/docs/wix/schema/wxs/validate.mdx b/src/content/docs/wix/schema/wxs/validate.mdx index 3163188..5583c02 100644 --- a/src/content/docs/wix/schema/wxs/validate.mdx +++ b/src/content/docs/wix/schema/wxs/validate.mdx @@ -1,14 +1,12 @@ --- title: "Validate element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Sets information in the patch transform that determines if the transform applies to an installed product and what errors should be ignored when applying the patch transform. - ## Attributes @@ -16,7 +14,7 @@ Sets information in the patch transform that determines if the transform applies Ignore errors when adding existing rows. The default is 'yes'. @@ -25,7 +23,7 @@ Sets information in the patch transform that determines if the transform applies Ignore errors when adding existing tables. The default is 'yes'. @@ -34,7 +32,7 @@ Sets information in the patch transform that determines if the transform applies Ignore errors when changing the database code page. The default is 'no'. @@ -43,7 +41,7 @@ Sets information in the patch transform that determines if the transform applies Ignore errors when deleting missing rows. The default is 'yes'. @@ -52,7 +50,7 @@ Sets information in the patch transform that determines if the transform applies Ignore errors when deleting missing tables. The default is 'yes'. @@ -61,7 +59,7 @@ Sets information in the patch transform that determines if the transform applies Ignore errors when updating missing rows. The default is 'yes'. @@ -70,7 +68,7 @@ Sets information in the patch transform that determines if the transform applies Requires that the installed ProductCode match the target ProductCode used to create the transform. The default is 'yes'. @@ -79,7 +77,7 @@ Sets information in the patch transform that determines if the transform applies Requires that the installed ProductLanguage match the target ProductLanguage used to create the transform. The default is 'no'. @@ -114,7 +112,7 @@ Sets information in the patch transform that determines if the transform applies Requires that the installed UpgradeCode match the target UpgradeCode used to create the transform. The default is 'yes'. diff --git a/src/content/docs/wix/schema/wxs/validateproductid.mdx b/src/content/docs/wix/schema/wxs/validateproductid.mdx index e05b586..f25929c 100644 --- a/src/content/docs/wix/schema/wxs/validateproductid.mdx +++ b/src/content/docs/wix/schema/wxs/validateproductid.mdx @@ -1,7 +1,6 @@ --- title: "ValidateProductID element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/wxs/variable.mdx b/src/content/docs/wix/schema/wxs/variable.mdx index 24d4c81..1790313 100644 --- a/src/content/docs/wix/schema/wxs/variable.mdx +++ b/src/content/docs/wix/schema/wxs/variable.mdx @@ -1,14 +1,12 @@ --- title: "Variable element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; Describes a burn engine variable to define. - ## Attributes @@ -16,7 +14,7 @@ Describes a burn engine variable to define. Whether the value of the variable should be hidden. @@ -35,7 +33,7 @@ Describes a burn engine variable to define. When set to "yes", lets the user override the variable's default value by specifying another value on the command line, @@ -46,7 +44,7 @@ Describes a burn engine variable to define. Whether the variable should be persisted. diff --git a/src/content/docs/wix/schema/wxs/variabletype.mdx b/src/content/docs/wix/schema/wxs/variabletype.mdx index b2e7c73..d7f35b7 100644 --- a/src/content/docs/wix/schema/wxs/variabletype.mdx +++ b/src/content/docs/wix/schema/wxs/variabletype.mdx @@ -1,5 +1,7 @@ --- title: "VariableType type" +sidebar: + hidden: true --- Indicates the type of a Variable. diff --git a/src/content/docs/wix/schema/wxs/verb.mdx b/src/content/docs/wix/schema/wxs/verb.mdx index 482fc37..d18a89d 100644 --- a/src/content/docs/wix/schema/wxs/verb.mdx +++ b/src/content/docs/wix/schema/wxs/verb.mdx @@ -1,7 +1,6 @@ --- title: "Verb element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -9,7 +8,6 @@ import BlockDefList from '@components/BlockDefList.astro'; Verb definition for an Extension. When advertised, this element creates a row in the [Verb table](https://learn.microsoft.com/en-us/windows/win32/msi/verb-table) . When not advertised, this element creates the appropriate rows in [Registry table](https://learn.microsoft.com/en-us/windows/win32/msi/registry-table) . - ## Attributes diff --git a/src/content/docs/wix/schema/wxs/versiontype.mdx b/src/content/docs/wix/schema/wxs/versiontype.mdx index b78238b..14eb516 100644 --- a/src/content/docs/wix/schema/wxs/versiontype.mdx +++ b/src/content/docs/wix/schema/wxs/versiontype.mdx @@ -1,5 +1,7 @@ --- title: "VersionType type" +sidebar: + hidden: true --- Values of this type will look like: "x.x.x.x" where x is an integer from 0 to 65534. diff --git a/src/content/docs/wix/schema/wxs/wildcardlongfilenametype.mdx b/src/content/docs/wix/schema/wxs/wildcardlongfilenametype.mdx index 0809ee0..288354f 100644 --- a/src/content/docs/wix/schema/wxs/wildcardlongfilenametype.mdx +++ b/src/content/docs/wix/schema/wxs/wildcardlongfilenametype.mdx @@ -1,5 +1,7 @@ --- title: "WildCardLongFileNameType type" +sidebar: + hidden: true --- Values of this type will look like: "Long File N?me.extension*". Legal long names contain no more than 260 characters and must contain at least one non-period character. The following characters are not allowed: \ | > : / " or \<. The name must be shorter than 260 characters. The value could also be a localization variable with the format !(loc.VARIABLE). diff --git a/src/content/docs/wix/schema/wxs/wildcardshortfilenametype.mdx b/src/content/docs/wix/schema/wxs/wildcardshortfilenametype.mdx index 43f12b4..25cf13c 100644 --- a/src/content/docs/wix/schema/wxs/wildcardshortfilenametype.mdx +++ b/src/content/docs/wix/schema/wxs/wildcardshortfilenametype.mdx @@ -1,5 +1,7 @@ --- title: "WildCardShortFileNameType type" +sidebar: + hidden: true --- Values of this type will look like: "File?.*". Only one period is allowed. The following characters are not allowed: \ | > : / " + , ; = [ ] \<, or whitespace. The name cannot be longer than 8 characters and the extension cannot exceed 3 characters. The value could also be a localization variable with the format !(loc.VARIABLE). diff --git a/src/content/docs/wix/schema/wxs/wix.mdx b/src/content/docs/wix/schema/wxs/wix.mdx index a0e5fdc..9823ec1 100644 --- a/src/content/docs/wix/schema/wxs/wix.mdx +++ b/src/content/docs/wix/schema/wxs/wix.mdx @@ -1,7 +1,6 @@ --- title: "Wix element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -12,7 +11,6 @@ This is the top-level container element for every wxs file. Among the possible c Module compiles into an MSM file, Patch compiles into an MSP file. The Fragment element is an atomic unit which ultimately links into either a Package, Module. The Fragment can either be completely included or excluded during linking. - ## Attributes @@ -52,10 +50,6 @@ This is the top-level container element for every wxs file. Among the possible c { title: "Patch", link: "../patch/" - }, - { - title: "PatchCreation", - link: "../patchcreation/" } ]} /> \ No newline at end of file diff --git a/src/content/docs/wix/schema/wxs/wixvariable.mdx b/src/content/docs/wix/schema/wxs/wixvariable.mdx index 7c9d89e..6e524be 100644 --- a/src/content/docs/wix/schema/wxs/wixvariable.mdx +++ b/src/content/docs/wix/schema/wxs/wixvariable.mdx @@ -1,7 +1,6 @@ --- title: "WixVariable element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; @@ -11,7 +10,6 @@ This element exposes advanced WiX functionality. Use this element to declare WiX file is actually generated (bind time). WiX variables do not persist into the package file, so they cannot be used when an MSI file is being installed; it's a WiX-only concept. - ## Attributes @@ -29,7 +27,7 @@ This element exposes advanced WiX functionality. Use this element to declare WiX Set this value to 'yes' in order to make the variable's value overridable either by diff --git a/src/content/docs/wix/schema/wxs/wixversiontype.mdx b/src/content/docs/wix/schema/wxs/wixversiontype.mdx index c5830be..1594549 100644 --- a/src/content/docs/wix/schema/wxs/wixversiontype.mdx +++ b/src/content/docs/wix/schema/wxs/wixversiontype.mdx @@ -1,5 +1,7 @@ --- title: "WixVersionType type" +sidebar: + hidden: true --- Values of this type will be a 1-part, 2-part, 3-part or 4-part version number or a semantic version. diff --git a/src/content/docs/wix/schema/wxs/writeenvironmentstrings.mdx b/src/content/docs/wix/schema/wxs/writeenvironmentstrings.mdx index 754f876..544ef7d 100644 --- a/src/content/docs/wix/schema/wxs/writeenvironmentstrings.mdx +++ b/src/content/docs/wix/schema/wxs/writeenvironmentstrings.mdx @@ -1,7 +1,6 @@ --- title: "WriteEnvironmentStrings element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/wxs/writeinivalues.mdx b/src/content/docs/wix/schema/wxs/writeinivalues.mdx index 281cdba..e0bd47d 100644 --- a/src/content/docs/wix/schema/wxs/writeinivalues.mdx +++ b/src/content/docs/wix/schema/wxs/writeinivalues.mdx @@ -1,7 +1,6 @@ --- title: "WriteIniValues element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/wxs/writeregistryvalues.mdx b/src/content/docs/wix/schema/wxs/writeregistryvalues.mdx index 8c1cae7..52f5755 100644 --- a/src/content/docs/wix/schema/wxs/writeregistryvalues.mdx +++ b/src/content/docs/wix/schema/wxs/writeregistryvalues.mdx @@ -1,7 +1,6 @@ --- title: "WriteRegistryValues element" --- - import BlockWrapper from '@components/BlockWrapper.astro'; import BlockReference from '@components/BlockReference.astro'; import BlockDefList from '@components/BlockDefList.astro'; diff --git a/src/content/docs/wix/schema/wxs/yesnobuttontype.mdx b/src/content/docs/wix/schema/wxs/yesnobuttontype.mdx index 208f593..7ad62d7 100644 --- a/src/content/docs/wix/schema/wxs/yesnobuttontype.mdx +++ b/src/content/docs/wix/schema/wxs/yesnobuttontype.mdx @@ -1,5 +1,7 @@ --- title: "YesNoButtonType type" +sidebar: + hidden: true --- Values of this type will either be "button", "yes"/"true", or "no"/"false". diff --git a/src/content/docs/wix/schema/wxs/yesnobuttontypeunion.mdx b/src/content/docs/wix/schema/wxs/yesnobuttontypeunion.mdx index 83b4100..c388af3 100644 --- a/src/content/docs/wix/schema/wxs/yesnobuttontypeunion.mdx +++ b/src/content/docs/wix/schema/wxs/yesnobuttontypeunion.mdx @@ -1,5 +1,11 @@ --- title: "YesNoButtonTypeUnion type" +sidebar: + hidden: true --- Values of this type will either be "button", "yes"/"true", or "no"/"false". + +## Member types + +- [YesNoButtonType](../yesnobuttontype/) diff --git a/src/content/docs/wix/schema/wxs/yesnodefaulttype.mdx b/src/content/docs/wix/schema/wxs/yesnodefaulttype.mdx index 774c274..9673b65 100644 --- a/src/content/docs/wix/schema/wxs/yesnodefaulttype.mdx +++ b/src/content/docs/wix/schema/wxs/yesnodefaulttype.mdx @@ -1,5 +1,7 @@ --- title: "YesNoDefaultType type" +sidebar: + hidden: true --- Values of this type will either be "default", "yes", or "no". diff --git a/src/content/docs/wix/schema/wxs/yesnodefaulttypeunion.mdx b/src/content/docs/wix/schema/wxs/yesnodefaulttypeunion.mdx index ab865e5..f96cd74 100644 --- a/src/content/docs/wix/schema/wxs/yesnodefaulttypeunion.mdx +++ b/src/content/docs/wix/schema/wxs/yesnodefaulttypeunion.mdx @@ -1,5 +1,11 @@ --- title: "YesNoDefaultTypeUnion type" +sidebar: + hidden: true --- Values of this type will either be "default", "yes", or "no". + +## Member types + +- [YesNoDefaultType](../yesnodefaulttype/) diff --git a/src/content/docs/wix/schema/wxs/yesnotype.mdx b/src/content/docs/wix/schema/wxs/yesnotype.mdx index 4d4ff98..388d24d 100644 --- a/src/content/docs/wix/schema/wxs/yesnotype.mdx +++ b/src/content/docs/wix/schema/wxs/yesnotype.mdx @@ -1,5 +1,7 @@ --- title: "YesNoType type" +sidebar: + hidden: true --- Values of this type will either be "yes"/"true" or "no"/"false". diff --git a/src/content/docs/wix/schema/wxs/yesnotypeunion.mdx b/src/content/docs/wix/schema/wxs/yesnotypeunion.mdx index b679a8d..0233a3c 100644 --- a/src/content/docs/wix/schema/wxs/yesnotypeunion.mdx +++ b/src/content/docs/wix/schema/wxs/yesnotypeunion.mdx @@ -1,5 +1,11 @@ --- title: "YesNoTypeUnion type" +sidebar: + hidden: true --- Values of this type will either be "yes"/"true" or "no"/"false". + +## Member types + +- [YesNoType](../yesnotype/)