Search code examples
.netwinformsc#-4.0crystal-reportssetup-project

winform setup proejct, how to bundle .net frame work 4 and Crystal reports dependencies?


I have developed a small application and want to make its setup. Is it possible I can bundle .net framework 4.0 and crystal report dependencies with it. So that user may have not to install it seprately ?


Solution

  • Right click on your setup project Select properties the from the pop window select Prerequisites. From the list select .NET Framework 4.0 and SAP Crystal Reports Runtime Engine.

    Select "Download Prerequisites from the same location as my application" from the radio button group.

    This will out put the installers for your dependencies along with your setup.