Skip to content

Tags: velopack/velopack

Tags

1.2.110-ge826545

Toggle 1.2.110-ge826545's commit message
Wait for install dir to be unlocked before MSI uninstall in test

TestMsiPerUserInstallAndUpdate runs msiexec /x seconds after applying an
update. On slow runners the apply chain (Update.exe, the restarted app,
the coverage collector) can still be running from the install dir, which
makes the MSI CleanupDeferred action's best-effort remove_dir_all fail
and leaves the directory behind, failing the final assertion. Poll until
every exe in the install dir can be opened exclusively before
uninstalling.

1.2.0

Toggle 1.2.0's commit message
Bump version to 1.2

1.1.1

Toggle 1.1.1's commit message
Bump version to 1.1

1.0.9-gc12205f

Toggle 1.0.9-gc12205f's commit message
Allow MSI install location to be overridden with hidden msiexec property

1.0.7-ga630726

Toggle 1.0.7-ga630726's commit message
Reduce chksum stack allocated buffer & move python downloads to rust …

…thread

1.0.1

Toggle 1.0.1's commit message
bump version to 1.0

0.0.1589-ga2c5a97

Toggle 0.0.1589-ga2c5a97's commit message
Add install and uninstall hook to msi

0.0.1535-gb21da2a

Toggle 0.0.1535-gb21da2a's commit message
Fix compile changes between zip 3 and 8

0.0.1521-gf115f70

Toggle 0.0.1521-gf115f70's commit message
Lock file maintenance

0.0.1444-gc245055

Toggle 0.0.1444-gc245055's commit message
OSX: UpdateMac is signed with default entitlements when --signDisable…

…Deep is set