How to Set Version of Symbian Application ?
| Mon, 2006-10-09 14:27 | |
|
Hi All,
I want to set the version of my Symbian application. It alwasys show 0.0.1 version when ever I install SIS file on mobile. The version is being written in .PKG file when we make the SIS file of project. But I didn't able to find the place from where I can set the version. Thanks Puneet |
|






Forum posts: 732
There the first 0 denotes the major version number, the second 0 denotes minor version number and the 1 denotes the build number, you can give any integer value there.
Forum posts: 4
thanks buddy ......
but the solution provided by you didn't work.
I had tried that earlier.
The package file is being written by the system during build.
So if u have any other solution then please provide that.
Forum posts: 732
What did you mean?
Forum posts: 1861
thanks buddy ......
but the solution provided by you didn't work.
Believe me this works !!!
According to your post, it looks like you use some custom build script that generates/fill in some part of the pkg file for you. In that case, I am afraid that nobody can help you but some of your colleagues.
Eric Bustarret
NewLC Founder & CEO / Professional Symbian OS Consultant
Forum posts: 4
I am not using any Custom Script. And the package file is being Updated by the IDE when I make the Release mode build, thats means when I make the build to generate SIS file.
I am Profession Addition of Visual studio to create the S60 platform.
As we have option in the [ProjectName]AIF.RSS file to set the "Application ID" in the Resource structure. Similarly there should have the way to set the version of the application. But I whould able to find that paratmeter.
So if there has some solution then please help
thanks ..........
Forum posts: 174
http://ptrmobile.blogspot.com/
Forum posts: 4
thanks !!!!!!!!!