ILMerge usually merges my assemblies fine when building a Release开发者_如何学编程, but when Publishing for ClickOnce the resulting EXE doesn\'t contain the DLLs that were supposed to be merged.
We deploy a Winforms app with a name like \"Its Our App\". People refer to it as IOA.I\'d like to keep the full name for the shortcut but have watched many users hit the Windows key on their keyboard,
I am working on VS 2010 with .net 4 (OS: Windows XP). I want my application to have update feature. I h开发者_JAVA技巧ave only one computer. How can i deploy the application it to test the update feat
I have a ClickOnce app that I would like to have MAF (System.AddIn) support with. I have lear开发者_如何学运维ned about the System.AddIn Pipeline structure and such in a local context, but when it co
Is it possible to deploy several Windows applications using ClickOnce, but not to have the开发者_开发问答m all create icons on the start menu?
I want to release a program for two versions, general and clickonce. In general one, it include updating code for updating program, but clickonce one is not.
I have developed an Office 2007 C# 开发者_运维百科add-in. It uses clickonce for deployment. On systems with Office 2010 all is ok but on a machine with XP SP3, NET 3.5sp1 and Office 2007, I get a stra
I would like to have an offline ClickOnce application (they can run it from Start menu), but I would like my application to function similar to an online one (make sure the web page / server is there
I have a ClickOnce application that checks a server for a new version on startup. I recently deployed a new version (2.0.0.0) whilst leaving the old version (1.9.9.9) on the server.
My application creates a shortcut on the user\'s des开发者_运维问答ktop with a standard icon. How can I change the icon to something custom? I\'m using VS2008 with .NET 3.5. Thank you.This forum post