My Qt app has these dependencies
I am using this 0.46 Smart Installer version (smartinstaller_0_46_0_ss_nocs.sis)Code:; Default dependency to Qt libraries (0x2001E61C), 4, 7, 3, {"Qt"} ; Symbian^3 HW/platform dependency [0x20022E6D],0,0,0,{"S60ProductID"} ; Default dependency to QtMobility libraries (0x2002AC89), 1, 1, 3, {"QtMobility"}
Now it works on C7 but fails on N8. The installation fails apparently after downloading the 1/3 part of the Qt packages.
The c:\Logs\ADM shows this error. I post only the error spot here:
Can you tell what possibly goes wrong?Code:09/05/2011 1:24:28 DL 6859956/6859956 (112.3 s, 59.67 kB/s) (total: 6745 kB, 115.8 s, avg 58.27 kB/s) OK 09/05/2011 1:24:28 + SetState(): 12 -> 13 09/05/2011 1:24:28 DlSt= 16, PrSt= 0, L=0 09/05/2011 1:24:28 Installing 'C:\system\adm\qt_473_symbian3_9.2.421_pu.sis' to C: 09/05/2011 1:24:29 DlSt= 13, PrSt= 0, L=0 09/05/2011 1:24:29 + SilentInstallPackage(): 'C:\system\adm\qt_473_symbian3_9.2.421_pu.sis' to C: 09/05/2011 1:24:30 CInstallManager: Install completed (-30483). 0 09/05/2011 1:24:30 HandleInstallCompletedL(-30483): 13 09/05/2011 1:24:30 Removing 'C:\system\adm\qt_473_symbian3_9.2.421_pu.sis' 09/05/2011 1:24:30 Dependency installation failed -30483 09/05/2011 1:24:30 + SetState(): 13 -> 16 09/05/2011 1:24:30 + CADMAppUi::HandleFailure(): 16. err=5, m=3 09/05/2011 1:24:30 - CADMAppUi::HandleFailure(): 0 09/05/2011 1:24:31 + CreateInstallationResumeInfo()
Or e.g. what is the error code -30483 (if that is the relevant error code here)!
Thanks!



