Using RegSvr32.exe to register controls ie:
Shell ("L:mmpdfutilitiesregsvr32.exe /s msmapi32.ocx")
How do I determine where to register to, C:WindowsSystem for older Operating systems or C:WindowsSystem32 on newer systems.
Do I check with the DIR command to see if the folders exist, or does RegSvr32.exe already determine this ?