简体   繁体   中英

how to select Custom prerequisites(exe file) while Publishing a C# winform ClickOnce Application?

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.

  1. i want to include this Custom prerequisites with .net 4.

  2. I also want to inlcude my data files...

Please guide me to get out of this issue...

According to the ClickOnce Security and Deployment

You must have the redistributable package (.exe or.msi file) and describe the package with a language-neutral product manifest and a language-specific package manifest.

In order to do so you will need to Create a Bootstrapper Package . Once you have completed that and copied the files to the correct location "the bootstrapper package automatically appears in the Visual Studio prerequisites dialog box."

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM