Skip to content

Commit

Permalink
Add msi property ADDROAMINGARGUMENT
Browse files Browse the repository at this point in the history
  • Loading branch information
MMulthaupt committed Dec 21, 2023
1 parent e123e7e commit d3431ab
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release-Changelog

## v1.8.2 (2023-12-21)
### Features
* MSI property `ADDROAMINGARGUMENT` can be provided with value `true` to have installed shortcuts provided with the `--roaming` argument.

## v1.8.1 (2023-12-21)
### Fixes
* MSI Build will no longer deny installation into network drive.
Expand Down
5 changes: 5 additions & 0 deletions docs/msi_properties.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## MSI Properties

The Windows .msi can be invoked with `misexec`, where additional properties can be provided:

* `ADDROAMINGARGUMENT=true`: If set, shortcuts will be installed such that they run trivrost with the `--roaming` argument, which is of interest to some Citrix environments.

0 comments on commit d3431ab

Please sign in to comment.