0

So I know how to take the bootstrap for crystal reports and use it as a pre-req so that crystal reports gets installed if it does not exist. But is there a way to make it optional through a feature?

Pittfall
  • 2,751
  • 6
  • 32
  • 61

1 Answers1

0

According to the Crystal Reports website using either an MSI installer (using a bootstrapper) or using merge modules. You want to include the merge module in your project and then selectively install that module using features.

heavyd
  • 17,303
  • 5
  • 56
  • 74