Which files and project output to include in the installation setup for my C# and C++ project

Viewed 31

I am using Visual Studio 2019 with the add-on "Microsoft Visual Studio Installer Projects" to create a setup installation (.MSI) file for my solution. The main project contains dataGridView table that gets updated with detected data. In the debug and release build, the dataGridView gets updated. But in the generated MSI file is working fine but not showing the data in the table. I am assuming the reason behind it is missing adding related files in the setup configuration. So, what file(s) do I need to add to my setup config file to show the data in the dataGridView in the opened Form?

0 Answers
Related