Thanks.
But can u explain how the below will work.
If I have a .NET activex that can be called when an user browse a particular page, the activex will get installed in the target PC.In that case, should the target PC must be installed with this runtime?
R the browser will have the pulgins to support .NET activex?
Please give some idea on this.Thanks in advance.
Main Topics
Browse All Topics





by: AlexFMPosted on 2006-07-11 at 22:47:29ID: 17088062
To run unmanaged C++ application built with VS 2005, install Visual C++ runtime on destination computer: ckages\vcr edist_x86\ vcredist_x 86.exe
Program Files\Microsoft Visual Studio 8\SDK\v2.0\BootStrapper\Pa
If you make installation package using VS 2005 Setup and Deployment project, you can add VC++ runtime as prerequisite. This works both for exe and ActiveX control.
.NET Framework is not required for running unmanaged application.