Including a runtime (vcredist_x86.exe) as part of an installer -



Including a runtime (vcredist_x86.exe) as part of an installer -

i need include runtime part of project installer.

i having problem including it, error saying "an installation in progress" appearing, due fact trying run msi within msi.

i managed on including in "onafterinstall" event, appears not beingness installed on upgrades, on fresh installs.

can offer advice?

thanks

you don't specify version of visual c++ runtime, may work:

visual studio installer projects provide prerequisites setting pre-populated list of mutual components. these .mst files, can merged installer. reach prerequisites screen, right-click installer project -> properties -> prerequisites. check appropriate box in list , alter alternative @ bottom include prerequisite in setup program.

installer

Comments

Popular posts from this blog

java - How to pass parameters between Request-Scoped Controllers? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -