Hi,
I have an app that doesn't uninstall activex controls in a folder.
In my setup, I need to check if that folder exists and if it does, I need to unregister every ActiveX control in that folder.
Then I need to delete the folder and it's contents.
I found how to check for a folder and your sample on unregister activex controls. I just can't figure out how to loop through all the controls when I don't know how many there are.
bresult = Folder.DoesExist("%CommonFilesFolder%\SMS");
if bresult then
Loop through folder and unregister all activex controls in folder
When all controls have been unregistered...
Delete folder and contents.
end
Thanks for your help,
Sheri



