Just got done installing PDFCreator 1.0.1 with no apparent problem until I got the the last screen with the finish button. When I select the Finish, I get an error that will not allow the intallation to complete. I posted on the PDFforge blog and am posting here also.
Error reads: Runtime Error (at 110:383)
Access violation at address 7C928B0B
Read of address 41504D4F
I seem to recall that I got a similar error when I installed PDFCreator 1.0.0
In both cases before installing the update I removed the previous version but kept the settings from the previous installation. Don't know if this helps.
I have got another error during installation process (quite at the end)
it looks like this:
"Impossible to execute the file: CreateProcess failed: code 2.Unable to find the file"
however it looks like the software runs properly...
I got the same error. And I am using the install options
start /wait PDFCreator-1_0_1_setup.exe /silent /norestart /LOADINF="pdfcreator.txt"the soloution is to kill the task.
But in a unattend installation this workarround is not the way to fix this problem.
greeting from Germany
Jürgen
[quote]
"Impossible to execute the file: CreateProcess failed: code 2.Unable to find the file"
[/QUOTE]
Same error here!
OS : Microsoft Windows XP Professional w/ SP3 32bit
Unattended install:
PDFCreator-1_0_1_setup.exe /SP /SILENT /NOCANCEL /NORESTART /LOADINF=".\\PDFCreator.inf"
PDFCreator.inf
[code]
[Setup]
Lang=french
Dir=C:\\Program Files\\PDFCreator
Group=PDFCreator
NoIcons=0
SetupType=custom
Components=program,ghostscript,comsamples,helpfiles,helpfiles\\french,languages,languages\\english,languages\\french
Tasks=quicklaunchicon,winexplorer
Printername=PDFCreator
ServerInstallation=1
Win9xPrinterdriver=0
WinNtPrinterdriver=0
Win2k32bitPrinterdriver=1
Win2k64bitPrinterdriver=0
[/CODE]
Hello i have the same probleme.
Uninstall dotNet 3.5
Install PDFCREATOR 1.0.1
Re-install DotNet..
I do this and it's work
For new computer installation XP32 : I install Pdfcreator before dotnet3.5SP1
This worked for me -
I entered - cmd /c start "" /wait - before the install command, e.g.
cmd /c start "" /wait "\\\\path\\PDFCreator\\PDFCreator-1_0_2_setup.exe" /SP /SILENT /NORESTART /LOADINF="\\\\grw2k3pdc\\Buildpoint\\PDFCreator\\pdfcreator.inf"
and the install now completes without the error.