Posts Tagged ‘Deployment’
Andrei Smolin | February 27th, 2019
The number of users having the Office version installed from Microsoft Store increases every day as computer vendors install it by default; see e.g. this support article from Dell. Per-user add-ins and some per-machine add-ins may run into a severe issue with that Office version. The issue is: the add-in uses old versions...
Read the rest of this entry →
.NET, COM add-ins, Deployment, Office 365 |
10 Comments
Andrei Smolin | November 10th, 2017
To test the example described below, download and run the application installing the sample COM add-in. When the add-in is installed, you start Excel 2000 - 2016 and find the add-in in the UI. Leave Excel open and in a couple of minutes, you'll get a notification suggesting installing an update...
Read the rest of this entry →
.NET, COM add-ins, Deployment, Office |
8 Comments
Andrei Smolin | February 2nd, 2017
Let's start with the conclusion: you can deeply customize the UI and behavior of the MSI installer of your Add-in Express based Office extension using a ClickTwice custom action. To see how this works, build the project below, install the add-in by starting the MSI installer, and have a closer look at that installer's UI...
Read the rest of this entry →
.NET, C#, COM add-ins, Deployment |
2 Comments
Automatic updates for software applications' mobile apps have become an everyday occurrence for most users. For a user it provides a level of comfort to know that their software is always up to date with the latest and greatest version. It could also be a source of irritation for many users depending on the frequency of updates – not many users would be happy upgrading to a new version every day...
Read the rest of this entry →
.NET, COM add-ins, Deployment |
8 Comments
Ty Anderson | April 25th, 2014
Visual Studio 2013 is a wonderful code editor. I'm a fan of it (monochrome icons and all). However, I have not adopted as quickly as I thought due to the lack of support for setup projects. This was big whole, thus many of us, developers, have turned to WiX...
Read the rest of this entry →
Deployment, WiX |
4 Comments
The WiX toolset provides a number of built-in dialogs that should be adequate for most installers. If, however, you need more flexibility when it comes to your MSI installer's user interface, WiX provides the ability to build a custom UI of your setup project...
Read the rest of this entry →
Deployment, WiX |
75 Comments
So by now, I hope we all know and have come to accept the fact that Visual Studio setup projects are a thing of the past and that we've all become comfortable with using the WiX toolset to build our Windows Installers...
Read the rest of this entry →
Deployment, WiX |
13 Comments
I'm sure by now you are all aware that Microsoft removed all Visual Studio Installer project types with the release of Visual Studio 2012. A suggested alternative to creating setup files was to use the very powerful and flexible WiX toolset. The one big problem, with switching over to WiX for your setup project was that, a lot of people already invested a considerable amount of time building a setup using the Visual Studio Installer project
...
Read the rest of this entry →
Deployment, Visual Studio, WiX |
14 Comments