]> git.sur5r.net Git - bacula/bacula/commit
Fixed symbol file generation on Microsoft Visual Studio builds.
authorRobert Nelson <robertn@the-nelsons.org>
Wed, 6 Sep 2006 17:12:00 +0000 (17:12 +0000)
committerRobert Nelson <robertn@the-nelsons.org>
Wed, 6 Sep 2006 17:12:00 +0000 (17:12 +0000)
commit124d08ff5936b30e9c970da9087a462b917da5b7
tree611c0f9a3418d22a77f552071748fb897813df28
parentf825398ab717f41b0a1f3826e859e98048fae9c4
Fixed symbol file generation on Microsoft Visual Studio builds.

Change daemon /kill processing to pause .5 second between attempts to post WM_CLOSE message.

Installer changes:
  -  Add new Install Type page, used to select between Automatic and Custom installs.  Automatic installs only prompt for configuration items that can't be reasonably defaulted.
  -  Added Bacula logo to page headers.
  -  Added Upgrade support
       Configuration and component selection is migrated from pre-1.39 installs.
       Configuration of upgraded components is preserved and not prompted for
       Configuration of new components is handled according the Automatic / Custom selection.
       New components are shown in bold on Component page.
       Component selection is defaulted to previously selected components.
  -  Installation of Server components is disabled on Windows 95, 98 and ME.
  -  Changed installer to use previous executable to /kill and /remove services being upgraded.

Added URLs for support, info and upgrades to Bacula entry in Add/Remove Programs.

Added Version info to Bacula entry in Add/Remove Programs.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3417 91ce42f0-d328-0410-95d8-f526ca767f89
13 files changed:
bacula/src/win32/filed/baculafd.vcproj
bacula/src/win32/filed/winservice.cpp
bacula/src/win32/installer/ConfigPage1.nsh
bacula/src/win32/installer/ConfigPage2.nsh
bacula/src/win32/installer/InstallType.ini [new file with mode: 0644]
bacula/src/win32/installer/InstallType.nsh [new file with mode: 0644]
bacula/src/win32/installer/bacula-dir.conf.in
bacula/src/win32/installer/bacula-fd.conf.in
bacula/src/win32/installer/bacula-logo.bmp [new file with mode: 0644]
bacula/src/win32/installer/installer.vcproj
bacula/src/win32/installer/winbacula.nsi
bacula/src/win32/libbac/libbac.vcproj
bacula/src/win32/stored/baculasd/winservice.cpp