Forum Discussion

DaithiG's avatar
DaithiG
Iron Contributor
Jan 28, 2021
Solved

Win32 Configuration files

Hi all,   I'm able to package and rollout a MSI based application. It's quite neat.   However, if I want to add a config file e.g. the installer command in Intune would be something like "   "m...
  • Ru's avatar
    Ru
    Feb 01, 2021

    HeyDaithiG 

     

    Say for example I'm installing the MSI called install.msi and in a folder called 'files' I have config.txt. My install command might look something like this:

     

    msiexec /i install.msi /q CONFIG="files\config.txt"

     

    When the program is installed, it's executed from C:\Windows\IMECache\<ID>, so you could potentially use this path too if a relative one isn't working.

Resources