;====================================================================
; INI File Specifying ImageMaker Document Conversion (ODCDesk)
; Print Driver Setup Program Behaviour
;
; Copyright (C) 2001 ImageMAKER Development Inc., All ights reserved.
; www.imgmaker.com
;
;====================================================================
; Setup Information
;
; The following section is used by SETUP.EXE to determine which
; subsequent sections and values should be present.  If this
; section/value is not present then SetupINIVersion=1 is assumed.
;
[SetupInfo]
SetupINIVersion=3

;====================================================================
; General Installer Information
;
[General]
ProductClass=1	; 1=Print Driver, 2 = Print Monitor
CompanyName="ImgMaker"
ProductName="ODC Color Driver"
ProgramFilesDir="C:"
PrinterName="ImageMaker ODC Color Driver"
PortName="ODCCLR:"
Citrix=0                      ;force WTS installation OFF
ShowSetupUI=1                 ;display status in window



; Windows 95 Sections
Win95AdditionalInfo=WinAdditionalInfo
Win95DriverSet=Win95DriverSet
Win95RenameFiles=Win95RenameFiles
Win95RegEntries=WinRegEntries
Win95ProgramFiles=WinProgramFiles
Win95SystemFiles=Win9xSystemFiles
Win95WinFiles=Win9xWinFiles
Win95LinkSets=WinLinkSets
Win95Folders=Folders
Win95RunExes=RunExes9x

; Windows 98 Sections
Win98AdditionalInfo=WinAdditionalInfo
Win98DriverSet=Win95DriverSet
Win98RenameFiles=Win95RenameFiles
Win98RegEntries=WinRegEntries
Win98ProgramFiles=WinProgramFiles
Win98SystemFiles=Win9xSystemFiles
Win98WinFiles=Win9xWinFiles
Win98LinkSets=WinLinkSets
Win98Folders=Folders
Win98RunExes=RunExes9x

; Windows ME Sections
WinMEAdditionalInfo=WinAdditionalInfo
WinMEDriverSet=Win95DriverSet
WinMERenameFiles=Win95RenameFiles
WinMERegEntries=WinRegEntries
WinMEProgramFiles=WinProgramFiles
WinMESystemFiles=Win9xSystemFiles
WinMEWinFiles=Win9xWinFiles
WinMELinkSets=WinLinkSets
WinMEFolders=Folders
WinMERunExes=RunExes9x

; Windows NT 4.0 Sections
WinNT4AdditionalInfo=WinAdditionalInfo
WinNT4DriverSet=WinNT4DriverSet
WinNT4RenameFiles=WinNT4RenameFiles
WinNT4RegEntries=WinRegEntries
WinNT4ProgramFiles=WinProgramFiles
WinNT4SystemFiles=WinNT4SystemFiles
WinNT4WinFiles=WinNT4WinFiles
WinNT4LinkSets=WinLinkSets
WinNT4Folders=Folders
WinNT4RunExes=RunExesNT

; Windows NT 5.0 Sections
WinNT5AdditionalInfo=WinAdditionalInfo
WinNT5DriverSet=WinNT5DriverSet
WinNT5RenameFiles=WinNT5RenameFiles
WinNT5RegEntries=WinRegEntries
WinNT5ProgramFiles=WinProgramFiles
WinNT5SystemFiles=WinNT5SystemFiles
WinNT5WinFiles=WinXPWinFiles
WinNT5LinkSets=WinLinkSets
WinNT5Folders=Folders
WinNT5RunExes=RunExesNT

; Windows NT XP Sections
WinXPAdditionalInfo=WinAdditionalInfo
WinXPDriverSet=WinXPDriverSet
WinXPRenameFiles=WinXPRenameFiles
WinXPRegEntries=WinRegEntries
WinXPProgramFiles=WinProgramFiles
WinXPSystemFiles=WinXPSystemFiles
WinXPWinFiles=WinXPWinFiles
WinXPLinkSets=WinLinkSets
WinXPFolders=Folders
WinXPRunExes=RunExesNT

; Windows DotNet Sections
WinDotNetAdditionalInfo=WinAdditionalInfo
WinDotNetDriverSet=WinDotNetDriverSet
WinDotNetRenameFiles=WinDotNetRenameFiles
WinDotNetRegEntries=WinRegEntries
WinDotNetProgramFiles=WinProgramFiles
WinDotNetSystemFiles=WinDotNetSystemFiles
WinDotNetWinFiles=WinDotNetWinFiles
WinDotNetLinkSets=WinLinkSets
WinDotNetFolders=Folders
WinDotNetRunExes=RunExesNT


;====================================================================
; Windows 95 Specific Sections

;--------------------------------------------------------------------
; Driver information
;
; Note: DriverDependentFiles will be copied to the print driver directory
; as a side effect of installing the driver and need not (infact should not)
; appear in other file copy lists.
;
; Note: MonitorDependentFiles will be copied to the monitor directory
; as a side effect of installing the monitor and need not (infact should not)
; appear in other file copy lists.
;
; The files listed in this section will be removed when the driver/monitor is
; removed if they are no longer required by other printers.
;
[Win95DriverSet]
DriverFilename="IMGCLR.DRV"
DriverUIFilename="IMGCLR.DRV"
PortMonitorFilename="IMGFX9MN.DLL"
ControlDlgFilename="img32dlg.exe"
DriverVersion=0x400
DriverDependentFiles="UNIDRV.DLL;UNIDRV.HLP;ICONLIB.DLL"
MonitorDependentFiles=img16jpg.dll
PrintTestPage=0		; 1 - Print Test Page (default), 0 - Don't Print Test Page

FaxBatch=0					// Set to 1 if this is a faxbatch driver
CSIDRequired=0
; default prefix for output file
OutputFilename="ifax"    
FileType=202        ; PS_JPEG24 (from psfaxapi.h)
PrinterMode=3       ; 0=default; 1=Mono; 2=8bit colour; 3=24bit colour
JpegQuality=95      ; 1-255; 1=smallest file, 255=most detail, 95=default

; The following files will be renamed before they are installed.
; Format is "OldName;NewName"
;
[Win95RenameFiles]
RenFile1="UNIDRV95.DLL;UNIDRV.DLL"
RenFile2="UNIDRV95.HLP;UNIDRV.HLP"
RenFile3="ICONLIB5.DLL;ICONLIB.DLL"

;====================================================================
; Windows 98 Specific Sections

;--------------------------------------------------------------------
; Driver information
;
; Note: DriverDependentFiles will be copied to the print driver directory
; as a side effect of installing the driver and need not (infact should not)
; appear in other file copy lists.
;
; Note: MonitorDependentFiles will be copied to the monitor directory
; as a side effect of installing the monitor and need not (infact should not)
; appear in other file copy lists.
;
; The files listed in this section will be removed when the driver/monitor is
; removed if they are no longer required by other printers.
;
[Win98DriverSet]
DriverFilename="IMGCLR98.DRV"
DriverUIFilename="IMGCLR98.DRV"
PortMonitorFilename="IMGFX9MN.DLL"
ControlDlgFilename="img32dlg.exe"
DriverVersion=0x400
DriverDependentFiles="UNIDRV.DLL;UNIDRV.HLP;ICONLIB.DLL"
MonitorDependentFiles="img16jpg.DLL"
PrintTestPage=0		; 1 - Print Test Page (default), 0 - Don't Print Test Page

FaxBatch=0
CSIDRequired=0
; default prefix for output file
OutputFilename="ifax"    
FileType=202        ; PS_JPEG24 (from psfaxapi.h)
PrinterMode=3        ; 0=default; 1=Mono; 2=8bit colour; 3=24bit colour
JpegQuality=95        ; 1-255; 1=smallest file, 255=most detail, 95=default

; The following files will be renamed before they are installed.
; Format is "OldName;NewName"
;
[Win98RenameFiles]
RenFile1="UNIDRV98.DLL;UNIDRV.DLL"
RenFile2="UNIDRV98.HLP;UNIDRV.HLP"
RenFile3="ICONLIB8.DLL;ICONLIB.DLL"

;====================================================================
; Windows ME Specific Sections

;--------------------------------------------------------------------
; Driver information
;
; Note: DriverDependentFiles will be copied to the print driver directory
; as a side effect of installing the driver and need not (infact should not)
; appear in other file copy lists.
;
; Note: MonitorDependentFiles will be copied to the monitor directory
; as a side effect of installing the monitor and need not (infact should not)
; appear in other file copy lists.
;
; The files listed in this section will be removed when the driver/monitor is
; removed if they are no longer required by other printers.
;
[WinMEDriverSet]
DriverFilename="IMGCLRME.DRV"
DriverUIFilename="IMGCLRME.DRV"
PortMonitorFilename="IMGFX9MN.DLL"
ControlDlgFilename="img32dlg.exe"
DriverVersion=0x400
DriverDependentFiles="UNIDRV.DLL;UNIDRV.HLP;ICONLIB.DLL"
MonitorDependentFiles="img16jpg.dll"
PrintTestPage=0		; 1 - Print Test Page (default), 0 - Don't Print Test Page

FaxBatch=0					// Set to 1 if this is a faxbatch driver
CSIDRequired=0
; default prefix for output file
OutputFilename="ifax"    
FileType=202        ; PS_JPEG24 (from psfaxapi.h)
PrinterMode=3        ; 0=default; 1=Mono; 2=8bit colour; 3=24bit colour
JpegQuality=95        ; 1-255; 1=smallest file, 255=most detail, 95=default

; The following files will be renamed before they are installed.
; Format is "OldName;NewName"
;
[WinMERenameFiles]
RenFile1="UNIDRVME.DLL;UNIDRV.DLL"
RenFile2="UNIDRVME.HLP;UNIDRV.HLP"
RenFile3="ICONLIBM.DLL;ICONLIB.DLL"


;====================================================================
; Windows 9x Specific Sections


;--------------------------------------------------------------------
; The following files will be copied to the windows system directory.
; They will NOT be removed at uninstall.
;
[Win9xSystemFiles]
SysFile1=

;--------------------------------------------------------------------
; The following files will be copied to the windows directory.
; They will NOT be removed at uninstall.
;
[Win9xWinFiles]
WinFile1=

;====================================================================
; Windows NT 4.0 Specific Sections

;--------------------------------------------------------------------
; Driver information
;
; Note: DriverDependentFiles will be copied to the print driver directory
; as a side effect of installing the driver and need not (infact should not)
; appear in other file copy lists.
;
; Note: MonitorDependentFiles will be copied to the monitor directory
; as a side effect of installing the monitor and need not (infact should not)
; appear in other file copy lists.
;
; The files listed in this section will be removed when the driver/monitor is
; removed if they are no longer required by other printers.
;
[WinNT4DriverSet]
DriverFilename="imgclrdr.dll"
DriverUIFilename="imgclrui.dll"
PortMonitorFilename="imgclrmn.dll"
ControlDlgFilename="img32dlg.exe"
DriverVersion=2
DriverDependentFiles="Imgfax.hlp"
MonitorDependentFiles="img32jpm.dll"
AllowMultiplePages=1	;0  dont allow multple pages per file, 1  allow multiple pages per  file (default = 1)
Orientation=0		;0  portrait, 1  landscape, default = 0
DefaultRes=4		; 1: 204x98, 2: 204x196, 3: 200x100,  4 200x200, 5 300x300, 6 400x400, not all resolutions supported by all drivers
DefaultPage=1 		; (see wingdi.h for complete list) default=1
			;1  - Letter 8 1/2 x 11 in
			;5  - Legal 8 1/2 x 14 in
			;9  - A4 210 x 297 mm
			;1  - Letter 8 1/2 x 11 in
			;5  - Legal 8 1/2 x 14 in
			;9  - A4 210 x 297 mm
Dither=3		;Dither modes:
			; 0 - dmDefault,      // Interpreted as "No change" on update
			; 1 - Monochrome,     // Monochrome, no dithering     (Win95 None)
			; 2 - ImgmakerDither, // Dither from 256 colors       (Win95 Coarse setting)
			; 3 - WindowsDither,  // Use fast Windows dithering   (Win95 Fine setting)
			; 4 - ColorsToWhite,  // All colors to white
			; 5 - ColorsToBlack,  // All colors to black
			; 6 - ErrorDiffusion, // Error diffusion dithering    (Win95 Error Diffusion setting)
			; 7 - NoiseMask,      // Noise mask dithering         (Win95 Line art setting)
PrintTestPage=0		; 1 - Print Test Page (default), 0 - Don't Print Test Page
CSIDRequired=0          ; 0 - not required, 1 - required, default=0
			; User or company name.
CSIDUser="yourCompany"
			; Telephone number or Email address.
CSIDTelNum="yourTelNum"

Emulation="(Custom)"
			;	"(Custom)"
			;	"(Classic FAX resolutions)"
			;	"(Near-FAX square-pixel)"
			;	<printer name> - name of printer to emulate.
; The following fields are only used if Emulation="(Custom)"
CustomUnprintableTop=0	; thousands of an inch.
CustomUnprintableBottom=0
CustomUnprintableLeft=0
CustomUnprintableRight=0
CustomResTableCount=6 ; Count of resolution table entries.
CustomHRes1=60		; resolution table entry
CustomVRes1=60		; resolution table entry
CustomHRes2=96		; resolution table entry
CustomVRes2=96		; resolution table entry
CustomHRes3=100		; resolution table entry
CustomVRes3=100		; resolution table entry
CustomHRes4=150		; resolution table entry
CustomVRes4=150		; resolution table entry
CustomHRes5=200		; resolution table entry
CustomVRes5=200		; resolution table entry
CustomHRes6=300		; resolution table entry
CustomVRes6=300		; resolution table entry

; default prefix for output file
OutputFilename="ifax"    
FileType=202        ; PS_JPEG24 (from psfaxapi.h)
		    ;   200         // 24Bit colour TIF (packbits compression - RLE)
		    ;   201         // 24Bit colour BMP
		    ;   202         // 24Bit colour JPEG
PrinterMode=3       ; 0=default; 1=Mono; 2=8bit colour; 3=24bit colour
JpegQuality=95      ; 1-255; 1=smallest file, 255=most detail, 95=default

; The following files will be renamed before they are installed.
; Format is "OldName;NewName"
;
[WinNT4RenameFiles]
RenFile1=

;--------------------------------------------------------------------
; The following files will be copied to the windows system directory.
; They will NOT be removed at uninstall.
;
[WinNT4SystemFiles]
SysFile1=

;--------------------------------------------------------------------
; The following files will be copied to the windows directory.
; They will NOT be removed at uninstall.
;
[WinNT4WinFiles]
WinFile1=

;====================================================================
; Windows NT 5.0 Specific Sections

;--------------------------------------------------------------------
; Driver information
;
; Note: DriverDependentFiles will be copied to the print driver directory
; as a side effect of installing the driver and need not (infact should not)
; appear in other file copy lists.
;
; Note: MonitorDependentFiles will be copied to the monitor directory
; as a side effect of installing the monitor and need not (infact should not)
; appear in other file copy lists.
;
; The files listed in this section will be removed when the driver/monitor is
; removed if they are no longer required by other printers.
;
[WinNT5DriverSet]
DriverFilename="imgcl5dr.dll"
DriverUIFilename="imgcl5ui.dll"
PortMonitorFilename="imgcl5mn.dll"
ControlDlgFilename="img32dlg.exe"
DriverVersion=3
DriverDependentFiles="Imgfax.hlp;"
MonitorDependentFiles="imgcl5mu.dll;img32jpm.dll"
AllowMultiplePages=1	;0  dont allow multple pages per file, 1  allow multiple pages per  file (default = 1)
Orientation=0		;0  portrait, 1  landscape, default = 0
DefaultRes=4		; 1: 204x98, 2: 204x196, 3: 200x100,  4 200x200, 5 300x300, 6 400x400, not all resolutions supported by all drivers
DefaultPage=1 		; (see wingdi.h for complete list) default=1
			;1  - Letter 8 1/2 x 11 in
			;5  - Legal 8 1/2 x 14 in
			;9  - A4 210 x 297 mm
			;1  - Letter 8 1/2 x 11 in
			;5  - Legal 8 1/2 x 14 in
			;9  - A4 210 x 297 mm
Dither=3		;Dither modes:
			; 0 - dmDefault,      // Interpreted as "No change" on update
			; 1 - Monochrome,     // Monochrome, no dithering     (Win95 None)
			; 2 - ImgmakerDither, // Dither from 256 colors       (Win95 Coarse setting)
			; 3 - WindowsDither,  // Use fast Windows dithering   (Win95 Fine setting)
			; 4 - ColorsToWhite,  // All colors to white
			; 5 - ColorsToBlack,  // All colors to black
			; 6 - ErrorDiffusion, // Error diffusion dithering    (Win95 Error Diffusion setting)
			; 7 - NoiseMask,      // Noise mask dithering         (Win95 Line art setting)
PrintTestPage=0		; 1 - Print Test Page (default), 0 - Don't Print Test Page
CSIDRequired=0          ; 0 - not required, 1 - required, default=0
			; User or company name.
CSIDUser="yourCompany"
			; Telephone number or Email address.
CSIDTelNum="yourTelNum"

Emulation="(Custom)"
			;	"(Custom)"
			;	"(Classic FAX resolutions)"
			;	"(Near-FAX square-pixel)"
			;	<printer name> - name of printer to emulate.
; The following fields are only used if Emulation="(Custom)"
CustomUnprintableTop=0	; thousands of an inch.
CustomUnprintableBottom=0
CustomUnprintableLeft=0
CustomUnprintableRight=0
CustomResTableCount=6 ; Count of resolution table entries.
CustomHRes1=60		; resolution table entry
CustomVRes1=60		; resolution table entry
CustomHRes2=96		; resolution table entry
CustomVRes2=96		; resolution table entry
CustomHRes3=100		; resolution table entry
CustomVRes3=100		; resolution table entry
CustomHRes4=150		; resolution table entry
CustomVRes4=150		; resolution table entry
CustomHRes5=200		; resolution table entry
CustomVRes5=200		; resolution table entry
CustomHRes6=300		; resolution table entry
CustomVRes6=300		; resolution table entry

; default prefix for output file
OutputFilename="ifax"    
FileType=202        ; PS_JPEG24 (from psfaxapi.h)
PrinterMode=3        ; 0=default; 1=Mono; 2=8bit colour; 3=24bit colour
JpegQuality=95        ; 1-255; 1=smallest file, 255=most detail, 95=default

; The following files will be renamed before they are installed.
; Format is "OldName;NewName"
;
[WinNT5RenameFiles]
RenFile1=

;--------------------------------------------------------------------
; The following files will be copied to the windows system directory.
; They will NOT be removed at uninstall.
;
[WinNT5SystemFiles]
SysFile1=

;--------------------------------------------------------------------
; The following files will be copied to the windows directory.
; They will NOT be removed at uninstall.
;
[WinNT5WinFiles]
WinFile1=

;====================================================================
; Windows NT XP Specific Sections

;--------------------------------------------------------------------
; Driver information
;
; Note: DriverDependentFiles will be copied to the print driver directory
; as a side effect of installing the driver and need not (infact should not)
; appear in other file copy lists.
;
; Note: MonitorDependentFiles will be copied to the monitor directory
; as a side effect of installing the monitor and need not (infact should not)
; appear in other file copy lists.
;
; The files listed in this section will be removed when the driver/monitor is
; removed if they are no longer required by other printers.
;
[WinXPDriverSet]
DriverFilename="imgcl7dr.dll"
DriverUIFilename="imgcl7ui.dll"
PortMonitorFilename="imgcl7mn.dll"
ControlDlgFilename="img32dlg.exe"
DriverVersion=3
DriverDependentFiles="Imgfax.hlp;"
MonitorDependentFiles="imgcl7mu.dll;img32jpm.dll"
AllowMultiplePages=1	;0  dont allow multple pages per file, 1  allow multiple pages per  file (default = 1)
Orientation=0		;0  portrait, 1  landscape, default = 0
DefaultRes=4		; 1: 204x98, 2: 204x196, 3: 200x100,  4 200x200, 5 300x300, 6 400x400, not all resolutions supported by all drivers
DefaultPage=1 		; (see wingdi.h for complete list) default=1
			;1  - Letter 8 1/2 x 11 in
			;5  - Legal 8 1/2 x 14 in
			;9  - A4 210 x 297 mm
			;1  - Letter 8 1/2 x 11 in
			;5  - Legal 8 1/2 x 14 in
			;9  - A4 210 x 297 mm
Dither=3		;Dither modes:
			; 0 - dmDefault,      // Interpreted as "No change" on update
			; 1 - Monochrome,     // Monochrome, no dithering     (Win95 None)
			; 2 - ImgmakerDither, // Dither from 256 colors       (Win95 Coarse setting)
			; 3 - WindowsDither,  // Use fast Windows dithering   (Win95 Fine setting)
			; 4 - ColorsToWhite,  // All colors to white
			; 5 - ColorsToBlack,  // All colors to black
			; 6 - ErrorDiffusion, // Error diffusion dithering    (Win95 Error Diffusion setting)
			; 7 - NoiseMask,      // Noise mask dithering         (Win95 Line art setting)
PrintTestPage=0		; 1 - Print Test Page (default), 0 - Don't Print Test Page
CSIDRequired=0          ; 0 - not required, 1 - required, default=0
			; User or company name.
CSIDUser="yourCompany"
			; Telephone number or Email address.
CSIDTelNum="yourTelNum"

Emulation="(Custom)"
			;	"(Custom)"
			;	"(Classic FAX resolutions)"
			;	"(Near-FAX square-pixel)"
			;	<printer name> - name of printer to emulate.
; The following fields are only used if Emulation="(Custom)"
CustomUnprintableTop=0	; thousands of an inch.
CustomUnprintableBottom=0
CustomUnprintableLeft=0
CustomUnprintableRight=0
CustomResTableCount=6 ; Count of resolution table entries.
CustomHRes1=60		; resolution table entry
CustomVRes1=60		; resolution table entry
CustomHRes2=96		; resolution table entry
CustomVRes2=96		; resolution table entry
CustomHRes3=100		; resolution table entry
CustomVRes3=100		; resolution table entry
CustomHRes4=150		; resolution table entry
CustomVRes4=150		; resolution table entry
CustomHRes5=200		; resolution table entry
CustomVRes5=200		; resolution table entry
CustomHRes6=300		; resolution table entry
CustomVRes6=300		; resolution table entry

; default prefix for output file
OutputFilename="ifax"    
FileType=202        ; PS_JPEG24 (from psfaxapi.h)
PrinterMode=3        ; 0=default; 1=Mono; 2=8bit colour; 3=24bit colour
JpegQuality=95        ; 1-255; 1=smallest file, 255=most detail, 95=default

; The following files will be renamed before they are installed.
; Format is "OldName;NewName"
;
[WinXPRenameFiles]
RenFile1=

;--------------------------------------------------------------------
; The following files will be copied to the windows system directory.
; They will NOT be removed at uninstall.
;
[WinXPSystemFiles]
SysFile1=

;--------------------------------------------------------------------
; The following files will be copied to the windows directory.
; They will NOT be removed at uninstall.
;
[WinXPWinFiles]
WinFile1=


;====================================================================
; Windows DotNet Specific Sections

;--------------------------------------------------------------------
; Driver information
;
; Note: DriverDependentFiles will be copied to the print driver directory
; as a side effect of installing the driver and need not (infact should not)
; appear in other file copy lists.
;
; Note: MonitorDependentFiles will be copied to the monitor directory
; as a side effect of installing the monitor and need not (infact should not)
; appear in other file copy lists.
;
; The files listed in this section will be removed when the driver/monitor is
; removed if they are no longer required by other printers.
;
[WinDotNetDriverSet]
DriverFilename="imgcl7dr.dll"
DriverUIFilename="imgcl7ui.dll"
PortMonitorFilename="imgcl7mn.dll"
ControlDlgFilename="img32dlg.exe"
DriverVersion=3
DriverDependentFiles="Imgfax.hlp;"
MonitorDependentFiles="imgcl7mu.dll;img32jpm.dll"
AllowMultiplePages=1	;0  dont allow multple pages per file, 1  allow multiple pages per  file (default = 1)
Orientation=0		;0  portrait, 1  landscape, default = 0
DefaultRes=4		; 1: 204x98, 2: 204x196, 3: 200x100,  4 200x200, 5 300x300, 6 400x400, not all resolutions supported by all drivers
DefaultPage=1 		; (see wingdi.h for complete list) default=1
			;1  - Letter 8 1/2 x 11 in
			;5  - Legal 8 1/2 x 14 in
			;9  - A4 210 x 297 mm
			;1  - Letter 8 1/2 x 11 in
			;5  - Legal 8 1/2 x 14 in
			;9  - A4 210 x 297 mm
Dither=3		;Dither modes:
			; 0 - dmDefault,      // Interpreted as "No change" on update
			; 1 - Monochrome,     // Monochrome, no dithering     (Win95 None)
			; 2 - ImgmakerDither, // Dither from 256 colors       (Win95 Coarse setting)
			; 3 - WindowsDither,  // Use fast Windows dithering   (Win95 Fine setting)
			; 4 - ColorsToWhite,  // All colors to white
			; 5 - ColorsToBlack,  // All colors to black
			; 6 - ErrorDiffusion, // Error diffusion dithering    (Win95 Error Diffusion setting)
			; 7 - NoiseMask,      // Noise mask dithering         (Win95 Line art setting)
PrintTestPage=0		; 1 - Print Test Page (default), 0 - Don't Print Test Page
CSIDRequired=0          ; 0 - not required, 1 - required, default=0
			; User or company name.
CSIDUser="yourCompany"
			; Telephone number or Email address.
CSIDTelNum="yourTelNum"

Emulation="(Custom)"
			;	"(Custom)"
			;	"(Classic FAX resolutions)"
			;	"(Near-FAX square-pixel)"
			;	<printer name> - name of printer to emulate.
; The following fields are only used if Emulation="(Custom)"
CustomUnprintableTop=0	; thousands of an inch.
CustomUnprintableBottom=0
CustomUnprintableLeft=0
CustomUnprintableRight=0
CustomResTableCount=6 ; Count of resolution table entries.
CustomHRes1=60		; resolution table entry
CustomVRes1=60		; resolution table entry
CustomHRes2=96		; resolution table entry
CustomVRes2=96		; resolution table entry
CustomHRes3=100		; resolution table entry
CustomVRes3=100		; resolution table entry
CustomHRes4=150		; resolution table entry
CustomVRes4=150		; resolution table entry
CustomHRes5=200		; resolution table entry
CustomVRes5=200		; resolution table entry
CustomHRes6=300		; resolution table entry
CustomVRes6=300		; resolution table entry

; default prefix for output file
OutputFilename="ifax"    
FileType=202        ; PS_JPEG24 (from psfaxapi.h)
PrinterMode=3        ; 0=default; 1=Mono; 2=8bit colour; 3=24bit colour
JpegQuality=95        ; 1-255; 1=smallest file, 255=most detail, 95=default

; The following files will be renamed before they are installed.
; Format is "OldName;NewName"
;
[WinDotNetRenameFiles]
RenFile1=

;--------------------------------------------------------------------
; The following files will be copied to the windows system directory.
; They will NOT be removed at uninstall.
;
[WinDotNetSystemFiles]
SysFile1=

;--------------------------------------------------------------------
; The following files will be copied to the windows directory.
; They will NOT be removed at uninstall.
;
[WinDotNetWinFiles]
WinFile1=



;====================================================================
; Windows NTx Specific Sections
;

;====================================================================
; Common to all OSes

; The following section contains additional info required by setup.
;
[WinAdditionalInfo]
ReadmeFilename="readme.txt"	; NOTE: This file must appear in the ProgramFiles section

[WinLinkSets]
Link1="readme.txt;Readme.lnk;Readme"
link2="setup.exe;Uninstall.lnk;Uninstall;-U"
link3="imgview.exe;Image Viewer.lnk;Image Viewer"
link4="CPDESK.EXE;C++ Sample Application.lnk;C++ Sample Applicatioin"

;--------------------------------------------------------------------
; The following files will be copied to the program directory specified
; by the user.  They will be removed at uninstall.
;
[WinProgramFiles]
ProgFile1="setup.exe"
ProgFile2="setup.ini"
ProgFile3="imgview.exe"
ProgFile4="img32jps.dll"
ProgFile5="img32dlg.exe"
ProgFile6="readme.txt"
ProgFile7="ODCAXD.OCX"
ProgFile8="Img16mfx.dll"
ProgFile9="Img32mfx.dll"
ProgFile10="Thk16mfx.dll"
ProgFile11="Thk32mfx.dll"
ProgFile12="imginstl.dll"
ProgFile13="Sample.doc"
ProgFile14="CPDESK.EXE"
ProgFile15="VBDESK.EXE"

;--------------------------------------------------------------------
; The following registry entries will be created during setup
;
; Each RegEntry value consists of the following items separated by ';'.
;	ROOT	- HKCU (HKEY_CURRENT_USER) or HKLM (HKEY_LOCAL_MACHINE)
;	KEY	- registry key
;	VALUE	- registry value name
;	TYPE	- INT or STR
;	DATA	- data value (can be a placeholder)
;
; Implemented placeholders:
;	%PRINTER_NAME% - printer name
;	%INST_DIR% - installation directory
;
[WinRegEntries]
RegEntry1="HKLM;software\imagemaker\odcdsk;ControlDialogMode;INT;0"
RegEntry2="HKLM;software\imagemaker\odcdsk;OutputDirectory;STR;%INST_DIR%"
RegEntry3="HKLM;software\imagemaker\odcdsk;OutputFileName;STR;output.jpg"
RegEntry4="HKLM;software\imagemaker\odcdsk;PrinterName;STR;%PRINTER_NAME%"
RegEntry5="HKLM;software\imagemaker\odcdsk;ShowControlDialog;INT;0"
RegEntry6="HKLM;software\imagemaker\odcdsk;OutputFileType;INT;202"
RegEntry7="HKLM;software\imagemaker\odcdsk;ColourSupport;INT;1"
RegEntry8="HKLM;software\imagemaker\odcdsk;MultiplePagesPerFile;INT;1"
RegEntry9="HKLM;software\imagemaker\odcdsk;InstallPath;STR;%INST_DIR%"
RegEntry10="HKLM;software\imagemaker\odcdsk;InputFileName;STR;%INST_DIR%\Sample.doc"

; Settings for Black and White Printer
; RegEntry11="HKLM;software\imagemaker\odcdsk;PrinterType;INT;1"
; RegEntry12="HKLM;Software\ImageMaker\odcdsk\BW;PrinterName;STR;%PRINTER_NAME%"

; Settings for Colour Printer
RegEntry11="HKLM;software\imagemaker\odcdsk;PrinterType;INT;2"
RegEntry12="HKLM;Software\ImageMaker\odcdsk\CLR;PrinterName;STR;%PRINTER_NAME%"

; Settings for PDF Printer
; RegEntry11="HKLM;software\imagemaker\odcdsk;PrinterType;INT;4"
; RegEntry12="HKLM;Software\ImageMaker\odcdsk\PDF;PrinterName;STR;%PRINTER_NAME%"

RegEntry13="HKLM;software\imagemaker\odcdsk;InputFileName;STR;%INST_DIR%\Sample.doc"

; Settings for Black and White Printer
; RegEntry14="HKLM;software\imagemaker\odcdsk;PrinterType;INT;1"
; RegEntry15="HKLM;Software\ImageMaker\odcdsk\BW;PrinterName;STR;%PRINTER_NAME%"

; Settings for Colour Printer
RegEntry14="HKLM;software\imagemaker\odcdsk;PrinterType;INT;2"
RegEntry15="HKLM;Software\ImageMaker\odcdsk\CLR;PrinterName;STR;%PRINTER_NAME%"

; Settings for PDF Printer
; RegEntry14="HKLM;software\imagemaker\odcdsk;PrinterType;INT;4"
; RegEntry15="HKLM;Software\ImageMaker\odcdsk\PDF;PrinterName;STR;%PRINTER_NAME%"

RegEntry16="HKLM;software\imagemaker\odcaxd\AutoCloseDlgs;Window0;STR;Print:#32770:OK"
RegEntry17="HKLM;software\imagemaker\odcaxd\AutoCloseDlgs;Window1;STR;Print:#32770:&Print"
RegEntry18="HKLM;Software\ImageMaker\odcaxd\Settings;AutoCloseDlgs;INT;1"
RegEntry19="HKLM;Software\ImageMaker\odcaxd\Settings;AutoCloseDlgTimeout;INT;1"
RegEntry20="HKLM;Software\ImageMaker\odcaxd\AutoShutdownApps;Window0;STR;Acrobat Reader - [Acrobat.pdf]:Afx:400000:8:10011:0:50311"
RegEntry21="HKLM;Software\ImageMaker\odcaxd\AutoShutdownApps;Window1;STR;Acrobat Reader:Afx:400000:8:10011:0:50311"
RegEntry22="HKLM;Software\ImageMaker\odcaxd\Settings;AutoShutdownApps;INT;1"
RegEntry23="HKLM;Software\ImageMaker\odcaxd\Settings;ForceResolution;INT;1"
RegEntry24="HKLM;Software\ImageMaker\ODCAXD\SETTINGS;ForceDefaultPrinter;INT;1"
RegEntry25="HKLM;Software\ImageMaker\ODCAXD\SETTINGS;ForceDefaultResolution;INT;1"
RegEntry26="HKLM;Software\ImageMaker\ODCAXD\SETTINGS;SetPowerPointPrintOptions;INT;1"

RegPermissionsCount=4
RegPermissions1="HKLM;System\CurrentControlSet\Control\Print\Printers\%PRINTER_NAME%\PrinterDriverData"
RegPermissions2="HKLM;Software\ImageMaker\ODCAXD\SETTINGS"
RegPermissions3="HKLM;Software\ImageMaker\ODCDSK"
RegPermissions4="HKLM;Software\ImageMaker\ODCDSK\CLR"


;--------------------------------------------------------------------
; The following folders will be created during setup.
; They will be removed at uninstall if they do not contain any files.
;
; Implemented placeholders:
;	%PRINTER_NAME% - printer name
;	%INST_DIR% - installation directory

[Folders]
Folder1=

;--------------------------------------------------------------------
; The following EXEs will be run at the end of setup
;
; Format is:
;	ExePath;Parameters
;
; Implemented placeholders:
;	%PRINTER_NAME% - printer name
;	%INST_DIR% - installation directory

[RunExes9x]
RunExe1="regsvr32;/s "%INST_DIR%\ODCAXD.OCX";w"
RunExe2="%INST_DIR%\CPDESK.EXE;"

[RunExesNT]
RunExe1="regsvr32;/s "%INST_DIR%\ODCAXD.OCX""
RunExe2="%INST_DIR%\CPDESK.EXE;"
