Introduction
In Visual Studio 2017 Installer Projects – Part 1 we prepared Visual Studio 2017 for creating installer projects, In this article we are creating a simple application to use as our test application that we want to build an installer.
The test application consists of two outputs:
- TheWorldsGreatest.exe
- MyCommonLibrary.dll

Visual Studio Solution

Example App: TheWorldsGreatest.exe
This test application uses reflection to obtain the version and description of the MyCommonLibrary.dll, we have deliberately included the use of reflection because issues may exist if we later obfuscate the assemblies and we can look at what obfuscation settings help resolve any issues encountered at runtime.
We have attached the source code for this very simple Windows forms application so that you can walk through this example.
Articles in this series
Visual Studio 2017 Installer Projects Part 2 Demo Application
Visual Studio 2017 Installer Projects Part 3 Creating an installer project
Downloads




(0 votes, average: 0.00 out of 5)You need to be a registered member to rate this.