1
vote
0answers
114 views

Deploying the Microsoft Report Viewer as a Prerequisite in VS 2012

When I try to include the Microsoft Report Viewer 2012 Runtime as a prerequisite in a ClickOnce deployment in VS2012, I receive the following warning: The 'Microsoft Report Viewer 2012 Runtime' ...
2
votes
0answers
48 views

Extract product code from KB hotfix to use in bootstrapper

I need to add KB Hotfix to my application's prerequisites, I'll do that by creating bootstrapper package for it. To do that first I need to check whether if its already installed or not so I can ...
0
votes
2answers
46 views

clickonce app.publish\setup.exe have a wrong modified date in the past

I have an error when trying to publish a WPF application on VS2010 ultimate with clickonce: error MSB3169: An error occurred generating a bootstrapper: Unable to begin updating resource for ...
0
votes
0answers
111 views

Unable to sign bootstrapper executable (setup.exe) after embeding manifest

We are using Nant to prepare setup of our software using Clickonce. Using signtool to sign dll(s) and exe(s). signtool command : signtool sign /f ${certFile} /p ${certFilePwd} {path of setup.exe} ...
0
votes
0answers
68 views

Bootstrapper Packages does not showing to the Prerequisites Dialog

I have a click once setup for .Net Win-forms application I need to add ghostscript.exe as a Prerequisite when starting setup from the client I've tried adding the following structure as a ...
0
votes
1answer
273 views

Programmatically install setup.exe from ClickOnce deploy location when client is updating

I need to allow my client's to run the setup.exe when they would like to upgrade after this next role. We have updated the code from .NET Framework 2.0 to 4.0. I understand that the client could ...
0
votes
0answers
60 views

How to set the Virtual Directory in the Web Service Url and Report Manager URL in the bootstrapper SQL Server 2008 R2 Express

I am working on a project where I need to install SQL Server 2008 R2 Express with Advanced Services as a prerequisite. As part of the silent install I want it to configure reporting services so it ...
0
votes
2answers
2k views

Bootstrapper Package not showing in Prerequisites Menu

I am trying to add a custom bootstrapper package to a clickonce install in Visual Studio 2010, but the package is not showing up in the Prerequisites menu. I have added a folder in the "C:\Program ...
3
votes
0answers
241 views

How do I ensure the “Publisher” field is populated for my ClickOnce *Bootstrapper*

I've got an application that I deploy via ClickOnce. I do all the manifest generation/signing in an MSBuild script. Up until today we've been using a self-generated certificate, but now I've got a ...
0
votes
3answers
583 views

ClickOnce Deployment with a Database as a Prerequisite

I have a Winforms application that I want to publish using ClickOnce. This application comes with an initial database, which must be installed once on a per-machine basis. After much ado, I have ...
1
vote
1answer
2k views

changes url of setup.exe (deploy ClickOnce) using Msbuild

I use msbuild for using setup -url="location"... I publish application using ClickOnce and I want changes the url in the setup.exe. <Exec Command="$(PublishDir)\setup -url=$(ProviderUrl)" /> ...
1
vote
2answers
864 views

Error URL for Prerrequisites Setup.exe Click Once VS 2008

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 ...
2
votes
1answer
3k views

.NET Framework 3.5 SP1 Language Pack ClickOnce package

Visual Studio 2008 SP1 doesn't provide any language pack prerequisite for the .NET Framework 3.5 SP1. My research results are: it should be easy to create a custom bootstrapper package that installs ...