rlongfield
New Member
- Messages
- 3
- Reaction score
- 0
- Points
- 1
I have an program that I am pushing out as an Application. One of the files in the source directory is not being copied over to the target computer during the deployment.
The file in question is a .ps1 file which copies an icon into it's proper location on the target computer. All the other files in the source folder are being moved just not the .ps1 file.
I have other applications that also use a .ps1 file (an example is one that creates a shortcut), these .ps1 files are being copied over to the target computer in their respective application deployments.
I don't know where to look to find out why this file isn't being copied over.
Update: I did find some information in the DataTransferService.log file.
I can see the download (Content_<string_of_characters>) and the contents of that Content file, the .ps1 file is indeed not being included in this file.
The file in question is a .ps1 file which copies an icon into it's proper location on the target computer. All the other files in the source folder are being moved just not the .ps1 file.
I have other applications that also use a .ps1 file (an example is one that creates a shortcut), these .ps1 files are being copied over to the target computer in their respective application deployments.
I don't know where to look to find out why this file isn't being copied over.
Update: I did find some information in the DataTransferService.log file.
I can see the download (Content_<string_of_characters>) and the contents of that Content file, the .ps1 file is indeed not being included in this file.
Last edited: