From e3967cefe2932f88d8393a667a05caca51c227e1 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Mon, 4 May 2015 08:35:27 +0000 Subject: [PATCH] al_res.dll renamed to al_resource.dll to allow common CAB file for multiple MSI files. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit MSI files are prepared in two flavours now: - Fully self-contained (output\Setup folder) – with the CAB file embedded. - Installer-database only (output folder) – rely on external CAB file: suitable for re-packaging or GPO deployment. Wheel scrolling not working in profile configuration dialog until any of control gained focus issue fixed. Makefile clean-up.