It looks like you're new here. If you want to get involved, click one of these buttons!
On Win 7 Pro SP1 I upgrade PDF Creator 1.3.2 to 1.4.1 and now when I tried print to PDF this error occured, "339 (Component MSCOMCT2.OCX or one of its dependencies not correctly registered: a file is missing or invalid)".
I had the same problem. In my case, I logged in as administrator and used pdfcreator once. After logging in as user, the problem was gone as well.
Hope that helps.
It looks like, registering MSCOMCT2.OCX solves the problem without the "start as admin"-trick:
For a 64-bit OS create a batch file with
regsvr32 C:\Windows\SysWOW64\MSCOMCT2.OCX
or for a 32-bis OS
regsvr32 C:\Windows\System32\MSCOMCT2.OCX
and run the file as administrator.
Thanks for that reply. In my case, I just did "Run as Administrator" and it solved the problem.