.pkg file

Login to reply to this topic.
Fri, 2008-04-11 08:17
Joined: 2008-03-11
Forum posts: 26

Hi, I'm trying to run my apllication in the device and I've found that in Carbide c++ there's a possibility to sign the sis file using "Build pkg file".But this funtion overwrites the sis file in each call so i can't have different versions of my programs in different .sis files.So my question is, if I would want another .sis file to run in my device different versions can i do it with the carbide c++ or do i have to use "makesis"? thanks


Fri, 2008-04-11 08:47
Forum Nokia Champion
Joined: 2006-10-12
Forum posts: 463
Re: .pkg file

Note you cant have both the versions run in the same device as you wont be able to install them since they would have same UID.

Well, you can always not over-write your earlier sis file(Am speaking while building) by changing the name of the output file say ABCApplicationV1_1 and ABCApplicationV1_2, ABCApplicationV1_3 and so on.. Whichever way you do it (I would say carbide is always better if you have it)

Fri, 2008-04-11 11:01
Joined: 2007-09-15
Forum posts: 61
Re: .pkg file

In your case you can change the UID3 of the applications and run both in the same device. No Issues. But for your own conveinience it would be better to chnage the caption as well.

  • Login to reply to this topic.