I am trying to create a setup file for my VBE 2008 application. Because I am using MSChart controls in my application MSChart.exe needs to be installed before the application will run. In the publishing options for VBE 2008 you can select prerequisite installs .NET 3.5 for example. How can I add MSChart.exe to this prerequisite list or get MSChart.exe installed before the setup installs my application? Thanks.