Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Silent switch with msi package doesn't work #1512

Open
xillibit opened this issue Mar 7, 2025 · 1 comment
Open

Silent switch with msi package doesn't work #1512

xillibit opened this issue Mar 7, 2025 · 1 comment
Labels

Comments

@xillibit
Copy link

xillibit commented Mar 7, 2025

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 xillibit added the bug label Mar 7, 2025
@xillibit
Copy link
Author

xillibit commented Mar 8, 2025

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant