I'm finding mixed information about installing required files onto client machines when deploying a .NET winform application through an MSI setup. It seems this has changed over the years (obviously), so finding the most up-to-date "this is best practice" has been difficult.
Do I simply force them to install the correct 32 or 64 bit viewer on their machine separately from the main application? I'd rather create a 64 bit installation that installs .NET, Crystal Reports 64 bit, and the application. And then also create a 32 bit version as well. Can someone please point me to the correct best practices for doing this now as well as the correct downloads to make it happen?
Thanks,
jB