Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 1 addition & 3 deletions src/content/docs/firegiant/schema/buildtools/driver.mdx
Original file line number Diff line number Diff line change
@@ -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

<BlockWrapper>
Expand Down Expand Up @@ -117,7 +115,7 @@ Installs and uninstalls kernel and file system drivers.
<BlockDefList content={[
{
title: "Component (Wxs extension)",
link: "../../wxs/component/"
link: "/wix/schema/wxs/component/"
}
]}
/>
Original file line number Diff line number Diff line change
@@ -1,22 +1,20 @@
---
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

<BlockWrapper>

<BlockReference
content={{
title: "Group",
type: "wxs:YesNoTypeUnion"
type: "bool"
}}
>
Set to 'yes' to indicate that the value in the Name attribute is the name of a load ordering group.
Expand Down
2 changes: 0 additions & 2 deletions src/content/docs/firegiant/schema/buildtools/exclude.mdx
Original file line number Diff line number Diff line change
@@ -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

<BlockWrapper>
Expand Down
Original file line number Diff line number Diff line change
@@ -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

<BlockWrapper>
Expand Down Expand Up @@ -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
}}
Expand Down
10 changes: 4 additions & 6 deletions src/content/docs/firegiant/schema/buildtools/harvestfile.mdx
Original file line number Diff line number Diff line change
@@ -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

<BlockWrapper>
Expand All @@ -25,7 +23,7 @@ Harvest a file and exclude it from future harvesting.
<BlockReference
content={{
title: "SelfReg",
type: "wxs:YesNoTypeUnion"
type: "bool"
}}
>
Capture self-registration for executable files during harvesting. Self-reg is only attempted when the attribute is set to 'yes'. The default is 'no'.
Expand All @@ -52,7 +50,7 @@ Harvest a file and exclude it from future harvesting.
<BlockReference
content={{
title: "SelfRegWarnOnError",
type: "wxs:YesNoTypeUnion"
type: "bool"
}}
>
Downgrade error messages encountered during self-registration capture to warnings. Ignored unless SelfReg attribute is 'yes'. The default is 'no'.
Expand All @@ -71,7 +69,7 @@ Harvest a file and exclude it from future harvesting.
<BlockReference
content={{
title: "SuppressFont",
type: "wxs:YesNoTypeUnion"
type: "bool"
}}
>
Prevent automatically marking ".ttf" and ".otf" files as a font. The default is 'no'.
Expand All @@ -94,7 +92,7 @@ Harvest a file and exclude it from future harvesting.
<BlockDefList content={[
{
title: "Component (Wxs extension)",
link: "../../wxs/component/"
link: "/wix/schema/wxs/component/"
}
]}
/>
12 changes: 5 additions & 7 deletions src/content/docs/firegiant/schema/buildtools/harvestfolder.mdx
Original file line number Diff line number Diff line change
@@ -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

<BlockWrapper>
Expand All @@ -25,7 +23,7 @@ Harvest files from a folder.
<BlockReference
content={{
title: "SelfReg",
type: "wxs:YesNoTypeUnion"
type: "bool"
}}
>
Capture self-registration for executable files during harvesting. Self-reg is only attempted when the attribute is set to 'yes'. The default is 'no'.
Expand All @@ -52,7 +50,7 @@ Harvest files from a folder.
<BlockReference
content={{
title: "SelfRegWarnOnError",
type: "wxs:YesNoTypeUnion"
type: "bool"
}}
>
Downgrade error messages encountered during self-registration capture to warnings. Ignored unless SelfReg attribute is 'yes'. The default is 'no'.
Expand All @@ -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\"."
}}
>
Expand All @@ -84,7 +82,7 @@ Harvest files from a folder.
<BlockReference
content={{
title: "SuppressFont",
type: "wxs:YesNoTypeUnion"
type: "bool"
}}
>
Prevent automatically marking ".ttf" files as a font. The default is 'no'.
Expand All @@ -111,7 +109,7 @@ Harvest files from a folder.
<BlockDefList content={[
{
title: "Component (Wxs extension)",
link: "../../wxs/component/"
link: "/wix/schema/wxs/component/"
}
]}
/>
10 changes: 4 additions & 6 deletions src/content/docs/firegiant/schema/buildtools/harvestpayload.mdx
Original file line number Diff line number Diff line change
@@ -1,22 +1,20 @@
---
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

<BlockWrapper>

<BlockReference
content={{
title: "BundleUI",
type: "wxs:YesNoTypeUnion"
type: "bool"
}}
>
Indicates whether the harvested payload is the entry point for the Bundle UI. The default is 'no'.
Expand Down Expand Up @@ -58,15 +56,15 @@ Harvest a payload and exclude it from future harvesting.
<BlockDefList content={[
{
title: "BootstrapperApplication (Wxs extension)",
link: "../../wxs/bootstrapperapplication/"
link: "/wix/schema/wxs/bootstrapperapplication/"
},
{
title: "BootstrapperApplicationRef (Wxs extension)",
link: "../../wxs/bootstrapperapplicationref/"
link: "/wix/schema/wxs/bootstrapperapplicationref/"
},
{
title: "PayloadGroup (Wxs extension)",
link: "../../wxs/payloadgroup/"
link: "/wix/schema/wxs/payloadgroup/"
}
]}
/>
Original file line number Diff line number Diff line change
@@ -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

<BlockWrapper>
Expand Down Expand Up @@ -51,15 +49,15 @@ Harvest payloads from a folder.
<BlockDefList content={[
{
title: "BootstrapperApplication (Wxs extension)",
link: "../../wxs/bootstrapperapplication/"
link: "/wix/schema/wxs/bootstrapperapplication/"
},
{
title: "BootstrapperApplicationRef (Wxs extension)",
link: "../../wxs/bootstrapperapplicationref/"
link: "/wix/schema/wxs/bootstrapperapplicationref/"
},
{
title: "PayloadGroup (Wxs extension)",
link: "../../wxs/payloadgroup/"
link: "/wix/schema/wxs/payloadgroup/"
}
]}
/>
Original file line number Diff line number Diff line change
@@ -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

<BlockWrapper>
Expand Down Expand Up @@ -47,7 +45,7 @@ Harvest files from a project's output groups.
<BlockReference
content={{
title: "SelfReg",
type: "wxs:YesNoTypeUnion"
type: "bool"
}}
>
Capture self-registration for executable files during harvesting. Self-reg is only attempted when the attribute is set to 'yes'. The default is 'no'.
Expand All @@ -74,7 +72,7 @@ Harvest files from a project's output groups.
<BlockReference
content={{
title: "SelfRegWarnOnError",
type: "wxs:YesNoTypeUnion"
type: "bool"
}}
>
Downgrade error messages encountered during self-registration capture to warnings. Ignored unless SelfReg attribute is 'yes'. The default is 'no'.
Expand All @@ -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\"."
}}
>
Expand All @@ -94,7 +92,7 @@ Harvest files from a project's output groups.
<BlockReference
content={{
title: "SuppressFont",
type: "wxs:YesNoTypeUnion"
type: "bool"
}}
>
Prevent automatically marking ".ttf" files as a font. The default is 'no'.
Expand All @@ -121,7 +119,7 @@ Harvest files from a project's output groups.
<BlockDefList content={[
{
title: "Component (Wxs extension)",
link: "../../wxs/component/"
link: "/wix/schema/wxs/component/"
}
]}
/>
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: "HarvestStrategyType type (Buildtools extension)"
sidebar:
hidden: true
---

Values of this type will either be "default", "singleFileComponents" or "contentFileComponentsWithGeneratedKeyPath".
Expand Down
Original file line number Diff line number Diff line change
@@ -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/)
4 changes: 2 additions & 2 deletions src/content/docs/firegiant/schema/buildtools/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ http&#58;//www.firegiant.com/schemas/v4/wxs/heatwave/buildtools
## Types

- [HarvestStrategyType](harveststrategytype/)
- [HarvestStrategyTypeUnion](harveststrategytype/)
- [HarvestStrategyTypeUnion](harveststrategytypeunion/)
- [PreprocessorVariables](preprocessorvariables/)
- [RegistryRootType](registryroottype/)
- [RegistryRootTypeUnion](registryroottype/)
- [RegistryRootTypeUnion](registryroottypeunion/)
Original file line number Diff line number Diff line change
@@ -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).
Loading