How to PDQ deploy .MSI that need other files in the same folder
I have this application that is in a .MSI file but during installation, it will need other files (mainly .txt).
So how can I use PDQ to deploy this MSI (which may need to copy the .MSI and other 6 files, total only 8,400KB and 6x 1KB txt files to the destination machine then install) ?
1
Comments
Adrian,
This is quite easy with PDQ Deploy. When you build your Deploy package, simply click the checkbox for "Include Entire Directory" under "Additional Files". All the files in the same folder as your MSI will be copied to the destination machine before it runs the MSI.