I need to determine whether a drive is "local" to a machine, so I can
ascertain whether the install will offer to run an app as a program or
a service.

Using GetDriveType() can sometimes return DRIVE_NO_ROOT_DIR, even if
it's a local disk.

Is there a better way to determine the eligibility for a program to be
installed as a service?

Jeff Slarve