How to specify Vendor name, size and version
Page |
1 |
Hi All,
i’m creating the sis file with smart installer for my app and i’d like to know how and where should i specify vendor name, application size and version.
I’ve seen that i can simply use:
- VERSION = 1.0.0
I’ve read it in another article 1 minutes ago
But now i’ not able to understand where and how specify app size and vendor name.
Thanks to all
16 replies
UPDATE: I read now you have mobile app so i don’t know if this can work. Sorry.
Example, create a file called my.rc, the file my.rc is composed by this:
- IDI_ICON1 ICON DISCARDABLE "logo64.ico"
- 1 VERSIONINFO
- FILEVERSION 1,0,0,0
- PRODUCTVERSION 1,0,0,0
- FILEOS 0x50004
- FILETYPE 0x1
- {
- BLOCK "StringFileInfo"
- {
- BLOCK "040904E4"
- {
- VALUE "CompanyName", "mycompany name"
- VALUE "FileDescription", "myprogram 1.0"
- VALUE "FileVersion", "1.0.0.0"
- VALUE "ProductName", "myprogram"
- VALUE "ProductVersion", "1.0.0.0"
- VALUE "OriginalFilename", "myapp.exe"
- }
- }
- }
the
- IDI_ICON1 ICON DISCARDABLE "logo64.ico"
Than in your .pro file write this line:
- RC_FILE = myapp.rc
This link [msdn.microsoft.com]).aspx can help you.
Afaik not. That’s why we created a custom solution for Linux in my old department. You can put the text somewhere as static text in yout binaries, but the RC compiler is a windows specific thing. Also this version SDK to read the versions. That’s why you find it on msdn (Microsoft developer network).
If you look here [doc.qt.nokia.com] you can guess that it’s only windows. I didn#t find some place that explicitly states that, but I’m pretty sure it is :-) Otherwise we would have used it some time ago…
Note: Has to be an SVG (Tiny?).
Yes, it has to be tiny.
http://wiki.forum.nokia.com/index.php/How_to_create_application_icon(SVG)_in_S60_3rd_edition
Working link:
How to create application icon SVG in S60 3rd edition [wiki.forum.nokia.com])_in_S60_3rd_edition
Use Url-encoding symbols for difficult link :)
You must log in to post a reply. Not a member yet? Register here!





