DmGetUserCount, its part of the User Data API. Just add it to your install project the same way you added the installaid routines. (this is a question better suited for the conduit developer's forum) I don't know ghost installer, so I can't help there. But my guess is you would write a plug-in to interface with the CDK routines, just include the user routines in addition to the installaid stuff. If ghost supports ActiveX/OCX controls, use the PalmCntl.ocx control in your setup, no C programming required.
----- Original Message ----- From: "Salma Saad" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Tuesday, October 23, 2001 1:45 AM Subject: Install Aide questions > > Does anyone has any insight on the Install Aide API (instaide.dll)? I have > written an installer using ghost installer and this works great except that > I also need to be able to detect how many users are registered for Palm > hotsynching and install prc files for them. I don't see a way to do this > using ghost installer so I assume I must use Install Aide. The api looks > straightforward but I am having trouble compiling a small c program using > the api. I get a lot of compile errors looking for TCHAR and szExt etc. I am > not a c programmer so I may be missing an include? Also, do I need to > explicitly load the dll? > > > > > > _________________________________________________________________ > Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp > > > -- > For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/ > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
