Important Notice: On February 29th, this community was put into read-only mode. All existing posts will remain but customers are unable to add new posts or comment on existing. Please feel to join our Community Discord for any questions and discussions.

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

1 comment
Date Votes
  • 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.

    2