Roxio Easy Media Creator
How To: Disable AutoUpdate and Registration in Roxio Easy Media Creator 7 1. Open the MSI/MST provided to you with your Installer Editor(eg. Orca). 2. Goto the "Components" table and lo… Read More
Here's a copy of my VBS file. Works for Roxio 10 You may wanna edit the paths. currentDirectory = left(WScript.ScriptFullName,(Len(WScript.ScriptFullName))-(len(WScript.ScriptName))) Set oShel… Read More
One more thing to add on the commandline (msiexec.exe), if you want to run without initiating the install w/o the setup.exe... There is a LaunchCondition which is being used to ID the path to … Read More
A setup.exe command line that will silently install Roxio EMC8: ALLUSERS=2 REBOOT=ReallySuppress ROX_KEYTEXT=XX-XXXXX-XXXXX-XXXXX RX_EULA_ACCEPTED=1 /qb Read More
Howto: Create Roxio EMC 8 silent install. You must open/edit the "Roxio Easy Media Creator 8 Suite.msi" using a Windows Installer editor such as InstallShield or Wise. In this reference I am… Read More
EMC 7.5 was only intended for retail however the company said that if you wanted to create your own mst's etc. you needed to purchase a volume (enterprise) licence. We did this and still can't… Read More
The only issues I found with the script, is that the EULA must be accepted by a local administrator. Otherwise if a non local administrator logs on and runs Roxio, they will be constantly aske… Read More
msiexec.exe /i "C:\Roxio7\ISScript8.Msi" /qb msiexec.exe /i "C:\Roxio7\RoxSetup.msi" TRANSFORMS="C:\Roxio7\1033.mst" /qr REBOOT="ReallySuppress" Read More