VeraCrypt icon indicating copy to clipboard operation
VeraCrypt copied to clipboard

Silent switch with msi package doesn't work

Open xillibit opened this issue 11 months ago • 1 comments

i'am trying to install veracrypt 1.26.20 with the msi on windows 11 machine, i have tried different combinaisons of switchs but at the end veracrypt isn't installed.

Expected behavior

veracrypt should been installed

Observed behavior

veracrypt isn't installed

Steps to reproduce

  1. launch windows terminal as admin
  2. open powershell tab
  3. enter the command

The commands tried :

PS C:\Users\me\Downloads> msiexec.exe /i .\VeraCrypt_Setup_x64_1.26.20.msi /passive /qn ACCEPTLICENSE=YES /norestart PS C:\Users\me\Downloads> msiexec.exe /i .\VeraCrypt_Setup_x64_1.26.20.msi /qn ACCEPTLICENSE=YES /norestart PS C:\Users\me\Downloads> msiexec.exe /i .\VeraCrypt_Setup_x64_1.26.20.msi /quiet

Screenshots

Your Environment

Please tell us more about your environment

VeraCrypt version: 1.26.20

Operating system and version: Windows 11 build 26100.3194

System type: 64-bit

xillibit avatar Mar 07 '25 08:03 xillibit

I have found why it doesn't work because powershell add .\ in front of filename, by removing it, it works

Is-there silent switches to set the default language of veracrypt ?

xillibit avatar Mar 08 '25 09:03 xillibit