I\'m finishing up a C# app开发者_运维技巧 for work, and looking to make a ClickOnce installer.
I\'m building an application which will use some settings and a local SQL Server. My question is, when it comes time to upda开发者_运维百科te the application; will the settings or data be overwritten?
I have a CruiseControl .NET bui开发者_如何转开发ld server running on Windows Server 2003, and I am trying to build and publish my Wpf (3.5) ClickOnce application using msbuild 4. The task in my build
I have a CruiseControl .NET build server running on Windows Server 2003, and I am trying to build and publish my ClickOnce application using msbuild.
Some users (but not all) are getting an error when they attempt to in开发者_JAVA技巧stall a ClickOnce application from a particular web server.This is the error they are getting:
Is there any way to create a clickonce deployment where certain assemblies or files in the manifest can be designated as not needing to be downloaded unless the user performs some action in the applic
I\'ve got small wpf application开发者_JS百科 deployed using ClickOnce technology. The problem is that when I build new version clients download all files, though many of these files have not been chan
I am trying to publish a VSTO application using ClickOnce and have generated a \"temporary key\" (a PFX file) to sign the ClickOnce manifest. This certificate is not accepted on the target computer an
I have a Winform App that we uses internally that I publish through ClickOnce with SQL Express 2005.The app also references a couple of Microsoft.SqlServer dll\'s.I am trying to figure out how the Spe
We have a system where we need to install this on 80+ client machines.We thought that ClickOnce might be a good option, but we are hoping to have a \'drop folder\' where our Creative team can drop new