My CD App lets useres select from a list (dbf file/Grid) of programs they want to install. They can select several at a time. I'm using the WaitForSingleObject to install the programs. I'd like to add fields for the date and path when they were installed.
Is there any way to tell what the user did ? ie, canceled the install or selected a different directory. Is there a way to see if any new directories were created ? I thought about searching through the registry, or Start Menu.
Any suggestions ?

vb5Pro(sp3)