In this blog post, we will discuss how to perform a silent installation of FSLogix.
FSLogix is a set of solutions that enable virtualized Windows applications to operate on a range of platforms. FSLogix can be used to install and manage virtualized applications on virtual desktops, on-premises servers, or in the cloud.
What is a Silent Installation?
A silent installation is a type of installation that does not require user interaction. It is a popular installation method for IT administrators who need to install software on multiple computers at once. By using a silent installation, IT administrators can avoid having to manually install the software on each computer, saving them a lot of time and effort.
How to Perform a Silent Installation of FSLogix
Performing a silent installation of FSLogix is a straightforward process that can be completed in just a few simple steps.
Download the FSLogix Installer
The first step is to download the FSLogix installer from the official website. Save the installer file to a local directory on your computer. The code below will use PowerShell to download the latest FSLogix version.
Invoke-WebRequest -Uri https://download.microsoft.com/download/c/4/4/c44313c5-f04a-4034-8a22-967481b23975/FSLogix_Apps_2.9.8440.42104.zip -OutFile fslogix.zip
Open a Command Prompt with Administrative Privileges
Open a Command Prompt with administrative privileges. To do this, right-click on the Command Prompt icon and select “Run as administrator”.
Navigate to the Directory Where the FSLogix Installer is Saved
Navigate to the directory where the FSLogix installer is saved using the “cd” command. For example, if the installer is saved in the Downloads directory, enter the following command:
cd C:\Users\Username\Downloads
Run the Silent Installation Command
Run the following command to perform a silent installation of FSLogix:
FSLogix_Apps_2.9.7692.47760.exe /s /v"/qn"
Note: Replace “FSLogix_Apps_2.9.7692.47760.exe” with the actual name of the FSLogix installer file.
The “/s” switch tells the installer to run silently, while the “/v”/qn”” switch specifies that no dialog boxes should be displayed during the installation.
Wait for the Installation to Complete
Press Enter and wait for the installation to complete. The installation progress will be displayed in the Command Prompt window.
Verify the Installation
Once the installation is complete, you can verify the installation by checking the installation directory for the FSLogix files.