Changes

Jump to: navigation, search

Talk:PDFCreator

567 bytes added, 14:08, 26 June 2012
MSI Package: Error 339
For any reason, uninstall of pdfcreator leaves unins000.exe and new installation creates unins001.exe and unins001.dat. So you may check for dat-File rather than exe and delete whole pdfcreator directory before installing. You get strange screens from uninstall without acompaying dat-File.
 
After Updating from 1.3.2 to 1.4.1 I run into the follwing error:
"339 (Component MSCOMCT2.OCX or one of its dependencies not correctly registered: a file is missing or invalid)"
 
I solved the problem by registering MSCOMCT2.OCX again.
<source lang="xml"><command type="upgrade" cmd="regsvr32 /s %SYSTEMROOT%\SysWOW64\MSCOMCT2.OCX"/></source>
 
note the above code is for 64bit-OS. For a 32bit OS it would be
<source lang="xml"><command type="upgrade" cmd="regsvr32 /s %SYSTEMROOT%\System32\MSCOMCT2.OCX"/></source>
 
--[[User:Konus|Konus]] 16:08, 26 June 2012 (CEST)
== MSI Package ==
65
edits

Navigation menu