ClickOnce: getting MSVCRT C++ DLLs on user's machine -


i've been trying desperately application (15 c# dlls , 1 c++/cli dll c++ runtime dll dependencies) deploy clickonce. got work just copying release folder, clickonce refuses copy files (msvcm80.dll, msvcp80.dll , msvcr80.dll) , deploy them in folder.

i did nutty workaround (supply msvcm80.dll, msvcp80.dll , msvcr80.dll content/copy if newer , @ startup, create microsoft.vc80.crt folder, copy dlls, , create microsoft.vc80.crt.manifest) seems work, feels wrong me.

am missing something?

i'm stupid: found this:

on publish tab of properties page of startup project: click prerequisites... button > check visual c++ runtime libraries, radio button setting: download prerequisites component vendor's web site.

it seems work way 1 might expect!


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -