I have the same issue.
I tried resetting and reinstalling the windows store, and there is no install link
Tried to reset the Microsoft Store cache
- via wsreset.exe
Manually deleted folder:
- Microsoft.WindowsStore_8wekyb3d8bbwe
Did the below also
- Get-AppxPackage *WindowsStore* | Remove-AppxPackage
- Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}