merge two projects
-
Hi All I have a project and I want to add another project to it when the installer install the project it should list both project on the programe menu. So, user can select either one to run. FYI: the first project in VC++ and the second one is C# both windows application. Base Programe Folder: 1. App one 2. App two please any idea or hint would help. Or any codeproject articale thanks
-
Hi All I have a project and I want to add another project to it when the installer install the project it should list both project on the programe menu. So, user can select either one to run. FYI: the first project in VC++ and the second one is C# both windows application. Base Programe Folder: 1. App one 2. App two please any idea or hint would help. Or any codeproject articale thanks
you can use CheckBox dailog in Setup Project. Right click on Setup Project --> View --> User Interface --> add Dailog refer this http://social.msdn.microsoft.com/Forums/en-US/winformssetup/thread/161623e8-f6e4-45eb-9a61-6576caffc379[^]