PDF unattended: XP Logo-test interrupts install process

Installation and setup related issues.

Moderator: jr

Post Reply
swgreed
Posts: 2
Joined: Sun Jun 03, 2007 12:30 pm
Contact:

PDF unattended: XP Logo-test interrupts install process

Post by swgreed »

I'm trying to integrate BullZip PDF on my unattended install-CD.
"BullZipPDFPrinter3.0.0.215.exe /sp /silent /norestart /nocancel"
Installing GS by BullZip works great so far.

Unfortunately the XP "logo-test" interrupts the install process while BullZip PDF installs it's PDF-printer.
This requires the user to interfere, i.e. click the continue-button.

Is there any workaround for this?
jr
Site Admin
Posts: 500
Joined: Sun Mar 26, 2006 12:28 pm

Post by jr »

Hi,

I just tried to reproduce the problem on an XP Pro. My setup was not interrupted in any way. I'm using the latest version 3.0.0.222. Something must be different in your installation of XP.

Is anybody else reading this post having the same problem???

Regards,
Jacob
swgreed
Posts: 2
Joined: Sun Jun 03, 2007 12:30 pm
Contact:

Post by swgreed »

This workaround helped me out, during my unattended installation ;)

the code is one line actually...

REG ADD "HKEY_LOCAL_MACHINE\Software\Microsoft\Driver Signing" /t REG_BINARY /v Policy /d 00 /f
Post Reply