PowerShell - if windowsdesktop-runtime-6.0.7-win-x64.ex can be insatlled ?

Dani_S 5,561 Reputation points
2022-12-11T13:50:03.183+00:00

Hi,

  1. How I test if windowsdesktop-runtime-6.0.7-win-x64.ex can be installed (enough space in disk )?
  2. I have 4 images(exe/msi) and I need first to check if they are installed
  3. Later check those images that are not installed if they have enough space in disk ?
    This done on server 2019.
    Thanks,
Windows for business | Windows Server | User experience | PowerShell
0 comments No comments
{count} votes

Answer accepted by question author
  1. Anonymous
    2022-12-13T04:32:29.64+00:00

    Hi,

    You can check the prerequisites for windowsdesktop-runtime-6.0.7-win-x64 manually in a powershell script. Use Get-Volume to see if there are enough free space on the volumes and check the registry key HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall to see if the applications are already installed.

    Best Regards,
    Ian Xue

    -----------------------------

    If the Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.