I have only made one other ClickOnce application in the past but it generated an HTML file when I published it.I am working on another one now and for some reason it doesn\'t generate the HTML file.Th
I am trying to deploy a Click Once application (build and publish) using CruiseControl.NET. I cannot find out where I can开发者_运维问答 use the CCNetLabel to set my AssemblyVersion and/or PublishVers
we\'re considering migrating our UI to XBAP. we\'ve chosen XBAP despite knowing the clients must have .net pre-installed, since we\'re not targeting the masses but rather IT professionals in the corpo
I am working on a large click-once application (150MB, >200 DLLs) and as part of the interative debugging process I would like to update just 1 DLL and relaunch the application without having to rebui
I have a WPF, ClickOnce application that I am trying to build using the Microsoft.Build.BuildEngine. I believe my question actually boils down to \"how do I do the command line /target:publis开发者_开
Iadded DirectX 9开发者_StackOverflow社区c as a prerequisite in my VS2008 publish. On running the installer it does not install directx on my m/c.
I\'d like to programatica开发者_StackOverflowlly determine the \"publish location\" (the location on the server which contains the installation) of the click-once application I\'m running. I know that
I\'m deploying an application using ClickOnce, the problem is that the configuration file (xxx.exe.config) is not embedded in the package and there is no option to include it. Another problem with the
i made a click once installer, in that i added direct X as a custom prerequisite. when i make the installer on my local machine only then the installation of DirectX works开发者_如何学C fine.but i nee