PSD icon indicating copy to clipboard operation
PSD copied to clipboard

ZTIGather.xml errors on fresh deployment share

Open jarrettdevelops opened this issue 9 months ago • 4 comments

On a fresh windows 11 22H2 install, when installing Install-PSD.ps1, I get an error message: Move-Item: Cannot find path "...PSD-master\PSD-master\scripts\ZTIGather.xml" because it does not exist

Also, when updating my deploymentshare, I get the same error about ZTIGather.xml... I looked in the Scripts folder on github--it really isn't there. Is this intentional or a booboo? How important is this file?

jarrettdevelops avatar Mar 31 '25 11:03 jarrettdevelops

seem this is a bug, ZTIGather.xml was moved instead of copied my workaround is re-extract the source code of PSD then run the script again

trongtinh1212 avatar Apr 02 '25 04:04 trongtinh1212

did you run use Install-PSD.ps1 with -Upgrade switch? I have seen inconsistent results trying to upgrade. Try to start fresh if you can. I noticed there isn't a -Force in the Copy-Item and, in my experience, this may not replace/overwrite the current modules.

As you see here it copies to a backup (while named $FoldertoMove) Image

Then later on there it will try to copy the modules to their path:

Image

Your Install-PSD>log file may tell you more.

@GeoSimos @arwidmark do you think this may be a bug?

PowerShellCrack avatar Apr 03 '25 19:04 PowerShellCrack

did you run use Install-PSD.ps1 with -Upgrade switch? I have seen inconsistent results trying to upgrade. Try to start fresh if you can. I noticed there isn't a -Force in the Copy-Item and, in my experience, this may not replace/overwrite the current modules.

As you see here it copies to a backup (while named $FoldertoMove) Image

Then later on there it will try to copy the modules to their path:

Image

Your Install-PSD>log file may tell you more.

@GeoSimos @arwidmark do you think this may be a bug?

If memory serves well, it is a bug, not fixed yet. Got to deal with it at some point.

GeoSimos avatar Apr 03 '25 19:04 GeoSimos

did you run use Install-PSD.ps1 with -Upgrade switch? I have seen inconsistent results trying to upgrade. Try to start fresh if you can. I noticed there isn't a -Force in the Copy-Item and, in my experience, this may not replace/overwrite the current modules.

As you see here it copies to a backup (while named $FoldertoMove) Image

Then later on there it will try to copy the modules to their path:

Image

Your Install-PSD>log file may tell you more.

@GeoSimos @arwidmark do you think this may be a bug?

did you run use Install-PSD.ps1 with -Upgrade switch? I have seen inconsistent results trying to upgrade. Try to start fresh if you can. I noticed there isn't a -Force in the Copy-Item and, in my experience, this may not replace/overwrite the current modules.

As you see here it copies to a backup (while named $FoldertoMove) Image

Then later on there it will try to copy the modules to their path:

Image

Your Install-PSD>log file may tell you more.

@GeoSimos @arwidmark do you think this may be a bug?

this is a fresh windows install, on a fresh deployment share. It was not ran with -Upgrade. I haven't even used PSD because I am assuming it is broken until this is corrected.

jarrettdevelops avatar Apr 04 '25 18:04 jarrettdevelops