mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-12 19:38:26 -06:00
Windows: first implementation of MSI installer for silent mode deployment (ACCEPTLICENSE=YES must be set in msiexec command line)
This commit is contained in:
7
src/SetupDLL/SetupDLL.def
Normal file
7
src/SetupDLL/SetupDLL.def
Normal file
@@ -0,0 +1,7 @@
|
||||
LIBRARY VERACRYPTSETUP
|
||||
EXPORTS
|
||||
VC_CustomAction_PreInstall
|
||||
VC_CustomAction_PostInstall
|
||||
VC_CustomAction_PreUninstall
|
||||
VC_CustomAction_PostUninstall
|
||||
VC_CustomAction_DoChecks
|
||||
Reference in New Issue
Block a user