I can't say whats the best way to do this with the latest CDK but I've done
this with InstallShield and the older CDKs by writing a separate program.
InstallShield calls the program (and waits for it to terminate) that
displays the list of users, copies the required files into the correct user
sub-directory and sets the required registry entries. I can email you my
source for this if you like but I hear the latest CDK already has this
functionality.
Dave
-----Original Message-----
From: Joerg Lichtin <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Wednesday, April 14, 1999 5:37 AM
Subject: InstallShield question
>Hi,
> I am trying to create an executable with InstallShield. I would like to
display a list in my Installer application
>with all the registred Pilot user, so the User can select one or more user.
My pilot application will then be installed
>to all selected user.
>My problem is to display a list with the actual registred user(s) on my
installer application.
>I know how to get the Info from the "userdata API" but I have no idea how
to display a list in InstallShield.
>
>Sincerely
>Joerg
>
>
>
>
>