Skip to content

Commit

Permalink
update docs and add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaietta committed Jan 5, 2024
1 parent 44d28c9 commit 92fbee9
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 10 deletions.
5 changes: 5 additions & 0 deletions .changeset/dull-brooms-search.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"app-builder-lib": minor
---

feat(nsis): add NsisOption to specify selectPerMachineByDefault
3 changes: 3 additions & 0 deletions docs/generated/NsisOptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
<p>If <code>oneClick</code> is <code>false</code> and <code>perMachine</code> is <code>false</code> (default): install mode installer page.</p>
</li>
<li>
<p><code id="NsisOptions-selectPerMachineByDefault">selectPerMachineByDefault</code> = <code>false</code> Boolean - Whether to set per-machine or per-user installation as default selection on the install mode installer page.</p>
</li>
<li>
<p><code id="NsisOptions-allowElevation">allowElevation</code> = <code>true</code> Boolean - <em>assisted installer only.</em> Allow requesting for elevation. If false, user will have to restart installer with elevated permissions.</p>
</li>
<li>
Expand Down
20 changes: 10 additions & 10 deletions packages/app-builder-lib/scheme.json
Original file line number Diff line number Diff line change
Expand Up @@ -3622,11 +3622,6 @@
"description": "Whether to install per all users (per-machine).",
"type": "boolean"
},
"selectPerMachineByDefault": {
"default": false,
"description": "Whether to set per-machine or per-user installation as default selection on the install mode installer page.",
"type": "boolean"
},
"publish": {
"anyOf": [
{
Expand Down Expand Up @@ -4075,11 +4070,6 @@
"description": "Whether to show install mode installer page (choice per-machine or per-user) for assisted installer. Or whether installation always per all users (per-machine).\n\nIf `oneClick` is `true` (default): Whether to install per all users (per-machine).\n\nIf `oneClick` is `false` and `perMachine` is `true`: no install mode installer page, always install per-machine.\n\nIf `oneClick` is `false` and `perMachine` is `false` (default): install mode installer page.",
"type": "boolean"
},
"selectPerMachineByDefault": {
"default": false,
"description": "Whether to set per-machine or per-user installation as default selection on the install mode installer page.",
"type": "boolean"
},
"preCompressedFileExtensions": {
"anyOf": [
{
Expand Down Expand Up @@ -4193,6 +4183,11 @@
"string"
]
},
"selectPerMachineByDefault": {
"default": false,
"description": "Whether to set per-machine or per-user installation as default selection on the install mode installer page.",
"type": "boolean"
},
"shortcutName": {
"description": "The name that will be used for all shortcuts. Defaults to the application name.",
"type": [
Expand Down Expand Up @@ -4516,6 +4511,11 @@
"string"
]
},
"selectPerMachineByDefault": {
"default": false,
"description": "Whether to set per-machine or per-user installation as default selection on the install mode installer page.",
"type": "boolean"
},
"shortcutName": {
"description": "The name that will be used for all shortcuts. Defaults to the application name.",
"type": [
Expand Down

0 comments on commit 92fbee9

Please sign in to comment.