Read-only archive of the All About Symbian forum (2001–2013) · About this archive

PKG Question

6 replies · 2,024 views · Started 03 December 2004

I have the following PKG File:

; lp.pkg
;

;Language - standard language definitions
&EN

; SIS file header
#{"LightPlus"},(0x10204B53),1,1,0
; Only two files to install for the minimal application
"LightPlus.app"-"!:\system\apps\LightPlus\LightPlus.app"
"LightPlus.aif"-"!:\system\apps\LightPlus\LightPlus.aif"
"start.mbm"-"!:\system\apps\LightPlus\start.mbm"

How can I show the Developer Name when I install the SIS ? I only can see the Name of the program and the second line is emty.

add this line:
"I:\system\APPS-DIRECTORY-IN-PC\yourname.txt"" -"",FILETEXT, TEXTCONTINUE

and ofcourse create new file.
for other languages except english i suggest unicode into txt file

Thats not what I mean, look at my Screenshot . I am looking for the Text for "Anbieter" after the Field "Name" !

User posted image

jojo wrote:add this line:
"I:\system\APPS-DIRECTORY-IN-PC\yourname.txt"" -"",FILETEXT, TEXTCONTINUE

and ofcourse create new file.
for other languages except english i suggest unicode into txt file

Whats that .key and .cer ?

jojo wrote:*"D:\JOJO\1\key.key","D:\JOJO\1\cer.cer"
u need .key and .cer files

You can use makekeys to make a self signed certificate (from the help file):

makekeys -cert -dname "CN=Symbian OU=Development OR=Symbian Ltd CO=GB" mykey.key mycert.cer

Makekeys asks you to move the mouse around to create random data. After that you need to supply as password for the key.

The following step is include it in the PKG file with the following line:

*mykey.key,mycert.cer[,KEY=privatekey-password]

If you omit the KEY= part, makesis will ask you for the password every time you create a sis file

Hope this helps.