Let's say you've got an error 1719 when trying to install an MSI package and you follow the solution in
At the command prompt, run this at the C:> prompt:
regsvr32.exe %SystemRoot%\System32\msi.dll
And on an x64 OS, you should also run this:
%systemroot%\sysWOW64\regsvr32.exe %systemroot%\syswow64\msi.dll
This solves the problem I was facing.
2 comments:
Thanks so much for this info! I looked everywhere and tried everything. You sir are a gentleman and a scholar.
Thanks for leaving this fix up for so long.
Many Thanks this also resolved my serv just as I was about to take the reinstall path.
Post a Comment