I have a VB .Net windows application and it is launched successfully if the url is clicked. Without any issues.
I am try开发者_运维问答ing to install my program via ClickOnce on a clients PC - it has Win XP with .Net 2.0 runtime.It comes up with a problem during installation - saying that something went wrong d
I\'m trying to figure out how to turn the result of publishing an app with ClickOnce (with the Install from CD-ROM option) into a standalone .exe file that would extract the files into a temporary fol
I have a ClickOnce deployment that has different web service endpoints and strings that need to be changed in Settings.Settings. Right now I am only having to deal with on localized development versio
I am facing a problem deploying a stand alone WPF application. I have a huge .zip file of pdf files that I want to include in the deployment. Is there a way I can add these to a click once deployment
Hi All When We publish a project开发者_StackOverflow中文版 using ClickOnce what happened step by step.
I have an application that I\'m wanting to use ClickOnce to deploy. Here are some of the files that I\'ll need:
I have a WinForms app that I am trying to deploy with ClickOnce. It consists of an executable and a dependent dll, plus a bunch of loose xml files in a folder called \"Map\". The xml files all seem to
I\'ve created a winForms application and I was able to deploy it to a web server. I\'m developing on a PC that doesn\'t belong to the domain that futureusers of that app do. The thing is that 开发者_S
Hi all I want to obfuscate my assemlies and then publish project开发者_JAVA百科 using click once.How I can do that?because when using click once my progect rebuild and assemblies create again.