Additional files in custom apps

Upload your additional file. Use $dirfiles
as the location when working with extra files in the installation commands.
Copy-Item "$dirfiles\license.txt" -Destination "C:\Program Files (x86)\Patch My PC\Return On Investment Tool" -Force
In my example, I use a post-install command to place a license text file in the installation directory of my app.

Last updated
Was this helpful?