Open cveld opened 4 years ago
I have noticed that at least on Windows 10 the one-click application installer installs VaultExplorer at a different folder than it's expected by the application itself (there's a hardcoded path in the code which does not match to the fact installation directory).
I. e.
The error states that it cannot find the file in
AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Microsoft Corporation\VaultExplorer.appref-ms
however it installs automatically under
AppData\Romaing\Microsoft\Windows\Start Menu\Programs\VaultExplorer\VaultExplorer.appref-ms
instead.
I troubleshoot this excact error via editing Registry. If you execute this straight from your cmd window (you do not need administrator rights) this will set the path which is saved in the Registry correctly at least in Windows 10 making the vault:// protocol to work properly:
REG ADD HKCU\Software\Classes\vault\shell\open\command /t REG_EXPAND_SZ /d "\"C:\windows\system32\rundll32.exe\" C:\windows\system32\dfshim.dll, ShOpenVerbShortcut %APPDATA%\Microsoft\Windows\Start Menu\Programs\VaultExplorer\VaultExplorer.appref-ms|%1" /F
When I try to open vault://myvault from Chrome (after installing the ClickOnce app) I get an application error.
The following exception report is provided.