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:

http://social.msdn.microsoft.com/Forums/en-US/ieextensiondevelopment/thread/3d355fb6-8d6a-4177-98c2-a25665510727/

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!!

link|improve this question

74% accept rate
Why can't you use MSI directly then? I mean user double-clicks your MSI file and MSI deploys it? – Alexey Ivanov Jun 20 '11 at 19:28
feedback

1 Answer

up vote 0 down vote accepted

Take a look at dotNetInstaller - prewritten bootstrapper program that does lots more than what you need, but can do just exactly what you're asking.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.