What is the tech behind AdventureWorks installer?
Does the AdentureWorks installer use widely publicised inst开发者_JAVA百科aller techniques, such as a CustomAction, or does it use something more esoteric? What is it using?
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.
精彩评论