I would like to get a "list" of all users who can login to the machine (that I am installing my software at).

For example: a typical list would be on a Windows machine might be:

Administrator
arun.shah
kathy.bates

This list could be seen by running Start->Run->Control->User Accounts

Can this list be obtained in Setupbuilder? (I am using 7.1)

Is this available in the registry?

I know that you are supporting 7.5 currently...but would like to know if its available in 7.1 also.

I would ultimately like to use this list and construct paths to these users' folders (using string appending by calling Handle String Operation) and do some cleanup operations there...

Thanks for your help,
-Arun