This site is no longer active and is available for archival purposes only. Registration and login is disabled.

Single file installer


Single file installer

Postby okku » Oct 8, 2003 @ 3:24pm

Hello!

Does anyone know how to make a single file installer for a GapiDraw application?

Eg. A installer that installs different stuff depending on the target pocket pc.

My game will only support the ARM cpu, so thats not a problem. But since I use Gapidraw I need different gapidraw dlls for ppc 2002 and mobile 2003.

I have managed to do two separate install files, using cabwiz and ezsetup.

But since Handango and Pocket Gear only seems to supports one single file, I need to make one which supports both platforms.

Ok I know there is an other way to register two different applications:

* my app [ppc 2002]
* my app [mobile 2003]

But it seems kind of lame, and really not what I want.

Regards Okku
okku
pm Member
 
Posts: 58
Joined: Nov 11, 2002 @ 8:51am
Location: Sweden


Postby fzammetti » Oct 8, 2003 @ 5:59pm

One simple solution: Include all the various installer versions in a ZIP file, let the customer download that and choose the right one (you might have a single executable that starts up and asks for their device type, then executes the proper installer for them).

Another option: multiple listings on Handango and Pocketgear. That's personally what I've done, and what I say a great many people do.

What you ask to do is of course possible, I don't know the answer (although I did it with one product, I don't really recall all the pertinent details, and now it's just a batch file for me to run)... It just may be more efficient use of your time to go an easier route, like the above options.
...and so I said to Mr. Gates: "$640 billion should be enough for anyone!"
User avatar
fzammetti
pm Insider
 
Posts: 1496
Joined: Jun 4, 2002 @ 6:21pm
Location: Omnytex Technologies


Postby Pejo Software - Per » Oct 8, 2003 @ 6:58pm

User avatar
Pejo Software - Per
pm Insider
 
Posts: 343
Joined: Apr 25, 2002 @ 1:00pm
Location: Mölndal, Sweden


Postby fzammetti » Oct 8, 2003 @ 7:26pm

...and so I said to Mr. Gates: "$640 billion should be enough for anyone!"
User avatar
fzammetti
pm Insider
 
Posts: 1496
Joined: Jun 4, 2002 @ 6:21pm
Location: Omnytex Technologies


Postby okku » Oct 8, 2003 @ 8:11pm

okku
pm Member
 
Posts: 58
Joined: Nov 11, 2002 @ 8:51am
Location: Sweden


Postby Pejo Software - Per » Oct 9, 2003 @ 8:10pm

This is in my ini file:

[CEAppManager]
Version = 1.0
Component = Beshaped
[Beshaped]
IconFile = beshaped.ico
IconIndex = 0
DeviceFile = Beshaped.exe
CabFiles = beshaped.PPC30_SH3.cab,beshaped.PPC30_MIPS.cab,beshaped.PPC30_ARM.cab,beshaped.PPC2002_ARM.cab,beshaped.PPC2003.cab

This is in my bat file:

copy ..\ArmRel\Beshaped.exe .\PPC30_ARM
copy ..\ArmRelease2002\Beshaped.exe .\PPC2002_ARM
copy ..\MIPSRel\Beshaped.exe .\PPC30_MIPS
copy ..\SH3Rel\Beshaped.exe .\PPC30_SH3
copy ..\PPC2003\ARMV4Rel\Beshaped.exe .\PPC2003
cabwiz beshaped.inf /cpu ppc30_arm ppc2002_arm ppc30_sh3 ppc30_mips PPC2003
ezsetup -l english -i beshaped.ini -r readme.txt -e eula.txt -o BeshapedSetup.exe

P.S. Yes I know the names are inconsistent.
User avatar
Pejo Software - Per
pm Insider
 
Posts: 343
Joined: Apr 25, 2002 @ 1:00pm
Location: Mölndal, Sweden


Postby okku » Oct 9, 2003 @ 9:24pm

okku
pm Member
 
Posts: 58
Joined: Nov 11, 2002 @ 8:51am
Location: Sweden


Postby Presto » Oct 9, 2003 @ 9:33pm

User avatar
Presto
pm Insider
 
Posts: 763
Joined: Jan 20, 2003 @ 5:51am
Location: Kalesian Archipelago


Postby Guest » Oct 12, 2003 @ 2:42pm

Guest
 


Postby okku » Oct 12, 2003 @ 2:43pm

okku
pm Member
 
Posts: 58
Joined: Nov 11, 2002 @ 8:51am
Location: Sweden


Postby okku » Oct 19, 2003 @ 11:19pm

okku
pm Member
 
Posts: 58
Joined: Nov 11, 2002 @ 8:51am
Location: Sweden


Return to GapiDraw


Sort


Forum Description

The Cross-platform Graphics SDK for Palms, Pocket PCs, Symbian Devices, and Stationary PCs.

Moderators:

sponge, Johan

Forum permissions

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

cron