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.
DaithiG
Feb 01, 2021Iron Contributor
Thanks Ru
I tried something like that but it didn't seem to work. Might be the actual program. I'll play around with it.
Ru
Feb 01, 2021MVP
No worries. Always here if you want to bounce some ideas. I had to use the C:\Windows path I mentioned once (think it was Rapid7) because it just refused to take the relative one in its parameters.
Like you said, you could just also package in a script to the IntuneWin file and use that as the install command.
Like you said, you could just also package in a script to the IntuneWin file and use that as the install command.