|
I have made a win app using C# and Crystal Report, when making a installer (.msi) for the app, I have chosen Crystal Report in the prerequisites list and chosen download from same location in my app. When building the .msi I find a Crystal Report folder created and there is a Crystal Report runtime msi. But when I try to install the app to a computer that don't have Crystal Report, the installer have not prompted me that the Crystal Report is missing and it install the app directly. That means I have to click the Crystal Report runtime msi by myself to install the runtime. Is that any method to make the app installer to run the Crystal Report runtime setup automatically? |