|
280 | 280 | Return="check"
|
281 | 281 | Impersonate="no" />
|
282 | 282 |
|
| 283 | + <!-- Show custom navigation to release note --> |
| 284 | + <Property Id="BROWSER"> |
| 285 | + <RegistrySearch Id="DefaultBrowser" Type="raw" Root='HKCR' Key='http\shell\open\command' /> |
| 286 | + </Property> |
| 287 | + <Property Id="FluentPackageReleaseNote" Value=" "/> |
| 288 | + <CustomAction Id="SetFluentPackageReleaseNote" |
| 289 | + Property="FluentPackageReleaseNote" |
| 290 | + Value="https://github.com/fluent/fluent-package-builder/releases/tag/v[ProductVersion]"/> |
| 291 | + <CustomAction Id="PostVisitReleaseNote" Property="BROWSER" ExeCommand="[FluentPackageReleaseNote]" Return="asyncNoWait" /> |
| 292 | + <Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOX" Value="1"/> |
| 293 | + <CustomAction Id="SetExitDialogDescription" |
| 294 | + Property="WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT" |
| 295 | + Value="Visit [ProductName] release note"/> |
| 296 | + |
283 | 297 | <InstallExecuteSequence>
|
284 | 298 | <Custom Action="SetPostInstallCommand" After="InstallFiles">NOT Installed</Custom>
|
285 | 299 | <Custom Action="PostInstall" After="SetPostInstallCommand">NOT Installed</Custom>
|
|
295 | 309 | <Custom Action="SetCreateCompatTdAgentGemBat" Before="InstallFinalize">NOT Installed</Custom>
|
296 | 310 | <Custom Action="CreateCompatTdAgentGemBat" After="SetCreateCompatTdAgentGemBat">NOT Installed</Custom>
|
297 | 311 |
|
| 312 | + <!-- Show navigation checkbox to access release note --> |
| 313 | + <Custom Action="SetFluentPackageReleaseNote" Before="InstallFinalize">NOT Installed</Custom> |
| 314 | + <Custom Action="SetExitDialogDescription" After="SetFluentPackageReleaseNote">NOT Installed</Custom> |
| 315 | + <Custom Action="PostVisitReleaseNote" After="InstallFinalize">WIXUI_EXITDIALOGOPTIONALCHECKBOX = 1 AND NOT Installed</Custom> |
| 316 | + |
298 | 317 | <!-- Delete hardlink before removing installed files -->
|
299 | 318 | <Custom Action="SetDeleteCompatTdAgentBat" After="InstallInitialize">Installed AND NOT REINSTALL</Custom>
|
300 | 319 | <Custom Action="DeleteCompatTdAgentBat" After="SetDeleteCompatTdAgentBat">Installed AND NOT REINSTALL</Custom>
|
|
0 commit comments