Click here to Skip to main content
15,890,527 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi All,

We are developing C# Winforms applications.Now i want to deploy my application using clickonce.Here i successfully added the dll reference and prerequisites(.net 4).But we are using DSO Framer control for displaying word document through our c# application.For, that we have installed an dsoframer control using dsoframer control setup exe file.

i want to include this custom prerequisites with .net 4.

I also want to inlcude my data files...

Please guide me to get out of this issue...
Posted
Updated 11-Aug-11 0:54am
v2

Here is a CP Article about Custom Prereqs (Not sure it's for .Net 4, though):
Add your own (custom) prerequisite to "ClickOnce" application[^]

Here is the MDSN:
http://msdn.microsoft.com/en-us/library/ms165429(v=VS.100).aspx[^]

Another article that helped me once, but it's not .Net 4 either:
http://jcrawfor74.wordpress.com/2008/02/27/bootstrap-manifest-generator-how-to-custom-pre-requisites/[^]

Hopefully these can get you started.
 
Share this answer
 
Go to the Solution Explorer Project Properties, and u will find you answer..
 
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