How to Set Version of Symbian Application ?

Login to reply to this topic.
Mon, 2006-10-09 14:27
Joined: 2006-10-09
Forum posts: 4
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

Mon, 2006-10-09 14:40
Forum Nokia Champion
Joined: 2004-05-26
Forum posts: 732
Re: How to Set Version of Symbian Application ?
Open your package file modify the SIS file header, change the 0,0,1 to what ever you want.

Code:
#{"YourAppName"},(0xAPPUID),0,0,1

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.

Mon, 2006-10-09 14:47
Joined: 2006-10-09
Forum posts: 4
Re: How to Set Version of Symbian Application ?
hi

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.
Mon, 2006-10-09 14:50
Forum Nokia Champion
Joined: 2004-05-26
Forum posts: 732
Re: How to Set Version of Symbian Application ?
Quote from: puneetsharma728
The package file is being written by the system during build.

What did you mean?

Mon, 2006-10-09 15:31
NewLC AdministratorSymbian AccreditedForum Nokia Champion
Joined: 2003-01-14
Forum posts: 1861
Re: How to Set Version of Symbian Application ?
Quote from: puneetsharma728
hi

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

Tue, 2006-10-10 05:45
Joined: 2006-10-09
Forum posts: 4
Re: How to Set Version of Symbian Application ?
hi...

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 ..........
Wed, 2006-10-18 18:10
Joined: 2005-06-09
Forum posts: 174
Re: How to Set Version of Symbian Application ?
Then you should probably tell us which IDE you're using. Smiley

Fri, 2006-10-27 03:14
Joined: 2006-10-09
Forum posts: 4
Re: How to Set Version of Symbian Application ?
i am using Visual Studio Professional Edition for this application. If you have any idea from where i can get the option to set the version of application then Please help

thanks !!!!!!!!!
  • Login to reply to this topic.