Click here to Skip to main content
15,881,709 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i'd like to create a clickonce installation for my apllication in VS2012 c#.

my main project (startup project) doesn't include all projects reference because uses project dependencies. My output release is made through post build action. These post build actions create a release output tree directory (with several files and dll i need for installation) and i 'd like to maintein this configuration dir after deploy with clickonce.

i'd like to know if i can add my release dir in clickonce installation including all sub directory, withouth adding each file manually (to avoid manually maintain deploy manifest when adding new files to build). I would like to provide to clickonce just the root tree directory, supposing clickonce includes all sub folder in the deployed package.

have you any idea?

i have tried to install clickonce setup with my actual configuration but it doesn't work beacuse it is missing of all references in main project (I'm using dependencies to build all the projects) and so program starts loading main page but crash when calling missing dlls (that in visual studio enviroment works because are copied by post build action) i cannot add all reference in main project because i cannot change build configuration.
Posted
Comments
Arkadeep De 2-Feb-15 12:03pm    
you may follow this link..
http://www.codeproject.com/Articles/196537/Deploying-Windows-applications-using-ClickOnce-Vis
Member 10846480 4-Feb-15 6:44am    
this is the typically click once setup and i am not needed of this because i would to change default files with another dir and use it

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