[wpkg-users] Renaming file in System32
Andreas Schamanek
schamane at fam.tuwien.ac.at
Wed Aug 17 10:33:27 CEST 2016
Quick shot:
On Wed, 17 Aug 2016, at 08:19, Jan-Niklas.Nowak at materna.de wrote:
> <install cmd='xcopy "%RESOURCES%\images\*"
> "%windir%\System32\oobe\info\backgrounds" /y /i /q /r' />
Since you are copying you are creating new files, likely with
different permissions. Try setting them with e.g. `cacls` or consider
using /o and /x with xcopy.
Cf. https://technet.microsoft.com/de-de/library/cc771254(v=ws.10).aspx
--
-- Andreas
:-)
More information about the wpkg-users
mailing list