Topic profile page for ClickOnce.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: ClickOnce.
Topic "Clickonce" was discussed 0 times on 0 sites in last 3 months
Started 4 days, 2 hours ago (2010-01-02 15:07:00)
by Sr...Frank
Hi, I am trying to customize ClickOnce application for WPF project. The simple setup works fine but we need automatic updates so we like to use ClickOnce and the requirement is to start application when user logon to his system. For this requirement we need to create shortcut to user’s startup folder. Please let me know how to create shortcut to user’s startup folder for ClickOnce. Thanks
Started 4 days, 2 hours ago (2010-01-02 15:07:00)
by Frank100
Hi, I am trying to customize ClickOnce application for WPF project. The simple setup works fine but we need automatic updates so we like to use ClickOnce and the requirement is to start application when user logon to his system. For this requirement we need to create shortcut to users startup folder. Please let me know how to create shortcut to users startup folder for ClickOnce....
Started 5 days, 7 hours ago (2010-01-01 10:08:00)
by Val Palhories
Hello, I have modified an application of mine to enable UAC support with a "highestavailable" option. This is obviously not supported for ClickOnce deployements so I have build a traditional setup for it. The problem I'm having is that I can't compile my application because it states that whatever I'm trying to do is not support with ClickOnce. So .. how do I "turn off" ClickOnce within my ...
Started 1 week ago (2009-12-30 13:06:00)
by Fromrus
Good day,everyone! Is it possible to track the install/uninstall even of the clickonce app? The problem is i need to set my winforms app to auto startup after installation(i can do this by creating a shortcut in startUp folder) and remove it from startUP after uninstalling(but how can remove the shortcut after the app deleted??? )
Started 1 week ago (2009-12-29 22:22:00)
by Val Palhories
Looking for an appropriate forum to ask questions specific to ClickOnce. I've looked at the Visual Studio, Visual Studio Team System and Visual Basic forums but found no appropriate section. Thanks.
Started 1 week, 2 days ago (2009-12-28 11:00:00)
by jd
I need to create a long term certificate for my intranet Windows App which uses a ClickOnce Deployment method. I can create a certificate .cer file (goes to the C:\) and a .pvk file (goes to the C:\) using I use makecert.exe. I need to create the .pfx key. .I am tryiong to use pvk2pfx.exe to create the .pfx. However, when I run it in ...
Started 1 week, 5 days ago (2009-12-24 18:08:00)
by max_carpenter
ClickOnce deployment and IIS6 Good Evening everyone, I am having great difficulty installing my app from a Click Once Deployment from my website using IIS6 I have done some searching online and I have carried out everything I can find but still nothing. I have tried with the .deploy option on and off and I get the error:...
Started 2 weeks, 1 day ago (2009-12-22 17:43:00)
by Anupam Burra
Steps to reproduce problem: 1) Set Publish to the folder ftp://92.1.9.8/MyApp/ClickOnce/1.1.3644/ 2) Set Installation Folder to an appropriate shared drive. 4) Click on Publish Now and wait till publish succeeds 5) Go to the ftp location in step 1 and open the Deployment web page and click on Install. The Problem: On clicking install, setup.exe is downloaded to a folder in the ...
Started 2 weeks, 1 day ago (2009-12-22 11:42:00)
by goutham Jalakam
1.I have an exe running in system startup to monitor junk data[.net exe]. So, this exe is running all the time in system. 2. I have Windows Clickonce application deployed in my system. When I try to invoke the Clickonce application by clicking on the Desktop link, The application is not getting invoked untill I close the StartUp exe. I am not sure Why I cannot open Clickonce ...
Started 2 weeks, 2 days ago (2009-12-21 16:17:00)
by Isorfir
I don't think I completely understand the workflow of building a project with team build and then publishing a ClickOnce deployment of it. It seems like I can add the SolutionToPublish tag to also publish the build, but I would like to publish one that's already been built, is automating that that possible? I'd like to queue a build and then publish it for internal testing. If that passes, ...
Started 5 days, 11 hours ago (2010-01-01 06:08:00)
by max_carpenter
Good Evening everyone, I am having great difficulty installing my app from a Click Once Deployment from my website using IIS6 I have done some searching online and I have carried out everything I can find but still nothing. I have tried with the .deploy option on and off and I get the error: The Page Cannot Be Found - HTTP Error 404 when I hit the 'Install' button and its trying to...
Started 5 days, 8 hours ago (2010-01-01 09:41:00)
by EntityX
Have you considered using IIS7. That's what I use and my ClickOnce App deploys ok using it. It comes with Vista Business or anything above that and I'm sure it's in Windows 7 Pro or above. You have to manually install it in Vista Business and it's probably the same with Windows 7 but you don't have to purchase it separately.
Started 1 week ago (2009-12-30 16:17:00)
by travich
Users are on different sites, so I have not ruled out firewalls, etc. However, I have personally been on the users machine and their local firewall is not on. I am still not sure about the site, but am finding out for certain. Other users at other sites can install the app fine from the URL mentioned in the error: PLATFORM VERSION INFO Windows : 5.1.2600.196608 (...
Started 1 week, 1 day ago (2009-12-29 09:29:00)
by Cubean
I created a WPF browser application MyApp then published it by ClickOnce in VS2008. Published folder like this: PublishedFolder\MyApp.xbap PublishedFolder\setup.exe PublishedFolder\Application Files\MyApp_0_0_0_1\ MyApp.xbap PublishedFolder\Application Files\MyApp_0_0_0_1\ MyApp.exe.manifest PublishedFolder\Application Files\MyApp_0_0_0_1\ MyApp.exe.deploy ...
Started 6 days, 11 hours ago (2009-12-31 06:42:00)
by Kira Qian
Hi Fromrus, Unfortunately ClickOnce install/uninstall event cannot be detected. You can imagine it as a web app (a web app running locally). So the installation target folder is also managed by the system (not like MSI deployment desktop application). Sincerely, Kira Qian MSDN Subscriber Support in Forum If you have any feedback on our support, please contact msdnmg@microsoft.com
Started 6 days, 14 hours ago (2009-12-31 03:34:00)
by Kira Qian
Hi Patrick, I know the assembly seems to be occupied currently and cannot be loaded. After you install the ClickOnce application, that assembly should not be in the application folder until you call the method in the assembly. So do you call the method after the form is load? Sincerely, Kira Qian MSDN Subscriber Support in Forum If you have any feedback on our support, please contact...
Hola, vengo acá con una interrogante. Tengo 2 proyectos uno terminado y otro en proceso de un par de amigos, ambos me piden cosas o cambios o incluso el que está terminado módulos; por lo mismo he estado usando ClickOnce publish para hacerlo más rápido. El nuevo proyecto se me está yendo de las manos ya que con 3 módulos que ...
Started 1 week, 1 day ago (2009-12-29 14:00:00)
by max_carpenter
Exactly IIS7 is for Windows Vista, 7 and Server 2008. I am running Windows Server 2003 so that is currently not an option. I will attempt to setup a new website rather than using a Virtual Directory but I suspect its a setting that causing it.