problem with repackage for cutewriter & ghostscript
Hi, i already try many time to repackage for cutewriter & ghostscript.
If possible somebody can send me the msi file for those cutewriter & ghostscript with working fine?
If possible somebody can send me the msi file for those cutewriter & ghostscript with working fine?
0 Comments
[ + ] Show comments
Answers (5)
Please log in to answer
Posted by:
cygan
13 years ago
Posted by:
Teitan
13 years ago
Here you can find a load of details how to package this application: click
Perhaps you could try it another time and tell us exactly what your problems are. If you always ask other guys to share their packages with
you if it gets a bit tricky then you may have chosen the wrong job.
Perhaps you could try it another time and tell us exactly what your problems are. If you always ask other guys to share their packages with
you if it gets a bit tricky then you may have chosen the wrong job.
Posted by:
chiewkc
13 years ago
hi sir, i got try before with packaging with step 1: install cutewriter and following with step 2: install the ghostscript.
After i restart the print spooler, the cutewriter driver appear at devices and printers tab.
But when i lauch the microsoft word to convert with point to the cutewriter driver, it display as printer is not installed.
The function of conversion for the cutewriter is gone, it become normal printer driver.Can somebody help me?
After i restart the print spooler, the cutewriter driver appear at devices and printers tab.
But when i lauch the microsoft word to convert with point to the cutewriter driver, it display as printer is not installed.
The function of conversion for the cutewriter is gone, it become normal printer driver.Can somebody help me?
Posted by:
Teitan
13 years ago
Try the following:
Can't promise that it will work, but this would be the way i would try to install the printer.
If it works, place the .inf file in your msi and add a CA which calls the printui.dll
- Remove any printer related stuff from your msi
- create a .inf file with the following entrys:
- run the following command line (take care of the .inf file name and path):
rundll32 printui.dll,PrintUIEntry /if /b "CutePDF Writer" /f <name_of_inf_file>.inf /r "CPW2:" /m "CutePDF Writer"
Can't promise that it will work, but this would be the way i would try to install the printer.
If it works, place the .inf file in your msi and add a CA which calls the printui.dll
- Remove any printer related stuff from your msi
- create a .inf file with the following entrys:
[Version]
Signature="$Windows NT$"
Provider="CutePDF"
ClassGUID={4D36E979-E325-11CE-BFC1-08002BE10318}
Class=Printer
[PortMonitors]
"CutePDF Writer Monitor" = CutePDFWriterMonitor
[CutePDFWriterMonitor]
CopyFiles = @CPWMON2K.DLL
PortMonitorDll = CPWMON2K.DLL
[Manufacturer]
"CutePDF"
[CutePDF]
"CutePDF Writer" = CUTEPDF.PPD, Cute_PDF_Writer
[CUTEPDF.PPD]
CopyFiles=@CUTEPDFW.PPD,PSCRIPT
DataSection=PSCRIPT_DATA
DataFile=CUTEPDFW.PPD
[PSCRIPT]
PSCRIPT5.DLL
PS5UI.DLL
PSCRIPT.HLP
PSCRIPT.NTF
[PSCRIPT_DATA]
DriverFile=PSCRIPT5.DLL
ConfigFile=PS5UI.DLL
HelpFile=PSCRIPT.HLP
[DestinationDirs]
DefaultDestDir=66000
[SourceDisksNames.x86]
1 = "CutePDF",,,""
[SourceDisksFiles]
CPWMON2K.DLL = 1
CUTEPDFW.PPD = 1
PS5UI.DLL = 1
PSCRIPT.HLP = 1
PSCRIPT.NTF = 1
PSCRIPT5.DLL = 1
- run the following command line (take care of the .inf file name and path):
rundll32 printui.dll,PrintUIEntry /if /b "CutePDF Writer" /f <name_of_inf_file>.inf /r "CPW2:" /m "CutePDF Writer"
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.