HI Guys,
I am near completion of a very large project(first one) with help from a lot of people on this website.
I am at the last step of creating an installer. However, a lot of the terms confuse me such as selecting project output files.
So the bases of my solution is 7-8 project. Some of them are source controlled. I also have 2 project that uses entity framework store/retrieve data from database. Due to that, I also use app.config files for connection string and other stored information.
I want to make sure my installer can carry everything. What time do I need a file's XML serialization or debug content or source file or etc...? i tried to make a installer using only my startup project as the primary output but I can't seem to get it working.
I am near completion of a very large project(first one) with help from a lot of people on this website.
I am at the last step of creating an installer. However, a lot of the terms confuse me such as selecting project output files.
So the bases of my solution is 7-8 project. Some of them are source controlled. I also have 2 project that uses entity framework store/retrieve data from database. Due to that, I also use app.config files for connection string and other stored information.
I want to make sure my installer can carry everything. What time do I need a file's XML serialization or debug content or source file or etc...? i tried to make a installer using only my startup project as the primary output but I can't seem to get it working.