Win32app with ini files

andreas bright 561 Reputation points
2020-12-10T21:35:41.527+00:00

Hi,

Is it possible to create a intunewim file with a ini file.
For example I need to install a program which takes an ini file as input
Setup.exe /q /f setup.ini

Thanks for reply

/R
Andy

Microsoft Intune Application management
Microsoft Intune Application management
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Application management: The process of creating, configuring, managing, and monitoring applications.
895 questions
0 comments No comments
{count} votes

2 additional answers

Sort by: Most helpful
  1. Lu Dai-MSFT 28,356 Reputation points
    2020-12-11T07:32:30.957+00:00

    @andreas bright Thanks for your update. From your description, I know that you wonder if it is possible to install a program that the intunewin file with a ini file. If there is any misunderstanding, feel free to let us know.

    For this situation, we suggest to manually run the install command to confirm if the installation can be done quietly with the ini file.
    If yes, we can wrap the intunewin and ini files together. Then, try to deploy the win32 app to see if the app can be installed successfully.

    However, if there’s any issue during the deployment, we can check the logs under ProgramData\ Microsoft\IntuneManagementExtension\Logs. Here is a link with log troubleshooting for the reference:
    https://www.anoopcnair.com/intune-management-extension-level-3-troubleshoot/
    Note: Non-Microsoft link, just for the reference.

    On the other side, PowerShell scripts as Nick provided is also a good choice. We can also consider.

    If there’s anything clear, feel free to let us know.


    If the response is helpful, please click "Accept Answer" and upvote it.
    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.

    1 person found this answer helpful.
    0 comments No comments

  2. andreas bright 561 Reputation points
    2020-12-11T07:41:44.583+00:00

    Hi,

    Thanks for reply to both of you.

    If that should not I am not sure how... since when I create a intunevim file I only select the EXE file, and not the ini file.
    I guess I can make a PS script, but I was hoping just to use Win32app.

    Please explain a bit more how to include the ini file when I create a intunevim file.

    Thanks.

    /R
    Andy