I'm trying to install my ActiveX plugin, packaged in nsi in a cab file, and encountered a problem.
The log is
Code Download Error: (hr = 80070005) Access is denied.
ERR: Run Setup Hook: Failed Error Code:(hr) = 80070005, processing: msiexec.exe /package "%EXTRACT_DIR%\TempR.msi"
I think is the same as this one:
I want to try the solution that is suggested there, but has no idea how to
create a small bootstrap EXE, which does nothing but to launch MSIEXEC.EXE and then wait for its completion.
Can someone provide any help?
Thanks!!