Hi All,
I'm trying to push out an installation of Data360 Analyze, the installer is a standard .exe however, to perform a silent installation the .exe needs to reference a file which includes some specific config.
How do I get InTune to do this? The silent installation command is below, I've added this to the Install Command and the location I've added to an accessible location "\\Domain\sysvol\Domain\folder", the .exe looks to install but doesn't reference the file.
Batchfile
Data360_Analyze_3_6_2_6496.exe -q - Dinstall4j.suppressUnattendedReboot=true -\\domain\SYSVOL\domain\folder\response.varfile
Any ideas would be appreciated.
Thanks in advance.