Silent switch with msi package doesn't work
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
- launch windows terminal as admin
- open powershell tab
- 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
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 ?