Need to deploy Canon driver silently from intune

TechUST 516 Reputation points
2024-08-29T22:47:32.4666667+00:00

Hi,

I want to package and deploy the "Canon ImageRunner Advance DX C3826i .exe" right now. Maybe we can package it with PowerShell. When 1 double-click on the Canon ImageRunner Advance DX C3826i .exe, it extracts to the X64 folder, and that's what we actually need to deployUser's imageI have manually installed it, and during the installation, a page appears with standard and custom options. We need to select the custom option to install the driver.My goal is to create a silent package for this Canon driver application and deploy it, but I haven’t been able to achieve it despite many attempts.

I just need to package and deploy the Canon ImageRunner Advance DX C3826i print drivers so users can install the printer on their own, provided the driver is already installed on their computers.

I read this article on the Canon website and customized the Powershell Script and Setup.ini accordingly, but the silent installation is still not working

https://oip.manual.canon/USRMA-2685-00-DS-enUS/contents/12_04_003-dt-admin-inst_cmd-inst-sinst.html

This Ps1 script I made for installation but not working -

$setupPath = ".\Setup.exe"

$configPath = ".\Setup.ini"

Start-Process -FilePath $setupPath -ArgumentList "/qn", ""$configPath"", "/i", -Wait -NoNewWindow

I also Customize setup.ini as per given instruction in URL but didnt work.

; Additional settings for silent installation

[Property]

LANGUAGE=en

INSTALLDIR=

INSTALLMANUAL=true

LOCALELIST=

Would you assist me in creating a Silent Setup.ini and PowerShell script for the installation according to the article URL I mentioned above..

I would also like you to test it from your end :)

Your help would be greatly appreciated..

Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
5,053 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,509 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Crystal-MSFT 48,591 Reputation points Microsoft Vendor
    2024-08-30T05:43:41.57+00:00

    @TechUST, Thanks for posting in Q&A. Based on my testing, I find the command also not working with silent. From the Canon document, it says there's a silent.ini file existing. But based on my checking, I don't have this file. So I think this is the issue. You should contact Canon support to find the correct command and silent.ini file to do the silently installation.

    After we find the correct command to deploy the drivers, then we can consider deploy it via Intune.

    Hope the above information can help.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.