Skip to content

Releases: dblock/msiext

1.5

18 Sep 20:08
Compare
Choose a tag to compare
  • Features:
    • Added SERVICE_NAME as an alternative property for specifying service name in Service_Change... calls - @vladaver.
    • #8 - Added Service_GetState immediate custom action - @vladaver.
    • #21 - Added ExecuteOnReinstall for SystemTools::TemplateFile - @wojwal.
  • Bugs:
    • #9 - Fixed build failures if WiX Toolset v3.7 or MSBuild Community Tasks are not installed - @icnocop.
  • Misc:
    • #5 - Fixed WiX UI extension screens: texts, icons, margins, spacing - @romanws.
    • #22 - Added MSBuildCommunityTasksPath msbuild property to allow building without requiring the MSBuild Community Tasks to be installed
      Added WinDDK 7600.16385.1, and importing msi.props in projects to set up additional include and library directories to allow building without Visual Studio 2010 to be installed
      Updated atlbase.h to fix warning LNK4254: section 'ATL' (50000040) merged into '.rdata' (40000040) with different attributes
      Added doxygen 1.8.5 to allow building without requiring doxygen to be installed
      Using "localhost" for the DSN ODBC SQL Server address and explicitly specifying the default port number to support accessing a named instance from the default port without specifying the instance name - @icnocop

1.4

14 Nov 19:38
Compare
Choose a tag to compare
1.4

Wix 3.7 support, tools upgrade, and minor bug fixes.