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: docs/api/config.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -520,7 +520,7 @@ Type: `object`
520
520
| <divclassName="anchor-with-padding"id="wixconfig.license">`license`<aclass="hash-link"href="#wixconfig.license"></a></div> | string? |_null_| The path to the license file to render on the installer.<br /><br />Must be an RTF file, so if a different extension is provided, we convert it to the RTF format. |
521
521
| <divclassName="anchor-with-padding"id="wixconfig.enableelevatedupdatetask">`enableElevatedUpdateTask`<aclass="hash-link"href="#wixconfig.enableelevatedupdatetask"></a></div> | boolean |`false`| Create an elevated update task within Windows Task Scheduler. |
522
522
| <divclassName="anchor-with-padding"id="wixconfig.bannerpath">`bannerPath`<aclass="hash-link"href="#wixconfig.bannerpath"></a></div> | string? |_null_| Path to a bitmap file to use as the installation user interface banner. This bitmap will appear at the top of all but the first page of the installer.<br /><br />The required dimensions are 493px × 58px. |
523
-
| <divclassName="anchor-with-padding"id="wixconfig.dialogimagepath">`dialogImagePath`<aclass="hash-link"href="#wixconfig.dialogimagepath"></a></div> | string? |_null_| Path to a bitmap file to use on the installation user interface dialogs. It is used on the welcome and completion dialogs.The required dimensions are 493px × 312px. |
523
+
| <divclassName="anchor-with-padding"id="wixconfig.dialogimagepath">`dialogImagePath`<aclass="hash-link"href="#wixconfig.dialogimagepath"></a></div> | string? |_null_| Path to a bitmap file to use on the installation user interface dialogs. It is used on the welcome and completion dialogs.<br /><br />The required dimensions are 493px × 312px. |
0 commit comments