PDF Creator - Error-Nr: 339 (Component MSCOMCT2.OCX or one of its dependencies
PDF Creator - Error-Nr: 339 (Component MSCOMCT2.OCX or one of its dependencies not correctly registered: a file is missing or invalid)
Solution:
You logged in as administrator and used pdfcreator once. After logging in as user, the problem was gone as well.
or
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.