Roxio has made installing their software in the enterprise difficult, but not impossible. When using these exclude the leading and trailing quotes that I added.
EMC 10.x Command Line Switches
The command line switches through Setup.exe
RX_EULA_ACCEPTED=1
Turn off User licenses agreement (during Silent installs)
/qn ADDLOCAL=ALL
Silent installation. It should not prompt users for any input and no UI.
Reboot=ReallySuppress
Suppress reboot, to be used with silent installation
DISABLE_APP="CC,VW"
Remove features for the first run of the installation (*not all features are available in all builds)
CC remove Creator Apps
VW remove VideoWave
DC remove DiscCopier
SE remove Sound Editor
PS remove PhotoSuite
DIG remove Digital Home
AM remove Audio Master
USINTERAC="BASIC"
This switch tells the installer to install with a basic UI
USINTERAC=BASIC Basic UI (User interact in License agreement,Finish and reboot dialog)
CPATH="Path to the certificate file"
To use a Certificate other than the default one (use a short path name)
Ex : Setup.exe CPATH="C:\temp\custom.rxc"
"ROX_KEYTEXT= CD-key" in xx-xxxxx-xxxxx-xxxxx format
Ex.
setup.exe /qn ROX_KEYTEXT=xx-xxxxx-xxxxx-xxxxx ADDLOCAL=ALL
REBOOT=Suppress ( Silent Install)
So my installer looks like this:
\\SERVER\SHARE\ROXIO\CreatorSilver10.1\setup.exe /qn ADDLOCAL=ALL RX_EULA_ACCEPTED=1 DISABLE_APP="AM,DIG,PS,SE,VW" Reboot=ReallySuppress /l*v c:\temp\bgROXIO.txt
DEL "C:\Documents and Settings\All Users\Desktop\Roxio Creator Silver 10.lnk" /Q
COPY "C:\Documents and Settings\All Users\Start Menu\Programs\Roxio Creator Silver 10\Creator Classic.lnk" "C:\Documents and Settings\All Users\Desktop\" /Y
REN "C:\Documents and Settings\All Users\Desktop\Creator Classic.lnk" "Roxio Creator Classic 10.lnk"
ECHO NOW UNINSTALLING OLD VERSIONS...
REM Roxio Creator Basic v9
MsiExec.exe /X{C8B0680B-CDAE-4809-9F91-387B6DE00F7C} /qn
REM Roxio Easy Media Creator 7 Basic DVD Edition
MsiExec.exe /X{747D1B34-A1FC-4EF3-A6AE-E86F39CEFDE5} /qn
REM Easy CD & DVD Creator 6
MsiExec.exe /X{46DDF76F-ACD4-42BC-B48F-B89C4EE2E1A9} /qn
Blog posts related to Roxio Roxio Creator Silver 10
Links (0)
Links related to Roxio Roxio Creator Silver 10
Reviews (0)
Reviews related to Roxio Roxio Creator Silver 10
This website uses cookies.
By continuing to use this site and/or clicking the "Accept" button you are providing consent
Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our
websites or when you do business with us. For more information about our
Privacy Policy and our data protection
efforts, please visit
GDPR-HQ