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 Security | Intune | Configuration
Microsoft Security | Intune | Enrollment
Microsoft Security | Intune | Other
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] 10,911 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.


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.