Silent installation VEGAS Movie Studio Studio 16 Suite

Jorge-Flores wrote on 5/8/2020, 9:56 AM

Hello. I'm part of the Packaging Team. We create Packages (Powershell scripts to install the applications silently and without user interactio) to deliver it via SCCM stages. I have a request for a client to install silent and without user interaction the application "VEGAS Movie Studio Studio 16 Suite" via the file "vegasmoviestudio16suite_dlm.exe".

Is there a way to pass a command line to install the application silent and without user interaction.?

 

Thanks in advance for the support.

Comments

FayFen wrote on 5/9/2020, 2:06 AM

the dlm file is just the stub that will download all the suite relevant segments, one can custom what to install and where and need to supply S/N's for each.

You should contact Magix directly.

Pierre-Mushimiyimana wrote on 5/12/2020, 9:18 AM

Hello Jorge-Flores,

Here is how to proceed:

- Run once the the "xxx-dlm.exe" file and during the installation try to access the "full setup.exe located" files in "C:\Users\xxxxxxxxxxxxx\Documents\MAGIX Downloads\Installationsmanager"

-Full install files may be used for your sccm deployment

-Additionnal switches:

/q (unattended mode)
/l:[xxx] (sets the language to [xxx])
/t:[path] (sets the extract path to [path]
/p:[path] (sets the install path to [path]
/s (sets shortcut to app on desktop)
/? or /h (gets the setup help)

Please contact Magix directly if farther information is needed

Good luck

Jorge-Flores wrote on 5/12/2020, 11:25 AM

the dlm file is just the stub that will download all the suite relevant segments, one can custom what to install and where and need to supply S/N's for each.

You should contact Magix directly.

Thank you. I tried to conntac Magix Tech Team but I couldn't find a way to do it, Mean, I didn't a e-mail or telephone number to call. Thanks a lot for the support.

 

Jorge-Flores wrote on 5/12/2020, 11:31 AM

Hello Jorge-Flores,

Here is how to proceed:

- Run once the the "xxx-dlm.exe" file and during the installation try to access the "full setup.exe located" files in "C:\Users\xxxxxxxxxxxxx\Documents\MAGIX Downloads\Installationsmanager"

-Full install files may be used for your sccm deployment

-Additionnal switches:

/q (unattended mode)
/l:[xxx] (sets the language to [xxx])
/t:[path] (sets the extract path to [path]
/p:[path] (sets the install path to [path]
/s (sets shortcut to app on desktop)
/? or /h (gets the setup help)

Please contact Magix directly if farther information is needed

Good luck

Hello. Thanks a lot. I tested the command line but I got an error during the installation of Music Maker. The error is regarding  : "Error creating registry key:HKEY_LOCAL_MACHINE\Software\MAGIX\PC_Check_Tunning_2020

RegCreatedKeyEx failed, code 5. Access is denied

.....I'm stuck with this error.

Jorge-Flores wrote on 5/12/2020, 4:01 PM

Hello Jorge-Flores,

Here is how to proceed:

- Run once the the "xxx-dlm.exe" file and during the installation try to access the "full setup.exe located" files in "C:\Users\xxxxxxxxxxxxx\Documents\MAGIX Downloads\Installationsmanager"

-Full install files may be used for your sccm deployment

-Additionnal switches:

/q (unattended mode)
/l:[xxx] (sets the language to [xxx])
/t:[path] (sets the extract path to [path]
/p:[path] (sets the install path to [path]
/s (sets shortcut to app on desktop)
/? or /h (gets the setup help)

Please contact Magix directly if farther information is needed

Good luck

Hello. Thanks a lot. I tested the command line but I got an error during the installation of Music Maker. The error is regarding  : "Error creating registry key:HKEY_LOCAL_MACHINE\Software\MAGIX\PC_Check_Tunning_2020

RegCreatedKeyEx failed, code 5. Access is denied

.....I'm stuck with this error.

I was able to install the application without any error. I had to create the registry Key HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\MAGIX\PC_Check_Tunning_2020 and grant full control to the user as prerequisite.

Thank everyone for the support.