Questions tagged [oneclick]

63 questions
1
vote
0 answers

Digital Ocean Wordpress One Click Install how can we change the domain name after initial setup?

Digital Ocean Wordpress One-Click Install - I used different domain name while initial setup and once everything is ready and tested - I would like to change the domain name. The apache sites-available has 000-default.conf which shows ServerName…
1
vote
0 answers

Could not load file or assembly "CerfSharp.Core.dll" or one of its dependencies. The specified module could not be found

I have installed CerfSharp using the NuGet Pakage Manager and published a simple project that loads a ChromiumWebBrowser instance using the OneClick publish wizard. However when installing the publised application the following error is diplayed…
Jkrevis
  • 5,102
  • 1
  • 7
  • 4
1
vote
1 answer

How to pass two argument in onclick event like id and title with JAVASCRIPT

I FIX THAT WITH confirmReset(\''.$nodetitle.', '.$nodeid.'\') Question : I want to run a simple JavaScript function on a if user press the button, alert confirm show the ID and TITLE of page and Finaly redirect the custom url my problem is just ID…
Zandb
  • 103
  • 1
  • 2
  • 8
1
vote
1 answer

Creating an installation/setup file in Visual studio that requires a certain dll

I developed a program in Visual Studio 2010 Express edition. I want to create an installation/setup file for the program. The Express edition only allows me to create a “One Click Installer”. The program requires a dll file that must be in the same…
Johan
  • 13
  • 1
  • 3
1
vote
0 answers

.Net One Click Publishing to Sharepoint

Background The company I work for is migrating their FTP servers to SharePoint 2016 and retiring their old infrastructure. However I am yet to work out how I am going to distribute our internal software to colleagues in office. Currently after…
Dan Cundy
  • 2,649
  • 2
  • 38
  • 65
1
vote
0 answers

How to change app.config settings on a win form app once it's installed on a client

I create a quick little win form application that I want to deploy to a user. In my application I created several user settings so that he can configure it on his end once it's installed. In my app.config I have:
John Doe
  • 3,053
  • 17
  • 48
  • 75
1
vote
0 answers

Publish C# application with SQL Server database

My application does basic CRUD operations over an external .mdf file. The database file is created separately in SSMS. On my PC, everything works perfectly fine. When I install it on someone else's computer, it refuses to connect to the database.…
Ravi Ranjan
  • 37
  • 1
  • 4
1
vote
0 answers

C# how to persist project .settings data between installs

I'm using .settings files in the Properties folder to persist User data. However, these files are reset to the default settings on each upgrade of software (one-click). Is there a way of persisting the data between upgrades?
Dave Tapson
  • 810
  • 1
  • 9
  • 22
1
vote
1 answer

Where does One Click Office Add ins store ribbon image file

I've created a ribbon button in .NET using VSTO and published it using One Click, however I'm curious as to where the button image is stored on the computer. Furthermore, I'm wondering if I can update this image manually (or programmatically)…
pheeper
  • 1,457
  • 4
  • 20
  • 37
1
vote
1 answer

Include VC++ 2015 runtime (x86) + (x64) in One-Click install application

Issue I have developed my application in Visual Studio 2015 but when I use the One-Click install and install the application on my clients machine. It needs to have the VC++ 2015 runtime (x86) + (x64) installed. I have tried looking in the…
Ben Clarke
  • 1,051
  • 4
  • 21
  • 47
1
vote
0 answers

Increase build number without generating new subfolder when publish

Can I increase the build number without generating a new subfolder for each new build number, when I publish a project? I use the oneclick installer and it generates the Application Files\Project Build.Number subfolder. I only want to increase the…
Sam
  • 771
  • 2
  • 8
  • 21
1
vote
0 answers

One Click Publish Application with different configurations

I've written a small c# winforms application that I would like to one click publish to a location so users can download and install. I've managed to set it up ok with no problems, but I've now come to a problem. - using both VS 2012 & 2013. I've…
Harag
  • 1,532
  • 4
  • 19
  • 31
1
vote
0 answers

Getting error on creating deployment using MageUI

I need to change a database configuration in app.config.exe in a one click application. I looked up several information in creating the deployment in MageUI.…
djoshi
  • 363
  • 3
  • 7
  • 18
1
vote
2 answers

Microsoft One-Click Installer - User Never Prompted for Trust

I wrote an Excel add-in for a client that does some custom things for 5 users. I wrote it with VS2012 and the interop assemblies for Excel 2010. I published the add-in with the MS one-click publisher, zipped up the contents, and sent it to these 5…
jdb1a1
  • 1,045
  • 1
  • 13
  • 32
1
vote
2 answers

How to share in Google+ without opening share dialog

I am going to develop an extention to share a selected part of page just by clicking on a share image that shown in page..How can I share a text or image in google plus without opening share dialog? Is there any way?
Majid
  • 230
  • 1
  • 5
  • 20