Citrix Files for Outlook allows users with a ShareFile license to interact with all their files directly through Microsoft Outlook and provides the recipient with a link to the attachment in the body of the email. This integration provides users with the ability to send large attachments via email with ease and verify attachments are delivered securely. This article will serve as an informative guide and give you a clear understanding of how to perform a silent installation of Citrix Files for Outlook from the command line using both the EXE & MSI installers.
How to Install Citrix Files for Outlook Silently
Citrix Files for Outlook Silent Install (EXE)
- Navigate to: https://www.citrix.com/downloads/sharefile/clients-and-plug-ins/citrix-files-for-outlook.html
- Select the EXE Download File
- Download & Copy the CitrixFilesForOutlook-vw.x.y.z.exe to a folder created at (C:\Downloads)
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the C:\Downloads folder
- Enter the following command: CitrixFilesForOutlook-vw.x.y.z.exe /install /quiet /norestart
- Press Enter
After a few moments you will find Citrix Files for Outlook entries in the Installation Directory and Programs and Features in the Control Panel.
Software Title: | Citrix Files for Outlook |
Vendor: | Citrix Systems, Inc. |
Architecture: | x86_x64 |
Installer Type: | EXE |
Silent Install Switch: | CitrixFilesForOutlook-vw.x.y.z.exe /install /quiet /norestart |
Silent Uninstall Switch: | CitrixFilesForOutlook-vw.x.y.z.exe /uninstall /quiet /norestart |
Repair Command: | CitrixFilesForOutlook-vw.x.y.z.exe /repair /quiet /norestart |
Download Link: | https://www.citrix.com/downloads/sharefile/clients-and-plug-ins/citrix-files-for-outlook.html |
PowerShell Script: | https://silentinstallhq.com/citrix-files-for-outlook-install-and-uninstall-powershell/ |
Citrix Files for Outlook Silent Install (MSI)
- Navigate to: https://www.citrix.com/downloads/sharefile/clients-and-plug-ins/citrix-files-for-outlook.html
- Select the MSI Download File
- Download & Copy the CitrixFilesForOutlook-PerMachine-vw.x.y.z.msi to a folder created at (C:\Downloads)
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the C:\Downloads folder
- Enter the following command: MsiExec.exe /i CitrixFilesForOutlook-PerMachine-vw.x.y.z.msi /qn
- Press Enter
After a few moments you will find Citrix Files for Outlook entries in the Installation Directory and Programs and Features in the Control Panel.
Software Title: | Citrix Files for Outlook |
Vendor: | Citrix Systems, Inc. |
Architecture: | x86_x64 |
Installer Type: | MSI |
Silent Install Switch: | MsiExec.exe /i CitrixFilesForOutlook-PerMachine-vw.x.y.z.msi /qn |
Silent Uninstall Switch: | MsiExec.exe /x CitrixFilesForOutlook-PerMachine-vw.x.y.z.msi /qn |
Repair Command: | MsiExec.exe /fa CitrixFilesForOutlook-PerMachine-vw.x.y.z.msi /qn |
Download Link: | https://www.citrix.com/downloads/sharefile/clients-and-plug-ins/citrix-files-for-outlook.html |
PowerShell Script: | https://silentinstallhq.com/citrix-files-for-outlook-install-and-uninstall-powershell/ |
The information above provides a quick overview of the software title, vendor, silent install, and silent uninstall switches. The download links provided take you directly to the vendors website. Continue reading if you are interested in additional details and configurations.
Additional Configurations
Create a Citrix Files for Outlook Installation Log File
The Citrix Files for Outlook installers offer the option to generate a log file during installation to assist with troubleshooting should any problems arise. You can use the following command to create a verbose log file with details about the installation.
Citrix Files for Outlook Silent Install (EXE) with Logging
CitrixFilesForOutlook-vw.x.y.z.exe /install /quiet /norestart /log "%WINDIR%\Temp\CitrixFilesForOutlook-Install.log" |
Citrix Files for Outlook Silent Install (MSI) with Logging
MsiExec.exe /i CitrixFilesForOutlook-PerMachine-vw.x.y.z.msi /qn /L*v "%WINDIR%\Temp\CitrixFilesForOutlook-Install.log" |
How to Uninstall Citrix Files for Outlook Silently
Check out the Citrix Files For Outlook Install and Uninstall (PowerShell) post for a scripted solution.
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Enter one of the following commands:
Citrix Files for Outlook Silent Uninstall (EXE)
CitrixFilesForOutlook-vw.x.y.z.exe /uninstall /quiet /norestart |
Citrix Files for Outlook Silent Uninstall (MSI)
MsiExec.exe /x CitrixFilesForOutlook-PerMachine-vw.x.y.z.msi /qn |
Always make sure to test everything in a development environment prior to implementing anything into production. The information in this article is provided “As Is” without warranty of any kind.