About 50 results
Open links in new tab
  1. msiexec command line to install a software for all users in registry ...

    Im using following command to install the setup kit on the user's machine using admin account but it seems to be installing for just admin account rather than other's user accounts. Following is the …

  2. How to run an installation in /silent mode with adjusted settings

    Sep 14, 2018 · However, I want to run the installation in /silent mode, in which I don't know how to change the install settings. So the question is: Is there anyway to give the shell a correct installation …

  3. Detecting installed programs via registry - Stack Overflow

    I need to develop a process that will detect if the users computer has certain programs installed and if so, what version. I believe I will need a list with the registry location and keys to look f...

  4. Qt installation error: no qt platform plugin could be initialized

    May 20, 2025 · I found the solution, which is easy. Deleting the User/System variable QT_QPA_PLATFORM_PLUGIN_PATH c:\Users\Tomas\AppData\Roaming\Python\Python36\site …

  5. How to install PHP module intl on Ubuntu 22.04 with both PHP 8.1 and ...

    Feb 16, 2023 · When I install the php-intl using sudo apt install php-intl, it gives me the version for 8.1 which I don't need. But when I directly install php8.2-intl. It does not exist on that repository. So I …

  6. WinGet Install - My app receives "Installer hash does not match"

    Mar 6, 2023 · 0 it's not solvable. i tried cmd => winget install anydesk and it says "Installer hash does not match". installed it from the website.

  7. MSI installer does not install when executed from a batch file

    Dec 22, 2022 · I am currently creating an improvised installer for a cople software packages. To do this I have to install a couple MSI packages first before doing a couple file operations. To install an MSI …

  8. getting the latest download url and version of a software from a ...

    May 21, 2022 · 0 I want to take the take the latest version of the software and check with the version that is installed on system if it is newer install the new version .

  9. Registry path to find ALL the installed applications

    May 9, 2013 · The paths in the question don't include the apps installed on a user level. They are in the same location, but under HKEY_CURRENT_USER instead of HKEY_LOCAL_MACHINE. So in total: …

  10. How do I capture the selected value from a ListBox in PowerShell?

    Nov 1, 2017 · 2 I am trying to create a Popup asking a user to select a department and then based on the department run a selection of Choco commands to install software each department needs to …