Author: reinhard Date: 2009-12-05 13:53:59 -0600 (Sat, 05 Dec 2009) New Revision: 10089
Modified: trunk/gnue-reports/packaging/win32/gnue-reports.iss.dist_template Log: Some fixes to Windows packaging. Modified: trunk/gnue-reports/packaging/win32/gnue-reports.iss.dist_template =================================================================== --- trunk/gnue-reports/packaging/win32/gnue-reports.iss.dist_template 2009-12-05 19:45:56 UTC (rev 10088) +++ trunk/gnue-reports/packaging/win32/gnue-reports.iss.dist_template 2009-12-05 19:53:59 UTC (rev 10089) @@ -30,6 +30,9 @@ Source: C:\GNUe\Bin\gnue-reports.exe; DestDir: {app}\Bin; Components: main; Flags: ignoreversion Source: C:\GNUe\Bin\gnue-reports-server.exe; DestDir: {app}\Bin; Components: main; Flags: ignoreversion Source: C:\GNUe\Bin\gnue\reports\*.*; DestDir: {app}\Bin\gnue\reports; Flags: recursesubdirs ignoreversion; Components: main +Source: C:\GNUe\Config\report-filters.conf; DestDir: {app}\Config; Components: main; Flags: onlyifdoesntexist +; FIXME: Remove the following line when gnue-common has been changed to use "Config" instead of "etc" under Windows +Source: C:\GNUe\Config\report-filters.conf; DestDir: {app}\etc; Components: main; Flags: onlyifdoesntexist Source: C:\GNUe\share\locale\gnue-reports.mo; DestDir: {app}\share\locale\; Flags: recursesubdirs createallsubdirs; Components: translations Source: C:\GNUe\share\doc\gnue-reports\*.*; DestDir: {app}\share\doc\gnue-reports; Flags: recursesubdirs; Components: doc Source: C:\GNUe\share\gnue\*.*; DestDir: {app}\share\gnue\; Components: main; Flags: recursesubdirs createallsubdirs @@ -75,7 +78,7 @@ if (Length(GetPathInstalled('GNUe-Common')) > 0) then Result := true else begin - MsgBox('GNUe-Common is not installed! Please install the GNUe-Common package in order to setup GNUe-Forms.', mbInformation, MB_OK); + MsgBox('GNUe-Common is not installed! Please install the GNUe-Common package in order to setup GNUe-Reports.', mbInformation, MB_OK); Result := false; end; end; _______________________________________________ commit-gnue mailing list commit-gnue@gnu.org http://lists.gnu.org/mailman/listinfo/commit-gnue