Forum Discussion
DaithiG
Jan 28, 2021Iron Contributor
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...
- 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.
Ru
Jan 31, 2021MVP
Totally possible. When running IntuneWinAppUtil, make sure you package Config.txt along with the MSI, then in your command for installation specify the config file using a relative path.