Skip to content

frederiksen/WixGAExtension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WixGAExtension

Bring Google Analytics into your Windows installer.

With just one line in your WiX installer you can track installations and uninstallations. Get insights about your application installed base.

Visual Studio

And get the result in Google Analytics:

Google Analytics

AppVeyor

Build status

How to use

  1. Create a free Google Analytics project - https://www.google.com/analytics - and get a tracking code
  2. Download the WiX extension: WixGAExtension.dll and unblock it
  3. From your WiX project reference WixGAExtension.dll
  4. Add this namespace: xmlns:ga="https://github.com/frederiksen/WixGAExtension"
  5. Add this line under the Product node: <ga:GoogleAnalytics TrackingId="UA-90448268-1" /> with your tracking code
  6. Done :-)

Here's a test project: TestSetupProject

Future

Also track information about PC hardware/software. I.e.: CPU, memory, Windows version, ...