clickonce

SqlServer.Dmf.dll required in Global Assembly Cache upon wpf app installation

不打扰是莪最后的温柔 提交于 2019-12-11 07:25:31
问题 I have an wpf app that creates a database to file. Just uses (LocalDB)/v11.0 in the connection string not .SQLExpress. If i go in project properties and go to publish tab and click on Application files, i tell it to Exclude SQlServer.Dmf.dll and yet when I publish it still ask for that dll. Why is this? I am not using this dll anywhere in my app nor do I think it should be required that i add it to my references. If I install Microsoft SQL Server 2012 then on the machine I'm trying to install

ClickOnce application is not installing with HTTPS URL

百般思念 提交于 2019-12-11 06:03:13
问题 I am publishing my application with HTTPS setup url and host it to HTTPS url. When I run setup.exe an error occurred. An error occurred trying to download 'https://***.tjc.tv/WMSClient.application'. See the setup log file located at 'C:\Users\mkumawat\AppData\Local\Temp\VSD3796.tmp\install.log' for more information. Log file The following properties have been set: Property: [AdminUser] = true {boolean} Property: [InstallMode] = HomeSite {string} Property: [ProcessorArchitecture] = AMD64

How to create silent installer for Office AddIn

末鹿安然 提交于 2019-12-11 06:02:24
问题 I have a problem to create a silent installer for Outlook Add-In developed using VSTO in C#. The installer is a outlookaddin.vsto generated by clickOnce. This add-in will be published by SCCM in several computers and I need a that the installation be silently but when the package reaches to the final device appear the screen of "Microsoft Office Customization Installer" asking confirmation for install it. I need create a script with some kind of "autoclick" for clicking automatically on

How to properly deploy IBM DB2 data provider

只愿长相守 提交于 2019-12-11 05:25:48
问题 Im using DB2 on server and my application connects directly to that server. As data provider i use v9.7 FP5 ibm data server driver and visual studio addins. Now..To install my program on client computers im using ClickOnce and providing WHOLE IBM driver package and thats really not best solution, because if IBM update their drivers-all my clients will have to update them too. Cant i just include some provider DLLs into ClickOnce package and update them only on the computer that is deploying

Click Once Migrate URL

和自甴很熟 提交于 2019-12-11 05:17:34
问题 I have a Click Once App that has been published to the same location for a couple years, I now want to post an update to the program but want to migrate it to another url, is it a 2 step deployment? I dont want to have to have the users change the url location and have 2 apps installed, is there a simple way to do this wothout getting into redirects and things of that sort? 回答1: Go to the Publish page of your project options, and click on the Updates button. Change the Update location to the

Error URL for Prerrequisites Setup.exe Click Once VS 2008

巧了我就是萌 提交于 2019-12-11 05:14:43
问题 I have this trouble: I am using VS 2008 Team Suite, and I have WinForms csproj. I want Publish it using ClickOnce. In Publish Properties of csproj, I have these values: Publishing Folder Location (web site, ftp server, or file path): C:\ClickOnce\Frk.Security.CarWin.WebInstall\Publicacion\ Installation Folder URL (if different than above): http://CHANGETHESERVER/carwinclickonce/Publicacion/ Publish Version: 1.0.0.0 Prerrequisites: Windows Installer 3.1, .NET 35. sp1 Now, I publish and all is

net reactor & clickonce deployment

我的梦境 提交于 2019-12-11 04:58:21
问题 After building our VB.NET .exe it is then obfuscated using the 3rd-party .NET Reactor utility before the output of that is included within a VS2005 deployment project. Is there a way of replacing the .exe with the scrambled version prior to then publishing using click-once ? Has anyone managed to deploy with click once, a net reactor protected application? 回答1: You can but not using the standard ClickOnce deployment scheme. One way is to make a MSBuild task that takes your files and creates

how do I mark a file as a data file in a visual studio 2010 vsto clickonce application?

馋奶兔 提交于 2019-12-11 04:29:32
问题 I'm making a Word 2007 add-in with C# 4.0 in Visual Studio 2010. I need an Access 2007 database (a .accdb file) to be placed in the data directory by the clickonce installer. Unfortunately, the file is getting put elsewhere, so the application can't find it at runtime. I've seen various articles refer to using the Application Files dialog on the Publish tab of the project properties to mark the file as a data file, but I have no Application Files button for some reason. Any idea how to make

Deploy a WPF program and update the database if required

末鹿安然 提交于 2019-12-11 03:43:02
问题 I'm creating a WPF application that uses a LocalDB instance (which is provided by the ClickOnce installer). The program uses a database to store userdata. When the application is deployed for the very first time, I want to create a LocalDB where some data is inserted upon initialization. When I later provide an update to the program (which may include schema changes), I do not want to lose any userdata. I'm using EF Code-First and this is my DbContext: public class MyContext : DbContext {

Blurry desktop icon using ClickOnce

断了今生、忘了曾经 提交于 2019-12-11 03:36:46
问题 I'm deploying a WPF application using ClickOnce and the desktop icon is blurry. Does anybody have any information on how to fix this? The .ico is 32x32. Image of icons: http://i.stack.imgur.com/WHD45.png Original .ico file on the top left, right of that is the desktop shortcut created by ClickOnce, below that shows the titlebar, and on the bottom is the taskbar icon. Edit: Okay, so first let me inform you, the original icon was not the correct dimensions and apparently just editing the .ico