Click here to Skip to main content
15,867,686 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I successfully published vb.net application.After publishing I get 1 folder,2 manifest file and 1 setup .exe file.When I have to install this in my client's PC,I have to copy all these files.Is it possible that If I copy only one manifest file,my application would run?
Thanks in advance.
Posted

1 solution

just create setup using setup project
Visual Studio Windows Application Setup Project

then when you will need to just install it.
no copy paste required for manifest, exe etc...

Happy Coding!
:)
 
Share this answer
 
Comments
Rachna0309 14-Dec-12 4:25am    
Do this require .NET framework to be installed on client's PC?
Aarti Meswania 14-Dec-12 4:26am    
yes
you can add prerequisite for .net framework

it will install it while setup is running
Rachna0309 14-Dec-12 4:33am    
Ok...Is it possible to install .net application without installing .net framework?
Aarti Meswania 14-Dec-12 4:34am    
it works if some other app is already install in pc that have .net/ .net framework
Rachna0309 14-Dec-12 4:38am    
Thanks for your help...

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