cutepdf
hello
I want to unistall the old version of cutepfd and it work but how can i remove to cutepdf for the printer source?
Roni
I want to unistall the old version of cutepfd and it work but how can i remove to cutepdf for the printer source?
Roni
0 Comments
[ + ] Show comments
Answers (14)
Please log in to answer
Posted by:
spartacus
12 years ago
Posted by:
andemats
12 years ago
Would it help to delete the corresponding key in the registry?
http://support.microsoft.com/kb/102116
If it's the default printer, maybe change this first.
http://support.microsoft.com/kb/156212
http://support.microsoft.com/kb/102116
If it's the default printer, maybe change this first.
http://support.microsoft.com/kb/156212
Posted by:
roni86
12 years ago
i got a vbs but it dont work on win 7;/
strComputer = "."
Set objWMIService = GetObject("winmgmts:" _
& "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2")
Set colInstalledPrinters = objWMIService.ExecQuery _
("Select * from Win32_Printer where DeviceID = 'printer1'")
For Each objPrinter in colInstalledPrinters
objPrinter.Delete_
Next
strComputer = "."
Set objWMIService = GetObject("winmgmts:" _
& "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2")
Set colInstalledPrinters = objWMIService.ExecQuery _
("Select * from Win32_Printer where DeviceID = 'printer1'")
For Each objPrinter in colInstalledPrinters
objPrinter.Delete_
Next
Posted by:
roni86
12 years ago
Posted by:
Arminius
12 years ago
I saw this once with one of those PDF-making programs. it appeared to save the document but nothing was in the location specified. It turned out that we needed to run the program once and agree with a licensing agreement that didn't show up if we started making PDFs with it. Once we clicked "OK" on the EULA, then it worked fine.
Posted by:
roni86
12 years ago
Posted by:
dunnpy
12 years ago
Posted by:
dunnpy
12 years ago
You could check out:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager]
"PendingFileRenameOperations"
to see if there are any pending file operations, but it could be anything in your package that touches HKLM\System could cause you to require a reboot.
See what you have in the package, and restart any related services to that area and see if you can work out what needs to be 'released'.
Hope that helps,
Dunnpy
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager]
"PendingFileRenameOperations"
to see if there are any pending file operations, but it could be anything in your package that touches HKLM\System could cause you to require a reboot.
See what you have in the package, and restart any related services to that area and see if you can work out what needs to be 'released'.
Hope that helps,
Dunnpy
Posted by:
dunnpy
12 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.