64bit
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
32bit
HKLM\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall
PER USER
HKCU\Software\Microsoft\Windows\CurrentVersion\Uninstall
REG_SZ "UninstallString"
msiexec /x{3BC0A685-E309-4C51-9D48-9C0632C6DADF} (unistall)
OR
msiexec /i{3BC0A685-E309-4C51-9D48-9C0632C6DADF} (install or configure)
OR
msiexec /i 8d584f.msi
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\F5816105FA50F554AA07B6E6D5D6E407
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\AVerMedia TECHNOLOGIES, Inc.
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\AVerUpdate
cached MSI packages %windir%\Installer
in case of network installations leaves only SourceHash{3BC0A685-E309-4C51-9D48-9C0632C6DADF}
file
*.MSI
package resides right on the AD DISTRIBUTION server, isn't downloaded, isn't cached.
Still you can check up on REG_SZ InstallSource to download it on your own (after you had already installed it). This is handy because if you cant get it through "Programs and Features/Install a program from the network" because of not applied certain GroupPolicy you usually can access and copy the DISTRIB files directly (with just a file manager).
- https://www.google.com/search?q=msi+msp+file
- https://serverfault.com/questions/165126/find-guid-of-msi-package
- https://stackoverflow.com/questions/11251034/find-guid-from-msi-file
- https://msdn.microsoft.com/en-us/library/aa370557(v=vs.85).aspx
- https://msdn.microsoft.com/en-us/library/windows/desktop/dd765197.aspx
- https://stackoverflow.com/questions/29937568/how-can-i-find-the-product-guid-of-an-installed-msi-setup/29937569
- https://stackoverflow.com/questions/450027/uninstalling-an-msi-file-from-the-command-line-without-using-msiexec/1055933#1055933
- https://support.microsoft.com/en-us/help/816102/how-to-use-group-policy-to-remotely-install-software-in-windows-server
- https://www.flexerasoftware.com/producer/products/software-installation/installshield-software-installer/