Hi all,
I have developed a symbian application(3rd Edition MR) which requires a .jad, a .jar and a .sis file(i am talking about a sis file other than the application .sis file) to work.
Now, i have tried the following to package them with the application's sis file:
In my .pkg file i have:
This content of the .pkg file is not working. I am able to create the embedded .sis file for the application but when i try to install it, it shows 50-60% installed and then halts with various error messages:Code:;To install the other sis file i am doing this @"BarReader_1_4_1_S60_3_2.sis", (0x20022D93) ;Files to install ;You should change the source paths to match that of your environment ;<source> <destination>ss "$(EPOCROOT)Epoc32\release\$(PLATFORM)\$(TARGET)\BarCodeApp_0x2002B578.exe" -"!:\sys\bin\BarCodeApp_0x2002B578.exe" "$(EPOCROOT)Epoc32\data\z\resource\apps\BarCodeApp_0x2002B578.rsc" -"!:\resource\apps\BarCodeApp_0x2002B578.rsc" "$(EPOCROOT)Epoc32\data\z\private\10003a3f\apps\BarCodeApp_0x2002B578_reg.rsc" -"!:\private\10003a3f\import\apps\BarCodeApp_0x2002B578_reg.rsc" "$(EPOCROOT)Epoc32\data\z\resource\apps\BarCodeApp_0x2002B578.mif" -"!:\resource\apps\BarCodeApp_0x2002B578.mif" "..\help\BarCodeApp_0x2002B578.hlp" -"!:\resource\help\BarCodeApp_0x2002B578.hlp" ;these are the .jad and .jar i want with the application "..\sis\Saturn.jar" -"!:\sys\bin\Saturn.jar" "..\sis\Saturn.jad" -"!:\sys\bin\Saturn.jad",FR,RI ;"..\sis\BarReader_1_4_1_S60_3_2.sis" -"!:\sys\bin\BarReader_1_4_1_S60_3_2.sis",FR
1.> unable to install
2.> update error
Please let me know where am i going wrong.
thanks






