Creation of single package from multiple .exe file in c# desktop application
How to deploy multiple .exe file in c# desktop application?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Niradhip ChakrabortyPosted Feb 19, 2008, 5:49 PM
Hi you can try the following steps.
1. Create a solution with two Windows Application projects, WinAppA and WinAppB.
2. Set WinAppA as publish project and add a reference to the WinAppB.
3. Open WinAppB properties window.
4. Click Signing tab, sign the ClickOnce manifests.
5. Click Security tab, enable the ClickOnce security settings.
6. Publish the WinAppA, publish well.
7. Test published WinAppA, it works well.