Clickonce Windows Installer

The best way is to create an MSI installer from scratch, not try to wrap your ClickOnce package. Any MSI package, no matter the tool you use to build it, can install the addin, as long as it install the files and registry entries required, as documented in the following MSDN article. Nov 04, 2016  To specify prerequisites to install with a ClickOnce application. With a project selected in Solution Explorer, on the Project menu click Properties. Select the Publish pane. Click the Prerequisites button to open the Prerequisites dialog box. Apr 11, 2019  I have multiple ClickOnce Applications that will not install on my, and others, Windows 10 PCs. My PC is Win10 Enterprise Version 1703 Build 15063.632 on a Lenovo T570, it's not on a domain, and my user is administrator. Mar 30, 2017  ClickOnce and Application Settings Describes how ClickOnce deployment works with application settings, which stores application and user settings for future retrieval. Trusted Application Deployment Overview Describes a ClickOnce feature that allows trusted applications to run with a higher level of permission on client computers. The core principle of ClickOnce is to ease the deployment of Windows applications. ClickOnce is a component of Microsoft®.NET Framework 2.0 and later, and is present in installations of Internet Explorer™. This extension adds that component to Chrome™, Chromium™, Firefox™ and Opera™.

9 Jan 2007CPOL
Easy Steps for IT and Deployment Team to setup and deploy Windows based application using Microsoft ClickOnce Deployment Tool which is part of Visual Studio 2005

Introduction

This article presents quick and clear steps for the click once deployment techniques for the Infrastructure and Developer/Deployment Team. It covers the web server setup, directory structure, file share and permission tips on the deployment server and basic steps for the developers to deploy and general troubleshooting.

ClickOnce is simple to configure and use without leaving the Visual Studio environment. It is easy to deploy the windows based client application using the interactive tool. The application can be distributed to install and to receive updates in the forms of URL, URI and CD media.

ClickOnce is definitely an advantage over the previous generation of Install and Updater tools provided by Microsoft. There is no need to add a setup/MSI project or struggle with the manifest tool by Application Updater Block anymore.

Upon the install, it creates a shortcut under Programs-->CompanyName-->Product directory. The user should also be able to Remove or Repair the application using Windows 'Add or Remove Program' utility. Adobe acrobat professional 9 free download for windows 7 64 bit.

Deployment Web Server Setup

In this example, the deployment server is 'MyAppUpdater'. It has limited access to all the users but it has shared directory with permissions to the developers as, MyAppUpdaterApplicationUpdater to host the deployment files.

Windows 10 Installer

There is no need to create the subdirectory or browse to the directory. ClickOnce from the VS2005 IDE creates them automatically for us. Follow the steps below for a quick guide to the deployment.

Publish from Visual Studio 2005

When ready to deploy the application, browse to the property of the StartUp Project, choose Publish tab.

Start your Internet radio station with SAM Broadcaster, the number one Internet Broadcasting Solution since 2003 Sound Professional: Advanced audio features like cross-fade detection, gap killer. Jul 31, 2019  SAM Broadcaster PRO 2019.3 Crack INCL Keygen Free Download. SAM Broadcaster 2019.3 Crack is a significant and fastest piece of software that provides you with the ability to stream media content via your online radio station. This software helps a ramification of codecs, including MP3, FLC, OGG, WMA or CDA. Feb 11, 2019  SAM Broadcaster PRO (64-bit) Windows 10 – Start your internet radio with SAM Broadcaster PRO. Download SAM Broadcaster PRO (64-bit) for Windows PC from Win10Fix.com. 100% Safe and Secure Free Download 64-bit Latest Version 2019. Jun 11, 2017  Download SAM Broadcaster PRO 2019 offline setup installer 64 bit and 32 bitlatest version free for windows 10, Windows 7 & Windows 8.1. Start your online radio station with SAM Broadcaster PRO. Advanced audio features (cross-fade detection, gap killer, volume normalization), stream in multiple formats, large music libraries and much more. All you need is included to sound like a PRO! Sam broadcaster pro free download windows 10. Mar 19, 2019  Download SAM Broad caster PRO Offline Installer 64-bit Now! Do it for fun – or money! Generate revenue from music sales, advertising, merchandising or donations. Earn commission with links that allow visitors to buy music. SAM Broadcaster PRO is a better choice when: You do not require a cloud backup to take over when your live stream goes down.

  • Publishing Location can be a file path to the MyAppUpdaterApplicationUpdaterMyDeploymentDirectory
  • Install URL is the published URL used by the installer.
  • 'Application is available offline as well' is the most used option.
Clickonce Windows Installer

Now click on 'Application Files' button to setup the application you would like this publish version to include.

Clickonce

Make appropriate selection for the DLLs if they are needed to copy (Include) or Prerequisite.

Click on 'Prerequisites' button next:

.NET Framework is a prerequisite for .NET application to run on client machine which does not have .NET Framework installed. When installing this application, ClickOnce checks to see if DOTNETFX2.0 is not installed and installs it. Eliminate the extra steps needed otherwise to download and install the DOTNETFX to the client machines.

Click on 'Updates' button to setup the download option.

You can choose either Before or After application starts option to control the user experience. The application should check for updates to control if this deployment would receive any updates to the products when published to the Publishing Location.

Now click on 'Options' button to setup additional information for the install and update like Support URL, Product and Publisher name, etc.

Most commonly used options are selected in the image below.

'Deployment web page', by default it is always publish.htm, *** a tip is to configure the deployment web server such that the default page is publish.htm, it would save extra keystrokes each time there is an attempt to install from the server or deploy to the server.***

Click on 'Publish Now' button. It should start deploying the application on the deployment server. When finished, it would then launch the Installation URL.

You are ready to distribute the Installation URL to the user or if CD Installation is selected, it would publish in the CD and it is ready to be distributed.

Troubleshooting

This application has failed to start because the application configuration is incorrect.

This is the most commonly seen error. Fix to this is, change the app.config file encoding to 'utf-8' instead of default 'Windows-1252' as displayed below:

For other kinds of error, you might need to open the Event Viewer.

Another most common error is when trying to deploy IIS does not allow the files to be downloaded.

The reason being, IIS does not allow to downloading file with .config, .deploy, .application extension for security reasons. Modify the MIME Types for this website to allow these extensions by registering the MIME types for the file extension type as displayed below:

Give away the Installation URL, http://applicationUpdater.UltimateProductComapny.com/ProductLaunchKit/ to the users to install for the first time, after that each time the user opens the app, it would check for the auto update and download if a new one is available.

Happy installing, updating and distributing the smart Windows based client application you write. :)

-->

All ClickOnce applications require that the correct version of the .NET Framework is installed on a computer before they can be run; many applications have other prerequisites as well. When publishing a ClickOnce application, you can choose a set of prerequisite components to be packaged along with your application. At installation time, a check will be performed for each prerequisite to determine if it already exists; if not it will be installed prior to installing the ClickOnce application.

Instead of packaging and publishing prerequisites, you can also specify a download location for the components. For example, rather than including prerequisites with every application that you publish, you might use a centralized file share or Web location that contains the installers for all of your prerequisites—at install time, the components will be downloaded and installed from that location.

Important

Clickonce Install Directory

You should add prerequisite installer packages to your development computer before you publish your first ClickOnce application. For more information, see How to: Include Prerequisites with a ClickOnce Application.

Prerequisites are managed in the Prerequisites dialog box, accessible from the Publish pane of the Project Designer.

Note

Clickonce Windows Installer Windows 10

In addition to the predetermined list of prerequisites, you can add your own components to the list. For more information, see Creating bootstrapper packages.

To specify prerequisites to install with a ClickOnce application

  1. With a project selected in Solution Explorer, on the Project menu click Properties.

  2. Select the Publish pane.

  3. Click the Prerequisites button to open the Prerequisites dialog box.

  4. In the Prerequisites dialog box, make sure that the Create setup program to install prerequisite components check box is selected.

  5. In the Prerequisites list, check the components that you wish to install, and then click OK.

    The selected components will be packaged and published along with your application.

Clickonce Vs Windows Installer

To specify a different download location for prerequisites

  1. With a project selected in Solution Explorer, on the Project menu click Properties.

  2. Select the Publish pane. Panasonic user manuals pdf.

  3. Click the Prerequisites button to open the Prerequisites dialog box.

  4. In the Prerequisites dialog box, make sure that the Create setup program to install prerequisite components check box is selected.

  5. In the Specify the install location for prerequisites section, select Download prerequisites from the following location.

  6. Select a location from the drop-down list, or enter a URL, file path, or FTP location, and then click OK.

    Note

    The WinSXS folder at C:WindowsWinSXS is massive and continues to grow the longer you have Windows installed. This folder builds up unnecessary files over. May 02, 2017  Windows 10 and Windows Server 2016 automatically reduce the size of the WinSxS folder by using methods similar to the ones described in this topic, in addition to internal processes, such as uninstalling and deleting packages with components that have been replaced by other components with newer versions. Jun 13, 2019  he WinSxS folder is located in the Windows folder, for example, c:WindowsWinSxS. It’s the location for Windows Component Store files. It’s the location for Windows Component Store files. The Windows Component Store is used to support the functions needed for the customization and updating of Windows. What is the winsxs folder. Apr 23, 2016  Windows uses a system folder called WinSxS to store files that are needed for your Windows installation, as well as backups or updates to those files.

    You must make sure that installers for the specified components exist at the specified location.

Clickonce Install Location Windows 10

See also