Suppressing A DLL Required to complete install dialog

时间:2015-07-29 00:24:24

标签: c# windows-installer orca

I have a few MSIs that are all built the same way for our application(s).

By MSI I mean, the normal built in Windows Installer that comes shipped with VS2010.

On a few machines, particularly Windows 8 and above, when some of our clients attempt to install the application the MSI throws the following error:

Windows Installer Package

I know why the error is thrown (and I'm sure most of you viewing this post know why...it's due to to the lack of permission set on the "Read & Execute" option to the %TEMP% "AppData/Local/Temp" folder).

I am able to recreate the issue here on my end, but I need a way to suppress this error. I know how to fix it, but I would like someway where I could trap this dialog via Orca or something and then extract the MSI somewhere else?

I do not know if this is possible (Not really much of an Installer expert).

Any ideas to go about fixing this?

Thanks!

0 个答案:

没有答案