Skip to content

Commit ea99063

Browse files
committed
Update docs to WiX v7-rc.2
1 parent b345745 commit ea99063

File tree

574 files changed

+1892
-1753
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

574 files changed

+1892
-1753
lines changed

src/content/docs/firegiant/schema/buildtools/driver.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
---
22
title: "Driver element (Buildtools extension)"
33
---
4-
54
import BlockWrapper from '@components/BlockWrapper.astro';
65
import BlockReference from '@components/BlockReference.astro';
76
import BlockDefList from '@components/BlockDefList.astro';
87

98
Installs and uninstalls kernel and file system drivers.
109

11-
1210
## Attributes
1311

1412
<BlockWrapper>
@@ -117,7 +115,7 @@ Installs and uninstalls kernel and file system drivers.
117115
<BlockDefList content={[
118116
{
119117
title: "Component (Wxs extension)",
120-
link: "../../wxs/component/"
118+
link: "/wix/schema/wxs/component/"
121119
}
122120
]}
123121
/>

src/content/docs/firegiant/schema/buildtools/driverdependency.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
11
---
22
title: "DriverDependency element (Buildtools extension)"
33
---
4-
54
import BlockWrapper from '@components/BlockWrapper.astro';
65
import BlockReference from '@components/BlockReference.astro';
76
import BlockDefList from '@components/BlockDefList.astro';
87

98
Driver or load ordering group that must start before the parent driver.
109

11-
1210
## Attributes
1311

1412
<BlockWrapper>
1513

1614
<BlockReference
1715
content={{
1816
title: "Group",
19-
type: "wxs:YesNoTypeUnion"
17+
type: "bool"
2018
}}
2119
>
2220
Set to 'yes' to indicate that the value in the Name attribute is the name of a load ordering group.

src/content/docs/firegiant/schema/buildtools/exclude.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
---
22
title: "Exclude element (Buildtools extension)"
33
---
4-
54
import BlockWrapper from '@components/BlockWrapper.astro';
65
import BlockReference from '@components/BlockReference.astro';
76
import BlockDefList from '@components/BlockDefList.astro';
87

98
Exclude files from a harvesting.
109

11-
1210
## Attributes
1311

1412
<BlockWrapper>

src/content/docs/firegiant/schema/buildtools/excluderegistry.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
---
22
title: "ExcludeRegistry element (Buildtools extension)"
33
---
4-
54
import BlockWrapper from '@components/BlockWrapper.astro';
65
import BlockReference from '@components/BlockReference.astro';
76
import BlockDefList from '@components/BlockDefList.astro';
87

98
Exclude specified registry keys found during self-reg harvesting.
109

11-
1210
## Attributes
1311

1412
<BlockWrapper>
@@ -36,7 +34,7 @@ Exclude specified registry keys found during self-reg harvesting.
3634
content={{
3735
title: "Root",
3836
type: "RegistryRootTypeUnion",
39-
typeLink: "../registryroottype/",
37+
typeLink: "../registryroottypeunion/",
4038
typeTitle: "Values of this type will be \"HKCR\", \"HKCU\", \"HKMU\" or \"HKLM\".",
4139
required: true
4240
}}

src/content/docs/firegiant/schema/buildtools/harvestfile.mdx

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
---
22
title: "HarvestFile element (Buildtools extension)"
33
---
4-
54
import BlockWrapper from '@components/BlockWrapper.astro';
65
import BlockReference from '@components/BlockReference.astro';
76
import BlockDefList from '@components/BlockDefList.astro';
87

98
Harvest a file and exclude it from future harvesting.
109

11-
1210
## Attributes
1311

1412
<BlockWrapper>
@@ -25,7 +23,7 @@ Harvest a file and exclude it from future harvesting.
2523
<BlockReference
2624
content={{
2725
title: "SelfReg",
28-
type: "wxs:YesNoTypeUnion"
26+
type: "bool"
2927
}}
3028
>
3129
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.
5250
<BlockReference
5351
content={{
5452
title: "SelfRegWarnOnError",
55-
type: "wxs:YesNoTypeUnion"
53+
type: "bool"
5654
}}
5755
>
5856
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.
7169
<BlockReference
7270
content={{
7371
title: "SuppressFont",
74-
type: "wxs:YesNoTypeUnion"
72+
type: "bool"
7573
}}
7674
>
7775
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.
9492
<BlockDefList content={[
9593
{
9694
title: "Component (Wxs extension)",
97-
link: "../../wxs/component/"
95+
link: "/wix/schema/wxs/component/"
9896
}
9997
]}
10098
/>

src/content/docs/firegiant/schema/buildtools/harvestfolder.mdx

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
---
22
title: "HarvestFolder element (Buildtools extension)"
33
---
4-
54
import BlockWrapper from '@components/BlockWrapper.astro';
65
import BlockReference from '@components/BlockReference.astro';
76
import BlockDefList from '@components/BlockDefList.astro';
87

98
Harvest files from a folder.
109

11-
1210
## Attributes
1311

1412
<BlockWrapper>
@@ -25,7 +23,7 @@ Harvest files from a folder.
2523
<BlockReference
2624
content={{
2725
title: "SelfReg",
28-
type: "wxs:YesNoTypeUnion"
26+
type: "bool"
2927
}}
3028
>
3129
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.
5250
<BlockReference
5351
content={{
5452
title: "SelfRegWarnOnError",
55-
type: "wxs:YesNoTypeUnion"
53+
type: "bool"
5654
}}
5755
>
5856
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.
7472
content={{
7573
title: "Strategy",
7674
type: "HarvestStrategyTypeUnion",
77-
typeLink: "../harveststrategytype/",
75+
typeLink: "../harveststrategytypeunion/",
7876
typeTitle: "Values of this type will either be \"default\", \"singleFileComponents\" or \"contentFileComponentsWithGeneratedKeyPath\"."
7977
}}
8078
>
@@ -84,7 +82,7 @@ Harvest files from a folder.
8482
<BlockReference
8583
content={{
8684
title: "SuppressFont",
87-
type: "wxs:YesNoTypeUnion"
85+
type: "bool"
8886
}}
8987
>
9088
Prevent automatically marking ".ttf" files as a font. The default is 'no'.
@@ -111,7 +109,7 @@ Harvest files from a folder.
111109
<BlockDefList content={[
112110
{
113111
title: "Component (Wxs extension)",
114-
link: "../../wxs/component/"
112+
link: "/wix/schema/wxs/component/"
115113
}
116114
]}
117115
/>

src/content/docs/firegiant/schema/buildtools/harvestpayload.mdx

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
11
---
22
title: "HarvestPayload element (Buildtools extension)"
33
---
4-
54
import BlockWrapper from '@components/BlockWrapper.astro';
65
import BlockReference from '@components/BlockReference.astro';
76
import BlockDefList from '@components/BlockDefList.astro';
87

98
Harvest a payload and exclude it from future harvesting.
109

11-
1210
## Attributes
1311

1412
<BlockWrapper>
1513

1614
<BlockReference
1715
content={{
1816
title: "BundleUI",
19-
type: "wxs:YesNoTypeUnion"
17+
type: "bool"
2018
}}
2119
>
2220
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.
5856
<BlockDefList content={[
5957
{
6058
title: "BootstrapperApplication (Wxs extension)",
61-
link: "../../wxs/bootstrapperapplication/"
59+
link: "/wix/schema/wxs/bootstrapperapplication/"
6260
},
6361
{
6462
title: "BootstrapperApplicationRef (Wxs extension)",
65-
link: "../../wxs/bootstrapperapplicationref/"
63+
link: "/wix/schema/wxs/bootstrapperapplicationref/"
6664
},
6765
{
6866
title: "PayloadGroup (Wxs extension)",
69-
link: "../../wxs/payloadgroup/"
67+
link: "/wix/schema/wxs/payloadgroup/"
7068
}
7169
]}
7270
/>

src/content/docs/firegiant/schema/buildtools/harvestpayloadfolder.mdx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
---
22
title: "HarvestPayloadFolder element (Buildtools extension)"
33
---
4-
54
import BlockWrapper from '@components/BlockWrapper.astro';
65
import BlockReference from '@components/BlockReference.astro';
76
import BlockDefList from '@components/BlockDefList.astro';
87

98
Harvest payloads from a folder.
109

11-
1210
## Attributes
1311

1412
<BlockWrapper>
@@ -51,15 +49,15 @@ Harvest payloads from a folder.
5149
<BlockDefList content={[
5250
{
5351
title: "BootstrapperApplication (Wxs extension)",
54-
link: "../../wxs/bootstrapperapplication/"
52+
link: "/wix/schema/wxs/bootstrapperapplication/"
5553
},
5654
{
5755
title: "BootstrapperApplicationRef (Wxs extension)",
58-
link: "../../wxs/bootstrapperapplicationref/"
56+
link: "/wix/schema/wxs/bootstrapperapplicationref/"
5957
},
6058
{
6159
title: "PayloadGroup (Wxs extension)",
62-
link: "../../wxs/payloadgroup/"
60+
link: "/wix/schema/wxs/payloadgroup/"
6361
}
6462
]}
6563
/>

src/content/docs/firegiant/schema/buildtools/harvestprojectoutput.mdx

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
---
22
title: "HarvestProjectOutput element (Buildtools extension)"
33
---
4-
54
import BlockWrapper from '@components/BlockWrapper.astro';
65
import BlockReference from '@components/BlockReference.astro';
76
import BlockDefList from '@components/BlockDefList.astro';
87

98
Harvest files from a project's output groups.
109

11-
1210
## Attributes
1311

1412
<BlockWrapper>
@@ -47,7 +45,7 @@ Harvest files from a project's output groups.
4745
<BlockReference
4846
content={{
4947
title: "SelfReg",
50-
type: "wxs:YesNoTypeUnion"
48+
type: "bool"
5149
}}
5250
>
5351
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.
7472
<BlockReference
7573
content={{
7674
title: "SelfRegWarnOnError",
77-
type: "wxs:YesNoTypeUnion"
75+
type: "bool"
7876
}}
7977
>
8078
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.
8482
content={{
8583
title: "Strategy",
8684
type: "HarvestStrategyTypeUnion",
87-
typeLink: "../harveststrategytype/",
85+
typeLink: "../harveststrategytypeunion/",
8886
typeTitle: "Values of this type will either be \"default\", \"singleFileComponents\" or \"contentFileComponentsWithGeneratedKeyPath\"."
8987
}}
9088
>
@@ -94,7 +92,7 @@ Harvest files from a project's output groups.
9492
<BlockReference
9593
content={{
9694
title: "SuppressFont",
97-
type: "wxs:YesNoTypeUnion"
95+
type: "bool"
9896
}}
9997
>
10098
Prevent automatically marking ".ttf" files as a font. The default is 'no'.
@@ -121,7 +119,7 @@ Harvest files from a project's output groups.
121119
<BlockDefList content={[
122120
{
123121
title: "Component (Wxs extension)",
124-
link: "../../wxs/component/"
122+
link: "/wix/schema/wxs/component/"
125123
}
126124
]}
127125
/>

src/content/docs/firegiant/schema/buildtools/harveststrategytype.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: "HarvestStrategyType type (Buildtools extension)"
3+
sidebar:
4+
hidden: true
35
---
46

57
Values of this type will either be "default", "singleFileComponents" or "contentFileComponentsWithGeneratedKeyPath".

0 commit comments

Comments
 (0)