mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2026-06-17 10:06:06 -05:00
5bd9277970
Use a stable VeraCrypt Start Menu folder for MSI installs instead of deriving it from the versioned product name. Refresh the shortcut component identities for the new folder location and add upgrade-time cleanup for old versioned VeraCrypt Start Menu folders while preserving folders that contain non-VeraCrypt content. Fixes #1631.
9 lines
219 B
Modula-2
9 lines
219 B
Modula-2
LIBRARY VERACRYPTSETUP
|
|
EXPORTS
|
|
VC_CustomAction_PreInstall
|
|
VC_CustomAction_PostInstall
|
|
VC_CustomAction_CleanupOldStartMenuFolders
|
|
VC_CustomAction_PreUninstall
|
|
VC_CustomAction_PostUninstall
|
|
VC_CustomAction_DoChecks
|