-
Brief description of your issueAfter installing using Winget, when running the portable app from the command line, I get a This is incorrect behaviour as I can switch to the installed folder in Steps to reproduceIt's not consistently reproducible. I was creating an installation video and uninstall/reinstall a bunch of times. On the 3rd uninstall/reinstall I received the winget uninstall nkdAgility.AzureDevOpsMigrationTools Expected behaviorWhen running the symbolic link
Actual behaviorInstead, I get an error for a missing file that is not in fact, missing fro the folder.
EnvironmentWindows Package Manager v1.6.2771
Copyright (c) Microsoft Corporation. All rights reserved.
Windows: Windows.Desktop v10.0.25992.1000
System Architecture: X64
Package: Microsoft.DesktopAppInstaller v1.21.2771.0
Winget Directories
-----------------------------------------------------------------------------------------------------------------------
Logs %LOCALAPPDATA%\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\Diag…
User Settings %LOCALAPPDATA%\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\sett…
Portable Links Directory (User) %LOCALAPPDATA%\Microsoft\WinGet\Links
Portable Links Directory (Machine) C:\Program Files\WinGet\Links
Portable Package Root (User) %LOCALAPPDATA%\Microsoft\WinGet\Packages
Portable Package Root C:\Program Files\WinGet\Packages
Portable Package Root (x86) C:\Program Files (x86)\WinGet\Packages
Installer Downloads %USERPROFILE%\Downloads
Links
---------------------------------------------------------------------------
Privacy Statement https://aka.ms/winget-privacy
License Agreement https://aka.ms/winget-license
Third Party Notices https://aka.ms/winget-3rdPartyNotice
Homepage https://aka.ms/winget
Windows Store Terms https://www.microsoft.com/en-us/storedocs/terms-of-sale
Admin Setting State
--------------------------------------------------
LocalManifestFiles Enabled
BypassCertificatePinningForMicrosoftStore Disabled
InstallerHashOverride Disabled
LocalArchiveMalwareScanOverride Enabled |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
It looks like this only happens when using an elevated command line! If you install without admin then it works a treat! |
Beta Was this translation helpful? Give feedback.
-
I had the same error, but it seems the error only happens when you use the command "devopsmigration init" instead of the full command with point and backslash in front ".\devopsmigration init" |
Beta Was this translation helpful? Give feedback.
It looks like this only happens when using an elevated command line!
If you install without admin then it works a treat!