Skip to main content Skip to footer

Silently Install ComponentOne Editions

To silently install ComponentOne you must obtain the offline installer. This can be accessed from your account page after you've registered your serial key. After you've registered a serial key, you will see available Downloads under your licenses.
You can silently run the offline installer (C1Studios*.exe) through an elevated command line with command switches. The steps are as follows:
  1. Unzip the .exe (it's an SFX archive) using WinRar, 7zip etc.
  2. From the command prompt, run MesciusMsiRunner.exe with arguments as
-s -l<location_of_log_file>
If you need to only install some particular products, you can use arguments as below:
-s -p<commaseparated_list_of_product> -l<location_of_log_file>
Example:
MesciusMsiRunner.exe -s -p“WIF,WPF” -l"C:\C1log.log"
Complete list of products is as follows:
  • WIF -> WinForms
  • WPF -> WPF
  • INS -> Intellispell
  • UWP -> UWP
  • BLZ -> Blazor
  • WNU -> WinUI
  • XAM -> Xamarin
  • MAUI -> Maui

Older Versions 2018 and earlier

You can silently activate by running the installer through an elevated command line with command switches. The necessary switches are as follows:

· .exe -i -s -p”

- Ex: C1StudioInstaller20182.1.10.exe -i -s -p“WIF,WPF”

- This example will install the WinForms and WPF editions.

The following are the different product codes. You can enter as many as you need, separated with commas inside the quotes:

· WIF:- Winforms

· WPF:- WPF

· MVC:- MVC

· CORE:-  MVC Core

· BLZ:- Blazor

· SVC:- Data Services.

· UWP:- UWP

· API:- WebApi

Legacy Codes for older installers: 

· WEF:-WebForms

· SIL:-Silverlight

· WRT:-WinrtXamlPhone

· LIS:-LightSwitch

· INS:-Intellispell

Tags:

Alec Gall