Goodmorning,
New user experimenting with PSappdeploytoolkit here, i'm making a package with a pretty straightforward .msi installer. After the MSI has installed however i need to overwrite a file in it's programfiles directory.
My question basically is, where in the files do i put the properties file and does the post installation content simply look like this then:
Copy-Item ".\files\properties.txt" -Destination "C:\Program Files\app"
Thanks in advance,
Nick