How can I set up an Installation Path for an Win32 app that I enroll via Intune?

Felix Hefler | aobis GmbH 20 Reputation points
2023-01-16T13:28:16.5933333+00:00

Hi,

How can I change the installation Path of any win32 based program, that I want to enroll via Intune?

I cant find any subpoint, which says "Installation Path".

Im thinking, that I need to put something in the installation command, which describes the path.

My Path is lokking like this: "7zFM.exe /quiet"

Thx for ur help!

For any more question, please contact me

:)

Microsoft Intune Configuration
Microsoft Intune Configuration
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Configuration: The process of arranging or setting up computer systems, hardware, or software.
1,814 questions
Microsoft Intune Enrollment
Microsoft Intune Enrollment
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Enrollment: The process of requesting, receiving, and installing a certificate.
1,320 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

Accepted answer
  1. Jamie Sabbatella 646 Reputation points
    2023-01-23T17:43:54.0833333+00:00

    Personally I download the MSI from 7-zip and use the following:

    msiexec /i "7zpathname6-x64.msi" /q INSTALLDIR="C:\Program Files\7-Zip"

    The 7-zip guidance for EXE says: 7zFM.exe /S /D="C:\Program Files\7-Zip"

    Hope that helps.

    Jamie

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Rahul Jindal [MVP] 9,791 Reputation points MVP
    2023-01-16T19:25:19.4366667+00:00

    There is nothing natively available in Intune to change the installation path. The default location can be modified by using the relevant switches in the command line as long as the installer supports it.