You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/wix/schema/iis/certificate.mdx
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,9 +81,15 @@ Used to install and uninstall certificates.
81
81
required: true
82
82
}}
83
83
>
84
-
This attribute's value must be one of the following:
84
+
This attribute controls which Certificate Store Location will be used for the Certificate.
85
+
See [MSDN documentation](https://learn.microsoft.com/en-us/windows/win32/seccrypto/system-store-locations) for more information. This attribute's value must be one of the following:
Finds user groups on the local machine or specified Active Directory domain. The local machine will be
10
-
searched for the group first then fallback to looking in Active Directory. This element is not capable
11
-
of creating new groups but can be used to add new or existing users to an existing group.
9
+
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.
12
10
13
11
14
12
## Attributes
15
13
16
14
<BlockWrapper>
17
15
16
+
<BlockReference
17
+
content={{
18
+
title: "Comment",
19
+
type: "string"
20
+
}}
21
+
>
22
+
Optional comment to set on the group.
23
+
</BlockReference>
24
+
25
+
<BlockReference
26
+
content={{
27
+
title: "CreateGroup",
28
+
type: "wxs:YesNoTypeUnion"
29
+
}}
30
+
>
31
+
Indicates whether or not to create the group. Group creation can be skipped if all that is desired is to add group memberships.
32
+
</BlockReference>
33
+
18
34
<BlockReference
19
35
content={{
20
36
title: "Domain",
@@ -24,6 +40,15 @@ Finds user groups on the local machine or specified Active Directory domain. The
24
40
An optional [Formatted](https://learn.microsoft.com/en-us/windows/win32/msi/formatted) string that specifies the domain for the group.
25
41
</BlockReference>
26
42
43
+
<BlockReference
44
+
content={{
45
+
title: "FailIfExists",
46
+
type: "wxs:YesNoTypeUnion"
47
+
}}
48
+
>
49
+
Indicates if the install should fail if the group already exists.
50
+
</BlockReference>
51
+
27
52
<BlockReference
28
53
content={{
29
54
title: "Id",
@@ -40,15 +65,64 @@ Finds user groups on the local machine or specified Active Directory domain. The
40
65
required: true
41
66
}}
42
67
>
43
-
A [Formatted](https://learn.microsoft.com/en-us/windows/win32/msi/formatted) string that contains the name of the group to be found.
68
+
A [Formatted](https://learn.microsoft.com/en-us/windows/win32/msi/formatted) string that contains the name of the group.
69
+
</BlockReference>
70
+
71
+
<BlockReference
72
+
content={{
73
+
title: "RemoveComment",
74
+
type: "wxs:YesNoTypeUnion"
75
+
}}
76
+
>
77
+
Indicates whether remove the comment from the group. The default value is "no".
78
+
</BlockReference>
79
+
80
+
<BlockReference
81
+
content={{
82
+
title: "RemoveOnUninstall",
83
+
type: "wxs:YesNoTypeUnion"
84
+
}}
85
+
>
86
+
Indicates whether the group should be removed or left behind on uninstall.
87
+
</BlockReference>
88
+
89
+
<BlockReference
90
+
content={{
91
+
title: "UpdateIfExists",
92
+
type: "wxs:YesNoTypeUnion"
93
+
}}
94
+
>
95
+
Indicates if the group properties should be updated if the group already exists.
96
+
</BlockReference>
97
+
98
+
<BlockReference
99
+
content={{
100
+
title: "Vital",
101
+
type: "wxs:YesNoTypeUnion"
102
+
}}
103
+
>
104
+
Indicates whether failure to create the group or add the group to another group fails the installation. The default value is "yes".
44
105
</BlockReference>
45
106
46
107
</BlockWrapper>
47
108
109
+
## Children
110
+
111
+
<BlockDefListcontent={[
112
+
{
113
+
title: "GroupRef",
114
+
link: "../groupref/"
115
+
}
116
+
]}
117
+
/>
48
118
49
119
## Parents
50
120
51
121
<BlockDefListcontent={[
122
+
{
123
+
title: "Component (Wxs extension)",
124
+
link: "../../wxs/component/"
125
+
},
52
126
{
53
127
title: "Fragment (Wxs extension)",
54
128
link: "../../wxs/fragment/"
@@ -62,4 +136,7 @@ Finds user groups on the local machine or specified Active Directory domain. The
Copy file name to clipboardExpand all lines: src/content/docs/wix/schema/util/user.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ User for all kinds of things. When it is not nested under a component it is incl
55
55
type: "string"
56
56
}}
57
57
>
58
-
A [Formatted])(https://learn.microsoft.com/en-us/windows/win32/msi/formatted) string that contains the local machine or Active Directory domain for the user.
58
+
A [Formatted](https://learn.microsoft.com/en-us/windows/win32/msi/formatted) string that contains the local machine or Active Directory domain for the user.
59
59
</BlockReference>
60
60
61
61
<BlockReference
@@ -101,7 +101,7 @@ User for all kinds of things. When it is not nested under a component it is incl
101
101
required: true
102
102
}}
103
103
>
104
-
A [Formatted])(https://learn.microsoft.com/en-us/windows/win32/msi/formatted) string that contains the name of the user account.
104
+
A [Formatted](https://learn.microsoft.com/en-us/windows/win32/msi/formatted) string that contains the name of the user account.
Copy file name to clipboardExpand all lines: src/content/docs/wix/schema/wxs/relatedbundle.mdx
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ Defines a related bundle for the parent Bundle.
28
28
29
29
<BlockReference
30
30
content={{
31
-
title: "Id",
31
+
title: "Code",
32
32
type: "Guid",
33
33
typeLink: "../guid/",
34
34
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.",
@@ -38,6 +38,17 @@ Defines a related bundle for the parent Bundle.
38
38
The identifier of the RelatedBundle group.
39
39
</BlockReference>
40
40
41
+
<BlockReference
42
+
content={{
43
+
title: "Id",
44
+
type: "Guid",
45
+
typeLink: "../guid/",
46
+
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."
0 commit comments