scoop-apps icon indicating copy to clipboard operation
scoop-apps copied to clipboard

PowerBIDesktop-Install - Fails with missing Registry Key

Open fpvmorais opened this issue 10 months ago • 0 comments

Hello I'm trying to install Power BI Desktop by using your manifest but I'm having an issue:

Installing 'PowerBIDesktop-Install' (2.128.751.0) [64bit] from Scoop-Apps bucket
Loading PBIDesktopSetup_x64.exe from cache.
Checking hash of PBIDesktopSetup_x64.exe ... ok.
Running pre_install script...
Running installer script...
Get-ItemProperty:
Line |
   3 |  if((Get-ItemProperty -LiteralPath "$regPath").DisplayVersion -lt [Ver …
     |      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     | Cannot find path 'HKLM:\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{6a01366c-d5ae-4092-8454-998c7f584474}' because it does not exist.
Get-ItemProperty:
Line |
   6 |     if((Get-ItemProperty -LiteralPath "$regPath").DisplayVersion -lt [ …
     |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     | Cannot find path 'HKLM:\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{6a01366c-d5ae-4092-8454-998c7f584474}' because it does not exist.

Do you have any idea how to solve this?

I'm using Win10

fpvmorais avatar Apr 12 '24 17:04 fpvmorais