ZaXaR
Posts: 4
Score: 0 Joined: 7/15/2008 From: Ukraine Status: offline
|
I have the same problem with silent install for NERO9. Tried with S/N both in command-line and in .xml with the same result. 1. With UI sequence (command-line): quote:
setupx.exe /i EULAACCEPTED="1" DESKTOP_SHORTCUT="0" INCLANGUAGES="NOR, ENG" SX SOURCEPATH="%~dp0" CONFIGPATH="%~dp0" ...installation goes ok, with all set (EULA, S/N, Languages). 2. With just a single Silent switch added: quote:
setupx.exe /i /q EULAACCEPTED="1" DESKTOP_SHORTCUT="0" INCLANGUAGES="NOR, ENG" SX SOURCEPATH="%~dp0" CONFIGPATH="%~dp0" ...installation crashes on (log from TEMP folder) : quote:
|COnlineServicesInfoReader::DoTask:3420: Failed to initialize NOS obejct. First installation? |CSequencer::Start:432: IDD_SEQUENCEE_LICENCE_CHECKER |CDeploymentLogger::AddLine:213: Deployment engine executes 'IDD_SEQUENCEE_LICENCE_CHECKER' |ILT::CheckCategoryLicense:423: The serial number provided is NOT correct! Serial: |ILT::CheckCategoryLicense:428: CheckFamilyLicense! FALSE 3. Studying the .msi from unit_app_30 in Orca shows only the following interesting CustomAction in InstallExecuteSequence: CA_SetSerialPermanent PIINSTALLTYPE="Installation" 6597 ...which is, (correctly) absent in InstallUISequence. Playing with it's conditions also brings no result. 4. What was also tried around that: a). registering NERO installation .dlls manually, like AdvrCntr4.dll, which also sometimes crashes. b). playing with command-line parameters. Changing their sequence, excluding/including some, etc. No result - the crash is stable as sonn as /q or /qb is present. c). trying to post s/n in .xml-file in different ways. With "", '', spaces, dashes, and "quot" sign. ...no result after all. If someone faced that error, please post any solution available. Thanks in advance.
< Message edited by ZaXaR -- 5/8/2009 10:08:29 AM >
_____________________________
...Wanna see some special, street, magic? - Try silent setup of Adobe CS3!
|