I have a small application that I need installed on a bunch of computers. Unfortunately it is a .EXE file, not an .MSI file. I would like to be able to push this easily with Group Policy. Is there any ...
I used MDT to create a media install, and added all the applications I wanted to it. It installed a thin image, and then isntalled each of the applications off of the DVD, calling the msiexec command.
The MSI file format used by Windows Installer (MSI) is used specifically for installation – this differs from the EXE format sometimes used to run installers, which are simple executable files that ...