For 2020v2 or later editions:
You can silently install ComponentOne products using the offline installer through an elevated command line with command switches.
1. Download the offline installer for the desired product version from your account licenses page, by clicking the Downloads link next to your license. https://www.grapecity.com/my-account/my-licenses
2. Extract the offline installer file (C1StudiosXXX.exe) using a tool such as WinRar or 7zip.
3. Inside you will find GrapeCityMsiRunner.exe. From the command prompt, run the following command to silently install everything:
GrapeCityMsiRunner.exe -s
Additional notes:
- If you want to see a log, run the following command:
GrapeCityMsiRunner.exe -s -l"Path_of_logfile"
- If you want to install only WinForms Edition and WPF Edition, run the following command:
GrapeCityMsiRunner.exe -s -p"WIF,WPF"
The following are the different product codes. You can enter as many as you need, separated with commas inside the quotes:
· WIF:-Winforms
· MVC:-MVC
· WEF:-WebForms
· WPF:-WPF
· SIL:-Silverlight
· WRT:-WinrtXamlPhone
· LIS:-LightSwitch
· INS:-Intellispell
· UWP:-UWP
· API:-WebApi
- To uninstall the product silently, run the following command:
msiexec /x{76642DCB-6202-4AE4-8A10-89021DFD056A} /qn
- Note that the offline installer does not activate licensing. See our licensing documentation for topics on how to activate keys using UI tools or silently.
https://www.grapecity.com/componentone/docs/license/online-license/licensing-by-command-line.html
For 2020v1 or earlier editions:
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
· MVC:-MVC
· WEF:-WebForms
· WPF:-WPF
· SIL:-Silverlight
· WRT:-WinrtXamlPhone
· LIS:-LightSwitch
· INS:-Intellispell
· UWP:-UWP
· API:-WebApi
Alec Gall