Posted 16 December 2019, 3:15 am EST
Hi,
I have created a new version of the msi installer to cater your needs.
Please find it https://prerelease.componentone.com/c1installer/installers/C1Studios_20193.1.4.msi.
In order to install all editions silently, please run command as below.
msiexec /i <C1Studios*.msi> /qn ADDLOCAL="WIF_Feature,WPF_Feature,API_Feature,Asp_Wjm_Features,INS_Features,LS_Features,MVC_Features,RT_Features,COR_Features,SLV_Features,UWP_Features,BLZ_Features,Common_Feature,SVC_Features" ISWIN="1" ISWPF="1" ISMVC="1" ISMVCCORE="1" ISUWP="1" ISAPI="1" ISINTELLISPELL="1" ISSLV="1" ISASPNET="1" ISLGTSW="1" ISRTPHONE="1" ISSVC="1" ISBLZ="1" C1LICENSE=<your_serial_key> C1USER=<customer_name_towhomserialkeyisassigned> C1COMPANY=<Customer_CompanyName>
You can activate the serial key silently by providing the values in the command line as below.
C1LICENSE=<your_serial_key> C1USER=<customer_name_towhomserialkeyisassigned> C1COMPANY=<Customer_CompanyName>
If you donot wish to install all editions but some particular ones, please let me know which editions you want to install and I will provide the
modified command.