Install.ini Driver File Contents (M900.exe)

;----------------------------------------------------------------------
; Setup section
;
;	Miscellaneous information about the install itself.
;----------------------------------------------------------------------
[Setup]
TheProduct=JetFax M900 series
BackgroundTitle=JetFax M900 Series Driver Setup
Display=FullScreen		; or Window
Background=1
BackgroundColor=
AllowOnNT=0
NeedWin32s=0
NeedShare=1
PhysicalMemoryReq=4000
VirtualMemoryReq=0
DefaultDir=c:\M900
AltDefDir95=c:\M900_95
AltDefDir31=c:\M900_31
LockedFile=jsdemon.drv		; Please move to [Files]
App=M900				; Please move to [Application]
Version=1.02 				; Please move to [Application]
DiskSpaceUnits=KB			; KB, MB or GB.
InstallSource=CDROM 		; or "Floppy"
HelpFile=


;----------------------------------------------------------------------
; OEM section
;
;	Miscellaneous information about the hardware manufacturer.
;----------------------------------------------------------------------
[OEM]
Manufacturer=JetFax
OEMName=JetFax 
OEMModel=JetFax M900
TheProduct=M900
	;TotalSizeInKB=4500			; moved to [components]
	;SysSizeInKB=1200				; moved to [components]
HelpFile=


;----------------------------------------------------------------------
; Application section
;
;	Information about the application, such as file extension,
;	the main executable, etc.
;----------------------------------------------------------------------
[Application]
App=M900
Version=1.02
Executable=em9xv148.exe
;Extension=jsd
;FileType=JetSuiteDoc
;FileDesc=JetSuite Portable Document
DefaultProgGroup=M900
RunningApp1=em9xv148.exe,$JF_JETSUITE
;RunningApp2=jspbook.exe,$JF_JSPBOOK
;RunningApp3=jsfman.exe,$JS_FAXMAN
;RunningApp4=jetstat.exe,$JF_TRAYSTAT
;RunningApp5=jsconfig.exe,$JF_JSCONFIG
PromptUserToClose=0



;----------------------------------------------------------------------
; Locale section
;
;	Specifies what languages that are supported by the application
;	and the resource dll to use in the install.
;	Syntax: Lang#=Language name,Language resource DLL
;	Default is the filename of the default resource DLL and must
;	always be specified (if there is one).
;----------------------------------------------------------------------
[Locale]
Default=instres.dll
;Lang#=Language name,Language resource DLL


;----------------------------------------------------------------------
; Dialog sections
;
;	These sections allows you to control which dialogs to include
;	in the install + misc settings for each dialog.
;----------------------------------------------------------------------
[Menu]
ShowDlg=0

[Welcome]
ShowDlg=1
WelcomeWithOptions=0
WelcomeInstalled=0

[NetworkType]
ShowDlg=1

[Register]
ShowDlg=0

[ConfirmRegister]
ShowDlg=0

[FaxID]
ShowDlg=0
LaunchSetup=0

[InstallType]
ShowDlg=1
NumberOfTypes=2 	; 2 or 3: Minimal, Typical and Custom. Minimal only on 3.

[Typical]
ShowDlg=1
PromptUserIfDirExists=1
PromptUserToCreateDir=0

[Custom]
ShowDlg=1
PromptUserIfDirExists=1
PromptUserToCreateDir=0
NoOfComponents=1

[Mail]
ShowDlg=0

[SelectPort]
ShowDlg=1
ShowOnTypical=0

[SetDefaultPrinter]
ShowDlg=1
ShowOnTypical=0
DefaultBtnSetting=YES

[SelectProgramGroup]
ShowDlg=1
ShowOnTypical=0
DefaultProgGroup=JetFax M900 series
Win31DefProgGrp=JetFax M900
IncludeVersion=0

[Reboot]
ShowDlg=1

[Uninstall]
ShowDeleteUserFilesDlg=1
ShowUninstallStatusDlg=1

;----------------------------------------------------------------------
; end Dialog sections
;----------------------------------------------------------------------


;----------------------------------------------------------------------
; Hardware section
;
;	Any "hardware" to install should be listed here.
;	So far two ports and three printers are supported. It is presumed
;	that printer1 uses port2 (usually printer port), printer2 (e.g.
;	JetSuite Capture) uses DISK: and printer3 (e.g. JetSuite Fax) uses
;	port1 (usually faxport).
;	Only printer1 is presumed to be an actual physical device.
;----------------------------------------------------------------------
[Hardware]
Port1=COM7
Port1Friendly=M900 Fax
Port1inf=faxclnt.inf
Port1drv=jsfax.vxd
Port2=COM8
Port2Friendly=M900 Print
Port2inf=prnclnt.inf
Port2drv=jsprint.vxd
Printer1=JetFax M900 Series
Prn1drv=JetM900.drv
Prn1inf=JetM900.inf
Prn1RetryTimeout=120
Prn1PnPid=JETFAXJETFAX_M900_SE9656
Prn1Model=JetFax M900
Prn1DataType=EMF
;Printer2=JetSuite Document Capture
;Prn2drv=jsprint.drv
;Prn2DataType=RAW
;Printer3=JetSuite Fax
;Prn3drv=jsfax.drv
;Prn3DataType=RAW
PNPCompatible=1


;----------------------------------------------------------------------
; win.ini section
;
;	Extra settings to win.ini. This does not include settings for
;	hardware included in the [Hardware] section or file extension
;	information.
;	Syntax: Entry#=<win.ini section>,<section entry>,<data>
;	Note that paths needs to be specified using the symbolic path.
;----------------------------------------------------------------------
[win.ini]
;1=windows,load,eReg\runner.exe
1=Twain,Default Source,TWAIN\jstwain.ds


;----------------------------------------------------------------------
; system.ini section
;
;	Settings needed in system.ini.
;	Syntax: Entry#=<system.ini section>,<section entry>,<data>
;	Note that paths needs to be specified using the symbolic path.
;----------------------------------------------------------------------
[system.ini]
1=boot,drivers,mfpdaemon
2=386enh,device,APP\jsdbg.vxd
3=386enh,device,APP\jsmem1.vxd
4=386enh,device,APP\jsmux.vxd
5=386enh,device,APP\jsprtcap.vxd
6=386enh,device,APP\jsscan.vxd
7=386enh,device,APP\jsstrms.vxd
8=386enh,device,APP16\jsfax3.vxd
9=386enh,device,APP16\jsprint3.vxd
10=386enh,device,APP\jscrunch.vxd
11=drivers,mfpdaemon,APP\jsdemon.drv
12=Debug,OutputTo,NUL


;----------------------------------------------------------------------
; registry section
;
;	Extra settings in the registry. Settings related to hardware
;	specified in the [Hardware] section is not necessary to set,
;	likewise for file extensions and software registration.
;	Syntax: Entry#=<registry key>,<entry>,<data>
;	Note that paths needs to be specified using the symbolic path.
;----------------------------------------------------------------------
[registry]



;----------------------------------------------------------------------
; ApplicationIniFile section
;
;	Settings needed in the application's ini file.
;	Syntax: Entry#=<ini section>,<section entry>,<data>
;	Note that paths needs to be specified using the symbolic path.
;----------------------------------------------------------------------
[ApplicationIniFile]
IniName=jetsuite.ini
;1=Startup,Load1,em9xv148.exe
1=PCLEmulation,DisplayVersion,no
2=PCLEmulation,DisplayWarning,yes
3=PCLEmulation,UsePrtDriver,yes
4=PCLEmulation,UseTmpFile,yes
5=PCLEmulation,UseSwpFile,no
6=PCLEmulation,PclDllName,jp2m5win
7=Startup,Load1,jshelper.exe
8=Directories,Program,APP\
9=Directories,Emulation,PCL\
10=PCLEmulation,DisplayProgress,no
11=PCLEmulation,PrtDrvName,JetFax M900,JetM900,COM5:

;----------------------------------------------------------------------
; Program Icons section
;
;	Program icons to be put in the Start Menu / Program Manager
;	Genral Syntax: Entry#=<icon name>,<executable and path>
;	Note that paths needs to be specified using the symbolic path.
;	Also definable is "InclVerInFolder" which adds the version number
;	at the end of the folder name and DesktopIcon (Win95 only) which
;	defines a shortcut on the desktop.
;----------------------------------------------------------------------
[Program Icons]
1=JetFax M900 Config,APP\em9xv148.exe,,em9xv148.exe,0
;2=JetSuite Quick-Note,APP\jspbook.exe
;3=JetSuite Setup,SETUP\setup.exe
;4=JetSuite Status,APP\jetstat.exe
2=JetFax M900 Uninstall,SETUP\setup.exe,uninstall,setup.exe,0
;6=JetSuite Version Checker,APP\jsinfo.exe
InclVerInFolder=0
;DesktopIcon=JetSuite,APP\jetsuite.exe



;----------------------------------------------------------------------
; DefaultPaths section
;
;----------------------------------------------------------------------
[DefaultPaths]
APP=c:\M900
SAMPLES32=Sample Documents
COVERPG32=Cover Pages


;----------------------------------------------------------------------
; File transfer section
;
;	List of files to install.
;	Syntax: file# = <z-file>,<filename>,<destination path abbreviation>
;----------------------------------------------------------------------
[Files]
CopySetupFiles=1
LockedFile=jsdemon.drv



;----------------------------------------------------------------------
; Components section
;
;		Decides which components to include in the install. Also gives
;		the sizes in kilobytes for each component.
;		Syntax: Component# = <Component name>,
;							 <size in KB>,
;							 <Active: 1 = checkbox is active, 0 = checkbox is greyed out>
;----------------------------------------------------------------------
[Components]
1=JetFax M900 Program files,4500,0		; w/o sys space 8400KB
;2=OmniPage LE OCR package,7680,1
;3=Sample Documents,200,1
TotalSizeInKB=4500
SysSizeInKB=1200
SetupSizeInKB=0 						; included in program files....
 

[JetFax M900 Program files]
1=Setup.z,jetsuite.ini,WINDOWS
2=M900.z,dbwin.dll,APP
3=M900.z,jshelper.exe,APP
4=M900.z,mfpemux.exe,APP
5=M900.z,mfpemux.ini,APP
6=M900.z,jf_jbig.dll,SYSTEM
7=M900.z,msvcrt20.dll,SYSTEM16
8=M900.z,commctrl.dll,SYSTEM16_LEAVE
9=M900.z,JetM900.drv,SYSTEM
10=M900.z,jstwain.ds,TWAIN
11=M900.z,faxclnt.inf,INF
12=M900.z,prnclnt.inf,INF
13=M900.z,jsdemon.drv,APP
14=M900.z,jscrunch.vxd,APP
15=M900.z,jsdbg.vxd,APP
16=M900.z,jsfax.vxd,SYSTEM32
17=M900.z,jsfax3.vxd,APP16
18=M900.z,jsmem1.vxd,APP
19=M900.z,jsmux.vxd,APP
20=M900.z,jsprint.vxd,SYSTEM32
21=M900.z,jsprint3.vxd,APP16
22=M900.z,jsprtcap.vxd,APP
23=M900.z,jsstrms.vxd,APP
24=M900.z,em9xv148.exe,APP
25=M900.z,ijcomm.dll,APP
26=M900.z,model.dll,APP
27=M900.z,twain.dll,WINDOWS32_LEAVE
28=M900.z,twain_32.dll,WINDOWS_LEAVE
29=M900.z,twunk_16.exe,WINDOWS_LEAVE
30=M900.z,twunk_32.exe,WINDOWS_LEAVE
31=M900.z,bwcc.dll,SYSTEM_LEAVE
32=M900.z,twain16\twain.dll,WINDOWS16_LEAVE
33=M900.z,ctl3d.dll,SYSTEM_LEAVE
34=M900.z,dbwin.exe,APP
35=M900.z,jsscan.vxd,APP
36=M900.z,commctrl.dll,SYSTEM16_LEAVE
37=M900.z,pcl\JP2M5WIN.CFG,PCL
38=M900.z,pcl\JP2M5WIN.DLL,PCL
39=M900.z,pcl\JSPCLWIN.EXE,PCL
40=M900.z,pcl\sft\*.SFT,PCLSFT
41=M900.z,streams3.dll,SYSTEM
42=M900.z,m900cfg.hlp,APP


[OmniPage LE OCR package]
;1=omnipage.z,opsetup.ins,SETUP
;2=omnipage.z,*.*,OmniPage				; fool install to delete OmniPage-dir
;LaunchSetup=SETUP\opsetup.ins


[Sample Documents]
;1=samples.z,buterfly.jsd,SAMPLES
;2=samples.z,acad.jsd,SAMPLES



;----------------------------------------------------------------------
; Launch Other section
;
;		Used to launch one or more other install scripts or other apps
;		after the main part of the install is done.
;		Syntax: LaunchSetup# = <setup script name and path>
;----------------------------------------------------------------------
[Launch Other]



[FaxSetup]
;ScriptFile=faxsetup.ins


Download Driver Pack

How To Update Drivers Manually

After your driver has been downloaded, follow these simple steps to install it.

  • Expand the archive file (if the download file is in zip or rar format).

  • If the expanded file has an .exe extension, double click it and follow the installation instructions.

  • Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.

  • Find the device and model you want to update in the device list.

  • Double-click on it to open the Properties dialog box.

  • From the Properties dialog box, select the Driver tab.

  • Click the Update Driver button, then follow the instructions.

Very important: You must reboot your system to ensure that any driver updates have taken effect.

For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.

server: web1, load: 1.75