Does the AdentureWorks installer use widely publicised installer techniques, such as a CustomAction, or does it use something more esoteric? What is it using?
Does the AdentureWorks installer use widely publicised installer techniques, such as a CustomAction ,
Share
It’s a self extracting zip that exposes a custom DatabaseInstaller.exe. This EXE is a .NET 3.0 XAML/WPF application. You can look at it using Reflector to see the Microsoft.SqlServer.DatabaseInstaller namespace.
To me, it’s custom junk and just another example of different groups at Microsoft just doing whatever they please. It might be exposed as part of some MSSQL SDK but I’m not aware of it, if it is.