7-Zip is a file archiver with a high compression ratio. 7-Zip is free software with open source. The most of the code is under the GNU LGPL license. Some parts of the code are under the BSD 3-clause License. Also there is unRAR license restriction for some parts of the code. Read 7-Zip License information. You can use 7-Zip on any computer, including a computer in a commercial organization. You don’t need to register or pay for 7-Zip.
1 | 2 |
---|---|
Software Name | 7-Zip |
Publisher | Igor Pavlov |
Homepage | https://www.7-zip.org |
Architecture | 64-bit |
Software Version | 24.09 |
Download (.msi) | 7z2409-x64.msi |
Install Behavior | System Context (All Users) |
Detection (Location) | "C:\Program Files\7-Zip\7zFM.exe" |
Silent Installation | msiexec.exe /i "7z2409-x64.msi" /qn |
Silent Uninstallation | msiexec.exe /X "{23170F69-40C1-2702-2409-000001000000}" /qn |
How to Install The App Silently
- Download the installer from the link in the above table.
- Copy the downloaded file to a designated folder, such as (
C:\Installers)
. Alternatively, you can transfer the installer to a USB device for installing the application on other computers. - Open CMD (Command Prompt) as administrator.
- Navigate to the source folder using the cd command:
cd /d "C:\Installer"
- Type the silent installation command in the above table the press to install the app.
After a minute or so, you should see the app installed in the installation directory. The app should appear in the Installed Apps section in Windows Settings or under Programs and Features in the Control Panel.
How to Uninstall The App Silently
- Open CMD (Command Prompt) as administrator.
- Type the silent uninstallation command in the above table the press to install the app.