Offline Installer for componentone studio

Posted by: elakkya.m on 6 December 2019, 1:22 am EST

    • Post Options:
    • Link

    Posted 6 December 2019, 1:22 am EST

    Hey,

    need to install component one inside container, require latest offline installer,also need command to activate it inside container. Also it would be great if it gets installed with .Net framework 4.8 or higher, it would be good since the offline installer which i have link to is 20182.1.8 requires .Net framework 3.5, with higher version it does not get installed.

    Could someone pls help…

  • Posted 10 December 2019, 1:13 am EST

    Hi,

    What is the version of ComponentOne Studios that you are looking to install?

    Also, what are the versions of Visual Studio installed in the the target machine where you wish to silently install?

    We have an msi version of the installer and you could install it via command line.

  • Posted 12 December 2019, 2:23 am EST

    1. We are looking to install latest version.
    2. The version of visual Studio installed in the container is 16.4
    3. We need to install inside container, and we cant use gui there so, if every thing will get install there with command line, msi/offlineInstaller is okay for us, also pls share commands to add Activate License and install products.

      Note:- We can only have .Netframework higher than 4.6.2 so installations should work with that. It should not ask for .Netframework 3.5.
  • Posted 12 December 2019, 2:58 am EST

    The current msi that we have has some customactions using executables targetting frameworks < 4.6.2.

    So, I think I will have to create another msi installer working for you.

    I will post a reply when it is ready.

  • 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.

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels