I need a solution
Hello
I'm looking for the best way to distribute a few files to %WINDIR% and %USERPROFILE%
I already think about a few way of doing it, but i'm still looking for the best way of doing it.
I would like to distribute the files locally via a package, then execute a script to copy the files to %windir% and %userprofile%. But i'm stuck since I'm not able to find where the files are stored temporarily by SMA.
example
script.cmd
xcopy %packagesourcefolder% %userprofile%\somefolder\
thanks!