Matthewr Posted April 1, 2022 Posted April 1, 2022 (edited) Hi, I have been trying to install Cubase 10.0.5 with SCCM, with the ELicenser, HALion Sonic VST, Groove Agent VST and the ASIO Driver. We have managed to get them to install silently, however when I try to open Cubase, it tells me there is no valid license and the programme will now quit, even though I have the Elicenser USB stick plugged in (I believe this is due to the correct drivers not being installed, as in device manager it states the USB Elicenser has an issue and it is unable to find any drivers for the device.) If i reinstall the Elicenser software manually, it is able to install the correct drivers and am able to launch Cubase with no issues. After being able to get into Cubase, I go to check the VST's are avaliable and depsite stating they are installed, there are no instruments to choose from. I have checked the file explorer and it creates a folder for HALion and Groove agent but there is nothing actaully within the folders. Here are the Command Lines I am using to install each one (Each one is set to only be installed once the previous package has been installed): ASIO Audio Driver: msiexec /i "Generic_Lower_Latency_ASIO_Driver_64bit.msi" ALLUSERS=1 /qn /l*v "\\[serverName]\Sources\Packages\Steinberg\Cubase LE AI Elements 10\10.0.5\Generic Lower Latency ASIO Driver 64bit\Logs\%ComputerName%%Time%.log" Elicenser: eLicenserControlSetup.exe --mode unattended --unattendedmodeui none Groove Agent: msiexec /i "GrooveAgentSE_64bit.msi" /passive /norestart ALLUSERS=1 HALion Sonic: msiexec /i "HALionSonicSE.msi" /passive /norestart ALLUSERS=1 Cubase 10.0.5: msiexec /i Cubase_LE_AI_Elements_10.msi ALLUSERS=1 /qn Thanks in advance for any help! Edited April 1, 2022 by Matthewr
Steve21 Posted April 1, 2022 Posted April 1, 2022 Not sure if it’s still the same as thankfully been a while since I had to use cubase, but we found we had to manually wrap the certificate install for the driver before the elicenser so that when the software ran it didn’t ask the uac prompt to accept the publisher Might be worth trying to see if that still works Steve 1
Dragnog Posted April 1, 2022 Posted April 1, 2022 Hiya, I've explained the process of installing cubase in a lot of detail in the this thread which I would recommend checking out. Essentially the issue you are running into with e-licenser is the fact the driver is not being installed as you suspected. This cannot be done using the silent install and must be done using the windows certutil tool separately, before you begin the install of e-licenser Regarding the VST files missing you have to use the steinberg library manager to register each of the VST files manually. This can be automated but the library manager must be displayed on screen during the install for the install to complete successfully. I have detailed the process in the other thread, I linked above. The PSAppDeployToolkit is a fantastic tool to use in conjunction with SCCM for these more complicated install and well worth checking out. Thanks 1
vijayg Posted May 30, 2022 Posted May 30, 2022 Hello just to reply to your post about installing Cubase. I am trying to install Cubase 12 via SCCM just the MSI only. I have used the silent switches it says installing it doesn't. have you managed to install just the MSI application via sccm if yes please share. Thank You
mdrabble Posted May 30, 2022 Posted May 30, 2022 @vijayg I use SCCM to run an batch file to deploy Cubase 11, so should be the same... or at the very least could help you in some way. REM Cubase LE AI Elements 9 Installation BatchFile REM ------------------------------------------------------- ::01.eLicenserControlSetup certutil -addstore "TrustedPublisher" "\\SCCM\Applications\Cubase_Elements_11\01.eLicenserControlSetup\CubaseLicenseControl.cer" "\\SCCM\Applications\Cubase_Elements_11\01.eLicenserControlSetup\eLicenserControlSetup.exe" --mode unattended ::02.Steinberg_Library_Manager msiexec /i "\\SCCM\Applications\Cubase_Elements_11\02.Steinberg_Library_Manager\LibraryManager.msi" /qb ALLUSERS=1 /L*V "C:\Windows\Temp\_CB11_LibraryManager.log" ::03.Cubase LE AI Elements 11 msiexec /i "\\SCCM\Applications\Cubase_Elements_11\03.Cubase LE AI Elements 11\Additional Content\Installer\Cubase_LE_AI_Elements_11.msi" /qb ALLUSERS=1 /L*V "C:\Windows\Temp\_CB11_LE_AI_Elements_11.log" msiexec /i "\\SCCM\Applications\Cubase_Elements_11\03.Cubase LE AI Elements 11\Additional Content\Installer\Generic_Lower_Latency_ASIO_Driver_64bit.msi" /qb ALLUSERS=1 /L*V "C:\Windows\Temp\_CB11_Generic_Lower_Latency_ASIO_Driver.log" ::04.HALion Sonic SE 3.4.30 msiexec /i "\\SCCM\Applications\Cubase_Elements_11\04.HALion Sonic SE 3.4.30\HALionSonicSE.msi" /qb ALLUSERS=1 /L*V "C:\Windows\Temp\_CB11_HALionSonicSE.log" ::05.HALion_Sonic_SE_3_Content_Basic ::VST Files "C:\Program Files\Steinberg\Steinberg Library Manager\Steinberg Library Manager.exe" "\\SCCM\Applications\Cubase_Elements_11\05.HALion_Sonic_SE_3_Content_Basic" -unattended -autoclose -supportold -copyto "C:\ProgramData\Steinberg\Content\VST Sound" ::06.Groove Agent SE 5 msiexec /i "\\SCCM\Applications\Cubase_Elements_11\06.Groove_Agent_SE_5\GrooveAgentSE_64bit.msi" /qb ALLUSERS=1 /L*V "C:\Windows\Temp\_CB11_GrooveAgentSE.log" ::07.Groove_Agent_SE_5_Content ::VST Files "C:\Program Files\Steinberg\Steinberg Library Manager\Steinberg Library Manager.exe" "\\SCCM\Applications\Cubase_Elements_11\07.Groove_Agent_SE_5_Content" -unattended -autoclose -supportold -copyto "C:\ProgramData\Steinberg\Content\VST Sound" ::08.VST Sounds ::VST File "C:\Program Files\Steinberg\Steinberg Library Manager\Steinberg Library Manager.exe" "\\SCCM\Applications\Cubase_Elements_11\08.VST Sounds" -unattended -autoclose -supportold -copyto "C:\ProgramData\Steinberg\Content\VST Sound"
vijayg Posted May 31, 2022 Posted May 31, 2022 thank you very much. Can you do a quick run through on creating and deploying batch file, please on sccm much appreciated
vijayg Posted May 31, 2022 Posted May 31, 2022 Thanks for the script working perfect got it deployed via sccm
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now