Deploy a win 32 app

RMahajan 0 Reputation points
2023-10-26T19:34:06.35+00:00

One of our clients use Quicken app for finance management and it needs to install updates quite often which creates disturbance for users in the middle of the work. Our goal is to simplify and automate the update process for this application through Intune so that everything happens in the background without any interaction with the user. Quicken does have an .exe installer that installs all latest updates by default and for the upcoming patches we plan to configure app supersedence so that it remains current.

From our last deliberation with Quicken support, they mentioned that their app does not support a silent install and we are not completely certain if that implies that it cannot be done through Intune once we convert the installer to .intunewin.

So far, we have deployed it with install and uninstall command line arguments as Quicken.exe /qn /exenoui /norestart and Quicken.exe /qn /uninstall without success as the installation fails after being stuck on "waiting on install status" for a while. After making some modifications to the command line, the last error reads "The unmonitored process is in progress, however it may timeout". The detection rule is to confirm the presence of quickenPatch.exe file under C:\Program Files (x86).

From analyzing the Intune management extension log file through CMTrace, we see lot of detail and not sure what that really implies. For instance, there are some lines highlighted in yellow as "Application Poller stopped", "Unlock DoWorkInternal", "Session Change Detected", "Session Lock", "Session Unlock" etc.

We'd appreciate any advise on how we can make this work.

Microsoft 365
Microsoft 365
Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.
4,364 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,989 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,743 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Felipe Santos Cardoso 1 Reputation point
    2023-10-27T01:42:43.3433333+00:00

    Hello @RMahajan .

    I would like to help with some more information. When running the "Quicken.exe" setup, before clicking NEXT, you can see that the wizard copies all application files to the path:

    User's image

    %Temp%: C:\Users\UserProfile\AppData\Local\Temp\pft659E.tmp\DISK1User's image

    User's image

    I believe you can explore the files (quicken.msi, setup.ini and qsetup.ini) by creating a powershell or batch and then create the application in Intune.

    0 comments No comments

  2. ZhoumingDuan-MSFT 11,130 Reputation points Microsoft Vendor
    2023-10-27T07:00:53.1866667+00:00

    @RMahajan,Thanks for posting in Q&A.

    From your description, I know that you want to deploy Quicken app via Intune but get some problem.

    Based on my researching, I found that if you want to deploy a win32 app via Intune, the app itself should support install silently. According to your description, the app does not support install silently.

    Therefore, we suggest that you contact app developer to ask if there is other way to batch deploy it via Intune.

    Thanks for your kind understanding.

    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