Primast2.inf Driver File Contents (pm26dwin.zip)

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
;  Priority Master II 2.6 Demo Install Script  
;
;	by ScheduPerformance
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

[version]
signature="$CHICAGO$"

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
;  Install sections, these are the options
;  for building the installation file lists
;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

[DefaultInstall]

[ProductInstall]
CopyFiles=Product.copy.files
AddReg=Product.Add.Reg
UpdateInis=Product.links
;,del.links.old

;;;;;;;;;;
; Uninstall


[DefaultUninstall]

DelFiles=Product.del.files,
DelReg=Product.Del.Reg
UpdateInis=del.links

[MyProgramUninstall]

DelFiles=Product.copy.files
DelReg=Product.Del.Reg
UpdateInis=del.links

[Product.Add.Reg]
;
; Product Registry entries here
; For compatibility you must specify 0,1,2,3 for the fourth
; parameter if you want to specify a value
;
HKLM,SOFTWARE\ScheduPerformance\Priority Master II,"Version",0,"2.6"
HKLM,SOFTWARE\ScheduPerformance\Priority Master II\Test1,"Allow International Export",0,"Yes"
HKLM,SOFTWARE\ScheduPerformance\Priority Master II\Test1,"Priority Master II Data Value",0,"Data 1"
HKLM,SOFTWARE\ScheduPerformance\Priority Master II\Test1,"Priority Master II A Number",1,0x1
HKLM,SOFTWARE\ScheduPerformance\Priority Master II\Test1,"Priority Master II Number2",1,0xC2
HKLM,SOFTWARE\ScheduPerformance\Priority Master II\Test1\"Priority Master II Extra Key",ValueD1,0,"Test Data"
;
; for add/remove programs applet
;
HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Priority Master II,"DisplayName",0,"Priority Master II 2.6"
HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Priority Master II,"UninstallString",0,"Rundll32.exe setupapi.dll,InstallHinfSection DefaultUninstall 132 "%65600%"\primast2.inf"

;;;;;;;;;
;
; registry delete works by pruning the tree,
; so if you have interdependent values, put thems in subkeys and
; not in values of the main key since when you prune all the values are lost
;
;;;;;;;;;

[Product.Del.Reg]
;
;Registry entries here
;
HKLM,SOFTWARE\ScheduPerformance\Priority Master II,"Version",0,"2.6"
HKLM,SOFTWARE\ScheduPerformance\Priority Master II\Test1,"Allow International Export",0,"Yes"
HKLM,SOFTWARE\ScheduPerformance\Priority Master II\Test1,"Priority Master II Data Value",0,"Data 1"
HKLM,SOFTWARE\ScheduPerformance\Priority Master II\Test1,"Priority Master II A Number",1,0x1
HKLM,SOFTWARE\ScheduPerformance\Priority Master II\Test1,"Priority Master II Number2",1,0xC2
HKLM,SOFTWARE\ScheduPerformance\Priority Master II\Test1\"Priority Master II Extra Key",ValueD1,0,"Test Data"

HKCU,SOFTWARE\ScheduPerformance\Priority Master II,,,

;
; for add/remove programs applet
;

HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Priority Master II,"DisplayName",,
HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Priority Master II,"UninstallString",,
HKCU,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\Priority Master II,,,

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
; Disk lay out information, used by the CopyFiles lists
;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
; This is the source disk identifiers the number at the
; beginning maps to the SourceDisksFiles first parameter

[SourceDisksNames]
1="The Product Source Disk Name, 1.0","",1

;;;;;;;;;;;;;;;;;;
;
; SourceDisksFiles -
; this must have ALL file names in any copyfiles section
; so that the default copyfile error callback dialog (browse,skip)
; can use the SourceDisksNames strings above to help find the file
; -- this infomation can also be put in a layout.inf
;
; filename_on_source = diskid,subdir,size,checksum,spare,spare
;

[SourceDisksFiles]
license.rtf = 1,,,,,
primast2.exe = 1,,,,,
prihelp.hlp = 1,,,,,
prihelp.cnt = 1,,,,,
readme.rtf = 1,,,,,
os2win32.dll = 1,,,,,
setup.exe = 1,,,,,
PRIMAST2.INI = 1,,,,,
primast2.inf = 1,,,,,

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
; Targetdirectories predefined for [DestinationDirs] section
;   parameter number one
;     00 = null, use only the second parameter for a path
;     11 = windows system directory
;     ...
;

[DestinationDirs]
;
; a default if a particular copyfiles section
;
; DefaultDestDir=LDID[,subdir]  ; not used in this sample

DefaultDestDir = 24,"%PRODUCT_DESC%"
;DefaultDestDir = 0,

Product.del.files=01     ; 01 is the source directory

;
; Run time defined strings, these are set with
; SetupSetDirectoryId once this inf is openned
;

Product.copy.files=65600   ; 65600 is a random choice for a dirid

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
; These are the CopyFiles lists, here is where the files
; for each component are defined
; Note the last param (parm 4) is the CopyFlag for that
; File, for example 8 means copy on  restart--see the doc for more
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

[Product.copy.files]
PRIMAST2.INI
license.rtf
readme.rtf
primast2.exe
prihelp.hlp
prihelp.cnt
os2win32.dll
setup.exe
primast2.inf

[Product.del.files]
PRIMAST2.INI
license.rtf
readme.rtf
primast2.exe
prihelp.hlp
prihelp.cnt
os2win32.dll
setup.exe
primast2.inf

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
; INI sections, used to create and delete icons
;  other uses are possible
;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[Product.links]
;create folders
setup.ini, progman.groups,,"ProductGroup="%PRODUCT_DESC%""
; create links
; second param must match above and the linked to file must really exist

;setup.ini, ProductGroup,, """""""%PRODUCT_DESC%"","""""""""%24%\%INSTALL_DIR%\primast2.exe""""""""",,,,"""""%24%\%INSTALL_DIR%""""""
;setup.ini, ProductGroup,, """""""%README_DESC%"","""""""""%24%\%INSTALL_DIR%\readme.rtf""""""""",,,,"""""%24%\%INSTALL_DIR%""""""
;setup.ini, ProductGroup,, """""""%LICENSE_DESC%"","""""""""%24%\%INSTALL_DIR%\license.rtf""""""""",,,,"""""%24%\%INSTALL_DIR%""""""

setup.ini, ProductGroup,, "%PRODUCT_DESC%,%24%\%INSTALL_DIR%\primast2.exe,,,,%24%\%INSTALL_DIR%"
setup.ini, ProductGroup,, "%README_DESC%,%24%\%INSTALL_DIR%\readme.rtf,,,,%24%\%INSTALL_DIR%"
setup.ini, ProductGroup,, "%LICENSE_DESC%,%24%\%INSTALL_DIR%\license.rtf,,,,%24%\%INSTALL_DIR%"


;Add desktop icons here

[del.links]
;remove folders
setup.ini, progman.groups,,"ProductGroup="%PRODUCT_DESC%""
; remove links
; second param must match above and last param is EXACT description name

setup.ini, ProductGroup,,"%PRODUCT_DESC%"
setup.ini, ProductGroup,,"%README_DESC%"
setup.ini, ProductGroup,,"%LICENSE_DESC%"

;remove desktop icons here

[del.links.old]
setup.ini, progman.groups,,"Priority Master II FolderOld=%DESC_OLD%"
setup.ini, Priority Master II FolderOld,, """%README_DESC%"""
setup.ini, Priority Master II FolderOld,, """%LICENSE_DESC%"""


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
; Strings replace variable in percents above
;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

[Strings]
PRODUCT_DESC    = "Priority Master II"
DT_MESSAGES     = "The Product"
DT_DESKTOP      = "Desktop"
DESC_OLD   = "Old Product"    ; removes old links
README_DESC       = "Read Me"
INSTALL_DIR     = "Progra~1\Priori~1"
INST_DIR_LONG   = "Priority Master II"
LICENSE_DESC    = "User License"
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: web2, load: 1.45