OK I solved the problem. [

] See below.
Problem description:As a reminder, I am using a Laptop PC under Windows Vista Home Premium with Service Pack 1. I tried installing the program using the same method as I did on my Desktop PC (which has Windows XP Home) but it didn't work. Instead, when running the program nothing happened; furthermore, when restarting the laptop, I kept getting the following error message:
Component 'comdlg32.ocx' or one of its dependencies not correctly registered: a file is missing or invalid
Steps to resolve the problem:1. Went to the following website
http://www.ascentive.com/support/new/support_dll.phtml?dllname=COMDLG32.OCX(Found link at
http://www.zabaware.com/forum/topic.asp?TOPIC_ID=4577&SearchTerms=comdlg32.ocx)
2. Right-clicked on "Download COMDLG32.OCX", selected Save Target As, and changed the name of the file from COMDLG32.htm to COMDLG32.OCX (saved file to my desktop)
3. Moved COMDLG32.OCX from my desktop to c:windowssystem32
4. On my desktop, created a command file named "foo.bat" containing the following instruction:
regsvr32 windowssystem32COMDLG32.OCX
5. Right-clicked foo.bat and selected Run As Administrator
That's it. I hope this helps.