.msi errors on install on desktop windows 7
will install on windows 7 laptop
could not find any diff in laptop and desktop as far as permission, registry, or dx, basically the laptop and desktop systems are identical setups.
was able to fix by doing the following on desktop:
create log file:
msiexec /i C:\Users\myusername\Downloads\somepackage.msi /L*v install.txt
install msi file:
msiexec /i C:\EpicGamesLauncherInstaller.msi
here is a video of the fix:
View: https://youtu.be/75Sz3PX28WE
will install on windows 7 laptop
could not find any diff in laptop and desktop as far as permission, registry, or dx, basically the laptop and desktop systems are identical setups.
was able to fix by doing the following on desktop:
create log file:
msiexec /i C:\Users\myusername\Downloads\somepackage.msi /L*v install.txt
install msi file:
msiexec /i C:\EpicGamesLauncherInstaller.msi
here is a video of the fix: