P.I.P.S distribution with application

Login to reply to this topic.
Fri, 2007-11-02 08:43
Joined: 2004-11-17
Forum posts: 5

I have a simple game that depends from P.I.P.S
What is the best way to distribute my game, with embeded PIPS sis file or separately?

1. The problem at the moment is when PIPS is embeded like this

IF NOT package(0x20009A80)
@"pips_s60_wp.sis", (0x20009A80)
ENDIF

the game installs and runs just fine the first time.
If I try to install the same game and override the existing one,
it first removes the old installation including the PIPS and then doesn't install PIPS with the new installation. Then my game doesn't run because of the missing PIPS.

2. When the IF statement is removed, i.e. PIPS will be always installed, the error "Unable to Install" will rise when another version of PIPS was installed before my embed version of PIPS.

Please, advice?

Thanks in advance!



Fri, 2007-11-02 09:21
Joined: 2003-05-27
Forum posts: 363
Re: P.I.P.S distribution with application

Hi there,

Check this knowledge base article:

http://www3.symbian.com/faq.nsf/0/8D97309C0039D6288025731A000A4D1E?OpenDocument

Does it help in your case?

Cheers,
Pawel

Mon, 2007-11-05 13:40
Joined: 2004-11-17
Forum posts: 5
Re: P.I.P.S distribution with application

thank you ,

very much pawel this solve my problem

VMarinov


  • Login to reply to this topic.