Skip to main content

Colligo Networks Technical Support

Go Search
Colligo For SharePoint Support
Colligo For SharePoint Developer
Colligo Workgroup Edition Support
Blog
Colligo Home
  
Colligo Networks Technical Support > Knowledge Base > Installing or uninstalling silently  

Knowledge Base: Installing or uninstalling silently

Version HistoryVersion History

Title

Installing or uninstalling  silently 

Topic

IT Deployment 

KB Content

You can use the msiexec utility to install or uninstall silently.
 
The command line to perform a silent install is as follows:
msiexec /i <Installer.msi> /qn
For example:
msiexec /i ColligoContributor.msi /qn
 
To perform a silent uninstall, the command line is as follows:
msiexec /x <Installer.msi> /qn
 
Note that if you are performing a silent installation  you will need to preconfigure the license key on the installer, as described in the article "Contributor Configuration Settings and Deployment".
 
Alternatively, you can pass the license key on the msiexec command line as follows:
msiexec /i ColligoContributor.msi /qn LICENSE_KEY=<licensekey>

Related Articles

Contributor Configuration Settings and Deployment 

Screencast

 

Feature(s)

 
Approval Status Approved 
 
Attachments
Content Type: Knowledge Base Article
Version: 12.0 
Created at 1/25/2007 3:52 PM  by Brent 
Last modified at 9/16/2007 5:33 PM  by David Whitehead