This guide will walk you through the process of installing Zight on Windows using the command line interface. Our latest version of Zight utilizes the .appinstaller format for seamless and silent deployment.
In earlier iterations of Zight, the deployment process involved a .msi download. You could execute the installation via a command like the following:
```bash
msiexec /i C:\Users\{User}\Downloads\CloudApp.msi
```
However, with our current version, we’ve transitioned to using the .appinstaller format, which streamlines the installation process. To install Zight silently and efficiently, follow these steps:
1. Download the ZightInstall.appinstaller file.
2. Open the command prompt as an administrator.
3. Navigate to the directory containing the ZightInstall.appinstaller file.
4. Execute the following command:
```bash
msix -i “ZightInstall.appinstaller” -q
```
This command ensures a smooth, silent installation of Zight on your Windows system. Remember that the “-q” flag indicates a quiet installation without any user prompts.
We are dedicated to providing you with top-notch customer support and ensuring your Zight installation is seamless.
Thank you for choosing Zight as your solution, and we look forward to helping you make the most of our services.
Related to
Comments
0 comments
Please sign in to leave a comment.