Posted 09 July 2004 - 07:52 AM
The only version I've used of 5.0 is the Basic (oem) version, which requires no serial, so I don't have a serial number switch for you, but can offer you some other help...
First, Roxio 5 is a MSI, meaning, you don't need to call setup, you can install straight from the MSI.
Second, the reason the shortcuts are messed up, is that the shortcut names are not stored in the MSI, they are stored in the transform. Meaning, you need to pass a transform with the commandline. They probably show up like ##Shortcut1## or something. In the Transform, the appear correctly. The CD should have multiple .MST files, one for each supported language. (1033.mst being english).
Also, in 5.0, there are some Custom actions that are not called unless the user interface is set with the /qr or above switch, meaning, it won't properly detect some drives if called with /qb or /qn. This can be corrected by passing ADDLOCAL=ALL
So you would call: <MSINAME> ADDLOCAL=ALL TRANSFORMS=1033.MST /QN
or something to that effect.
Hope this helps.