I have .NET 3.5 SP1 WPF application which I\'m successfully deploying to client computers using ClickOnce.
After publishing from visual studio, how does one go about editing the published applications settings? Can you hand edit the .d开发者_如何学JAVAeploy file?
I\'ve got a ClickOnce application that is leaving all old versions on my disk. It\'s an internal corporate application that gets frequent updates, so this is a disaster for rapidly inflating our backu
I have a WPF application which uses a JumpList (Recent only). Everything works perfectly until I depl开发者_高级运维oy it using ClickOnce - the JumpList simply does not show (BTW, it does not show as
We\'re trying to publish a ClickOnce application through MSBuild. We\'ve got it working fine for an installed version of the Windows application.
I\'m having trouble running a full trust WPF 4 XBAP (browser application), created with Visual Studio 2010, from my intranet.I do not get a ClickOnce elevation prompt, as described in ScottGu\'s post
I\'m deploying an app to an unknown number of clients.It\'ll be 5-10 to start, couple dozen eventually.I\'m thinking of making a different web folder for each client, so I can control updates and roll
I have a WPF application that I\'m deploying to a network path using ClickOnce deployment. After the application is deployed to a network location, I use the ClickOnce HTML page to launch the installa
InstallShield 10 apparently can create an installer and integrate with click once, but this feature is not active in trial version. Anyway I tried to create a click once deployment by hand (using mage
I have a Windows Forms application that I have deployed using ClickOnce, but the users navigate to a network drive and double click on setup.msi instead of using a webpage to install it.