Click here to Skip to main content
16,018,057 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have made a windows application in VB.net. I want to merge the assemblies of the application into my application exe file. i tried many times to merge it. But when I add Setup project the assemblies of my application are not merging in the installation folder.

How can i merge my application assemblies in the setup project.

Thanks in advance for any help

Sels2005j
Posted

Have a look at steps 3 and 4 in this [^] article - if you've got them right - you should be able to get your output files in the setup.
 
Share this answer
 
Comments
Simon_Whale 30-Dec-10 4:32am    
Nice article
thanks Abhinav,

this is not the solution for my problem.

i want to merge all the dlls in my application exe file. I am using VB.net 2008. I want to merge my assemblies and prepare a setup project with merged assemblies

thanks

sels2005j
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900