Questions tagged [oneclick]
63 questions
14
votes
1 answer
Unknown Publisher still appears on correctly code-signed VSTO addin built with VS2010
I have a OneClick Deployed VSTO Addin that I have signed with a up-to-date Verisign code-signing certificate (PFX). I have verified that I am signing correctly with Verisign support on the phone – they concur. I am building with VS2010. …

rfreytag
- 955
- 1
- 8
- 24
13
votes
1 answer
Google OneClick Technology
I am trying to make my ClickOnce application work cross-browser. I researched Google Chrome's installer (which behaves like a ClickOnce application BUT works on Chrome, Firefox on Opera) and it seems like google is using something called OneClick…

Aviv
- 177
- 1
- 4
13
votes
4 answers
VS 2010 One Click Deployment Issue "Application Validation did not succeed. Unable to continue"
I have a win form application that i can create an installer for and install. However when it comes to one click deployment it does not work i get the following error.
"Application Validation did not succeed. Unable to continue"
When i click on…

Inkey
- 2,189
- 9
- 39
- 64
12
votes
2 answers
How can I get one-click publishing to work after upgrading to .NET framework 4.5
I am upgrading an app from .NET3.5/EF3.5 to .NET4.5/EF5, using Visual Studio 2012.
One-click publishing runs, but generates the following warning messages:
Item 'Microsoft.Windows.Installer.3.1' could not be located in
'C:\Program Files…

Tim
- 1,755
- 2
- 22
- 34
9
votes
1 answer
How do I use VS2010 One-Click Publish (MsDeploy) to deploy remotely from the command line?
On the remote web server I have installed the remote service http://x.x.x.x/MsDeployAgentService.
If I use the Web Application Project's Publish command in VS2010 I can successfully publish to this remote web server and update a specific IIS…

David
- 91
- 1
- 3
3
votes
1 answer
One Click Publish Bypass Certificate Validation
I'm using VS2015 Update 1 attempting to one click publish a aspnet 5 vNext MVC site. The server I'm publishing to does not have a real certificate and therefore I get the error:
C:\Program Files…

Rick
- 258
- 1
- 16
3
votes
0 answers
Adding files for one click installation. Error when adding a manifest file
I’m working with OpenWebKitSharp and trying to include the files in when I go to publish using one click. I've almost got my project working but I'm having trouble with the OpenWebKitSharp.manifest file. Everything works fine when I debug and I have…

s b
- 41
- 1
3
votes
3 answers
Choose install path for ClickOnce application during setup
Can I ask the user WHERE to install the application during install time?
Most setups prompt the user where to install the application, I'm sure you are familiar with it. How can I do this with the visual studio publisher? (If it cannot be done from…

David
- 15,652
- 26
- 115
- 156
2
votes
1 answer
Visual Studio OneClick publish from command line isn't generating proper directory structure
Problem
Trying to publish an Excel 2007 Addin from the command line produces unexpected directory names/directory structure when trying to set the PublishDir property.
What I'm doing
I'm trying to publish an Excel 2007 addin via the command line. I…

devlife
- 15,275
- 27
- 77
- 131
2
votes
2 answers
Self-installer for Delphi win32 application
Are there any components or 3rd party software to create the self-installer Delphi application?
I want to make some kind of one-click installer which will copy the main exe file and few other files to AppData folder and create the shortcuts. It…

Andrew
- 3,696
- 3
- 40
- 71
1
vote
1 answer
How to create oneClick setup file with for different version of the target app?
I'm deploying IE's toolbar, having 2 version, one for IE7, and another for IE8, IE9.
I need an installer allow me to check current version of IE, and then run exactly .msi file for each situation.
Thanks in advance.

Mai Van Khanh
- 33
- 6
1
vote
1 answer
C# System.IO.FileNotFoundException when trying to load resources (.Net Framework 4.8)
I have a project (it started as legacy code) that I have been working on sometime. Recently I needed to publish the latest version so that it could be used on a separate computer. Long story short using the one-click publisher via visual studios, I…

Dave K
- 21
- 4
1
vote
2 answers
Does anyone know a way to build a Windows Installer program for a Perl script and its dependent libraries?
I work part-time as a computer tech at the local high school. They needed a system to keep track of all the computers in the district (things like physical location of the machines and serial numbers for inventory), and told me to keep it on a…

Micah
- 514
- 3
- 11
1
vote
1 answer
How to deploy my website with one click using Git Bash on windows and a scripted command
I have a html/css/js website which is stored in GitHub and developed on my Windows 10 machine using Visual Studio 2019.
Currently I'm deploying it using the Git Bash console and then running a git ftp command to push any deltas to the…

Frank Ray
- 51
- 1
- 8
1
vote
1 answer
error: DevExpress NavBar must be copied to GAC
When user opens the publish URL
\\ourLanServer\appdir\someApp\publish.htm
and then clicks the Run button on the Microsoft-generated HTML page, an error is displayed that the DevExpress NavBar v10.1 must be copied to the GAC.
The app was…

Tim
- 8,669
- 31
- 105
- 183