Deploy Printer Drivers Via Sccm
Click Next to accept the default install location. Accept the licence agreement and click Next. Click Install. Click Finish to launch the Advanced Installer. Create the MSI install. Download any printer drivers and extract to the.inf files. In Advanced Installer choose a Simple template. Enter any product details for the drivers. RUNDLL32 PRINTUI.DLL,PrintUIEntry /if /b 'Printer Name' /f 'path to drivers inffilename.inf' /r 'IP_000.000.000.000' /m 'Printer name as listed in the driver INF file' rundll32 printui.dll,PrintUIEntry /y /q /n 'Printer Name' -----Other printers, HPs, the VBS method of creating the port does not work so I have to import using a.
Printer Drivers cannot be injected into SCCM’s drivers catalog and hence a driver package cannot be created for them. One option to get them installed is to package them into an MSI file and use this in conjunction with the DIFxApp merge module. There’s some information on DIFxApp. The following guide shows how I packaged the drivers for a Canon iR5075 printer which I was then able to deploy as an application in SCCM. Download the following tools to achieve this: • An MSI authoring program – in this instance Advanced Installer () • The Orca MSI editor – available from • The DIFxApp merge module available from the Windows 7 driver kit – Install the Windows 7 Driver Kit Extract the GRMWDK_EN_7600_1.ISO file and run the KitSetup.exe file.
Install all components Once installed click Finish. Install Orca Run the orca.msi file. Accept the licence agreement and click Next. Choose a Complete install Click Install.
Click Finish to complete the installation. Install Advanced Installer Run the Advinstl.msi setup file. Click Next to accept the default install location. Accept the licence agreement and click Next. Click Install Click Finish to launch the Advanced Installer. Create the MSI install Download any printer drivers and extract to the.inf files.
In Advanced Installer choose a Simple template. Download Game Berkebun Ddgame Hp Layar Sentuh Biasa on this page. Enter any product details for the drivers. Note that details here will appear in Add/Remove Programs applet. Click the Files and Folders menu on the left hand pane. Click the Files icon in the Files and Folders menu. Navigate to your extracted drivers folder and then click Open. Click the Home menu and choose Build.
Enter a project name and Save. Click Ok once the MSI has been built. Free Epson Tm-u220 Ethernet Manual Programs. Open Orca and open the created MSI file. Click Tools>Merge Module. Click Browse. Import the x64 DIFxApp merge module from the directory C: WinDDK 7600.16385.1 redist DIFx DIFxApp MergeModule amd64. Click Open then click Ok.
Note that I am using the x64 DIFxApp, the x86 version is located in the folder C: WinDDK 7600.16385.1 redist DIFx DIFxApp MergeModule x86 Click Accept to any merge failures. In the File table, find the row containing the driver’s.inf file and copy the value from the Component_ column. Click the MsiDriverPackages table and click Add Row In the component field paste in the component copied earlier, in this instance aussdrv.dl_ In the Flags field enter the value 4. Save the MSI file. Installing the MSI file. Run the final MSI file. Click Install.
Click Ok at the end of the installation. Click Finish to complete the installation. To silently install the software run the MSI file with the following switches.
Details on the msidriverpackage custom table are located here. Value 4 means ‘By default, DIFxApp adds an entry to Programs and Features in Control Panel for the driver package that this component represents. This flag configures DIFxApp so that it does not create a Programs and Features entry for the component.’ Installing the driver kit is required as you need to use the DIFxApp merge module. This module manages the association between the msidriverpackage and the application that installs the driver package, amongst other operations.