Skip to content

Commit 9ad4a4d

Browse files
authored
[All Hosts] (publish) new parameter on installation links (#5113)
1 parent d10230f commit 9ad4a4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/publish/publish-office-add-ins-to-appsource.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ The following parameter values are used for the Script Lab installation link.
7171

7272
To create the link, use the following URL template as a reference.
7373

74-
`{{appName}}:https://api.addins.store.office.com/addinstemplate/{{language}}/{{correlationID}}/{{addinId}}/none/{{addinName}}.{{fileFormat}}?omexsrctype=1`
74+
`{{appName}}:https://api.addins.store.office.com/addinstemplate/{{language}}/{{correlationID}}/{{addinId}}/none/{{addinName}}.{{fileFormat}}?omexsrctype=1&isexternallink=1`
7575

7676
Change the placeholders in the URL as follows.
7777

@@ -93,7 +93,7 @@ Change the placeholders in the URL as follows.
9393

9494
For example, the following is an installation link for Script Lab in Word on Windows with en-US as the language.
9595

96-
`ms-word:https://api.addins.store.office.com/addinstemplate/en-US/228a829b-69d7-45f4-a338-c6aba330ec7e/WA104380862/none/Script%20Lab,%20a%20Microsoft%20Garage%20project.docx?omexsrctype=1`
96+
`ms-word:https://api.addins.store.office.com/addinstemplate/en-US/228a829b-69d7-45f4-a338-c6aba330ec7e/WA104380862/none/Script%20Lab,%20a%20Microsoft%20Garage%20project.docx?omexsrctype=1&isexternallink=1`
9797

9898
### Include the add-in in the installation of a Windows app or COM/VSTO add-in
9999

0 commit comments

Comments
 (0)