You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried to install several portable apps such as
ajeetdsouza.zoxide
zyedidia.micro
AntiMicroX.antimicroxPortable
which fail with an error of An unexpected error occurred while executing the command: copy_file: Access is denied.: "%Temp%/winget/PACKAGEID/extracted/PACKAGE.VERSION" "D:/Apps/winget/users/PACKAGE..." Portable install failed; Cleaning up...
and in the logs it says a lot of rename: Access is denied from the temp extracted folder to the destination drive and one std::exception: create_hard_link: The system cannot move the file to a different disk drive. before the error is caught in the next line in the log
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have tried to install several portable apps such as
ajeetdsouza.zoxide
zyedidia.micro
AntiMicroX.antimicroxPortable
which fail with an error of
An unexpected error occurred while executing the command:
copy_file: Access is denied.: "%Temp%/winget/PACKAGEID/extracted/PACKAGE.VERSION" "D:/Apps/winget/users/PACKAGE..."
Portable install failed; Cleaning up...
and in the logs it says a lot of
rename: Access is denied
from the temp extracted folder to the destination drive and onestd::exception: create_hard_link: The system cannot move the file to a different disk drive.
before the error is caught in the next line in the logIn my winget settings my install behaviour is
but
Rclone.Rclone
ahmetb.kubens
wagoodman.dive
are installed successfully which are also zip installers
I wasn't sure if this should be an issue or if perhaps I have a problem with my windows or winget configuration.
using
Windows Package Manager v1.4.10173
Beta Was this translation helpful? Give feedback.
All reactions