---Steve Sabram <[EMAIL PROTECTED]> wrote:
>
> Sounds like this is a common need amongst developers.  Can someone
at Palm Dev
> Services write and publish an InstallShield script for this and have
it
> available to us?
> 

There is one - See CDK 3.0 CD. A sample InstallShield
project and all instructions are given in it. 

But I still had trouble. As Elia said, I also didn't
have time to learn Install Shield Professional scripting language. The
example code/script given in CDK 3.0 CD is for Install Shield 5.1.
Ideally it should  have worked for Install Shield 5.5 (latest). But
the sample Install Shield project gave me some wierd errors 
on 5.5. It complained about missing "Language Independent Intel 32
files". So I used Install Shield express (the cheap alternative). It
doesn't require any script & doesn't support any.

Then I made a windows program "setup.exe" which takes
prc file names as arguments and calls PltInstallFile()
on each (and also popsup a "Select User" dialog") just
like the InstallTool. This program is then invoked
from InstallShield express. In my case I was installing  PRC files
only. This method may or may not work for conduits.

But InstallShield is really inefficient for small
installations. It may be becuase I am using the 
"express" version. But it made a 1MB compressed
self-extracting executable. All the files I have
combined (PRC, user guides, etc) is only 500K
uncompressed. So more than half of the executable
is used by InstallShield itself.

==
Ion Popescu
[EMAIL PROTECTED]

_________________________________________________________
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com

Reply via email to