
Up to [pgFoundry] / pginstaller / pginst
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.17 / (download) - annotate - [select for diffs], Fri Jan 30 10:10:56 2009 UTC (3 years, 3 months ago) by dpage
Branch: MAIN
CVS Tags: REL-8_4_0-BETA1,
REL-8_4-BETA2,
HEAD
Changes since 1.16: +4 -4
lines
Diff to previous 1.16 (unified)
Update for new version of Gettext
Revision 1.13.2.3 / (download) - annotate - [select for diffs], Fri Jan 30 10:09:53 2009 UTC (3 years, 3 months ago) by dpage
Branch: REL8_3_STABLE
CVS Tags: REL8_3_12,
REL-8_3_9,
REL-8_3_8,
REL-8_3_6,
REL-8_3_18,
REL-8_3_17,
REL-8_3_15,
REL-8_3_14,
REL-8_3_13,
REL-8_3_11
Changes since 1.13.2.2: +4 -4
lines
Diff to previous 1.13.2.2 (unified) to branchpoint 1.13 (unified) next main 1.14 (unified)
Update for new version of Gettext
Revision 1.16 / (download) - annotate - [select for diffs], Tue Feb 26 10:08:32 2008 UTC (4 years, 2 months ago) by dpage
Branch: MAIN
Changes since 1.15: +4 -2
lines
Diff to previous 1.15 (unified)
Fix two Vista issues found recently: Fix 1 ***** Per http://blogs.msdn.com/astebner/archive/2007/01/09/problems-with-custom-actions-that-depend-on-the-visual-c-8-0-runtime-files-on-windows-vista.aspx On a Vista machine without the VC++ runtimes preinstalled, initdb will fail. We fix that by bundling the vc_redist.exe runtime installer in both the main installer package, and now in the no-installer package. SETUP.bat and UPGRADE.bat are modified to run the runtime installer with minimal UI, prior to launching the main installer. Notes: - We still ship the runtimes in the main installer so pre-Vista machines can ignore SETUP.bat and the external installer if required. - The version of vc_redist.exe shipped is that supplied with Visual Studio, *not* the one offered for free download on the Microsoft website. The latter version adds a second IExpress wrapper with a EULA, and therefore requires a difference command line to install. The correct version must be used. - Users repackaging/silent installing the MSIs are responsible for pre-installing the runtimes on their target machines. Fix 2 ***** On Windows Vista, a service set to run with a user account of <machinename>\<username> will cause the Service Control Manager to start the Netlogon service as a dependency of PostgreSQL in some circumstances. This fails on standalone machines as Netlogon will terminate because it knows it's not on a domain and shouldn't be needed, however this causes the SCM to terminate startup of Postgres as well. This is resolved by using a user account in the form .\<username>. To avoid using that potentially unclear notation in the installer UI, the patch adds a SCMSERVICEDOMAIN property which is set during the ServiceValidate action and used when installing the service. If the domain specified matches the machine name, it sets it to '.', otherwise it sets it to the value of SERVICEDOMAIN (which may have been set to an actual domain name).
Revision 1.13.2.2 / (download) - annotate - [select for diffs], Tue Feb 26 10:07:48 2008 UTC (4 years, 2 months ago) by dpage
Branch: REL8_3_STABLE
CVS Tags: REL-8_3_5,
REL-8_3_4,
REL-8_3_3,
REL-8_3_2,
REL-8_3_1
Changes since 1.13.2.1: +4 -2
lines
Diff to previous 1.13.2.1 (unified) to branchpoint 1.13 (unified)
Fix two Vista issues found recently: Fix 1 ***** Per http://blogs.msdn.com/astebner/archive/2007/01/09/problems-with-custom-actions-that-depend-on-the-visual-c-8-0-runtime-files-on-windows-vista.aspx On a Vista machine without the VC++ runtimes preinstalled, initdb will fail. We fix that by bundling the vc_redist.exe runtime installer in both the main installer package, and now in the no-installer package. SETUP.bat and UPGRADE.bat are modified to run the runtime installer with minimal UI, prior to launching the main installer. Notes: - We still ship the runtimes in the main installer so pre-Vista machines can ignore SETUP.bat and the external installer if required. - The version of vc_redist.exe shipped is that supplied with Visual Studio, *not* the one offered for free download on the Microsoft website. The latter version adds a second IExpress wrapper with a EULA, and therefore requires a difference command line to install. The correct version must be used. - Users repackaging/silent installing the MSIs are responsible for pre-installing the runtimes on their target machines. Fix 2 ***** On Windows Vista, a service set to run with a user account of <machinename>\<username> will cause the Service Control Manager to start the Netlogon service as a dependency of PostgreSQL in some circumstances. This fails on standalone machines as Netlogon will terminate because it knows it's not on a domain and shouldn't be needed, however this causes the SCM to terminate startup of Postgres as well. This is resolved by using a user account in the form .\<username>. To avoid using that potentially unclear notation in the installer UI, the patch adds a SCMSERVICEDOMAIN property which is set during the ServiceValidate action and used when installing the service. If the domain specified matches the machine name, it sets it to '.', otherwise it sets it to the value of SERVICEDOMAIN (which may have been set to an actual domain name).
Revision 1.15 / (download) - annotate - [select for diffs], Tue Feb 12 09:32:29 2008 UTC (4 years, 3 months ago) by dpage
Branch: MAIN
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (unified)
Remove support for non-stackbuilder builds.
Revision 1.13.2.1 / (download) - annotate - [select for diffs], Tue Feb 5 09:44:36 2008 UTC (4 years, 3 months ago) by dpage
Branch: REL8_3_STABLE
Changes since 1.13: +1 -0
lines
Diff to previous 1.13 (unified)
Add missing gssapi32.dll to the no-installer bundle
Revision 1.14 / (download) - annotate - [select for diffs], Tue Feb 5 09:43:53 2008 UTC (4 years, 3 months ago) by dpage
Branch: MAIN
Changes since 1.13: +1 -0
lines
Diff to previous 1.13 (unified)
Add missing gssapi32.dll to the no-installer bundle
Revision 1.13 / (download) - annotate - [select for diffs], Mon Dec 3 10:25:30 2007 UTC (4 years, 5 months ago) by dpage
Branch: MAIN
CVS Tags: REL8_3_0,
REL-8_3-RC2,
REL-8_3-RC1,
REL-8_3-BETA4
Branch point for: REL8_3_STABLE
Changes since 1.12: +1 -0
lines
Diff to previous 1.12 (unified)
Include missing setup script in zip file.
Revision 1.12 / (download) - annotate - [select for diffs], Fri Oct 5 13:41:44 2007 UTC (4 years, 7 months ago) by dpage
Branch: MAIN
CVS Tags: REL-8_3-BETA3,
REL-8_3-BETA2,
REL-8_3-BETA1
Changes since 1.11: +0 -8
lines
Diff to previous 1.11 (unified)
Include the MSVC++ 8.0 runtimes using the Microsoft merge modules to ensure they get installed in a shared location and can be found by all other modules.
Revision 1.11 / (download) - annotate - [select for diffs], Thu Aug 9 12:44:13 2007 UTC (4 years, 9 months ago) by dpage
Branch: MAIN
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (unified)
Pass the system32 path to the wix code.
Revision 1.10 / (download) - annotate - [select for diffs], Tue May 1 14:32:48 2007 UTC (5 years ago) by dpage
Branch: MAIN
Changes since 1.9: +55 -5
lines
Diff to previous 1.9 (unified)
Add a target to build the binaries-no-installer zip file. Bit hacky, but it looks like it would need quite a bit of coding to archive files from multiple locations into one structure without staging it someplace first.
Revision 1.9 / (download) - annotate - [select for diffs], Mon Apr 30 10:51:49 2007 UTC (5 years ago) by mha
Branch: MAIN
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (unified)
Get rid of a couple of more references to PGDIR no longer used.
Revision 1.8 / (download) - annotate - [select for diffs], Mon Apr 30 10:48:26 2007 UTC (5 years ago) by mha
Branch: MAIN
Changes since 1.7: +6 -10
lines
Diff to previous 1.7 (unified)
Add parameter FlattenDirectories to zip task. Use this to build the ZIP files that don't include subdirs. Removes hacky workaround of this feature. Fix missed reference to PGDIR that shouldn't be used anymore.
Revision 1.7 / (download) - annotate - [select for diffs], Fri Apr 27 15:07:15 2007 UTC (5 years ago) by dpage
Branch: MAIN
Changes since 1.6: +1 -0
lines
Diff to previous 1.6 (unified)
Note new target
Revision 1.6 / (download) - annotate - [select for diffs], Fri Apr 27 15:03:08 2007 UTC (5 years ago) by dpage
Branch: MAIN
Changes since 1.5: +1 -0
lines
Diff to previous 1.5 (unified)
Remove the package zip file when cleaning.
Revision 1.5 / (download) - annotate - [select for diffs], Fri Apr 27 14:33:53 2007 UTC (5 years ago) by dpage
Branch: MAIN
Changes since 1.4: +18 -1
lines
Diff to previous 1.4 (unified)
Add a task to build the distribution zip file.
Revision 1.4 / (download) - annotate - [select for diffs], Thu Apr 12 13:21:28 2007 UTC (5 years, 1 month ago) by mha
Branch: MAIN
Changes since 1.3: +14 -1
lines
Diff to previous 1.3 (unified)
Add a target for building a ZIP file with debug symbols in it. Add a subdirectory with code for custom build tasks. For now, add just a zip task to it, for said target. In the future, expect to migrate some of the ugliest vbscript stuff in there.
Revision 1.3 / (download) - annotate - [select for diffs], Thu Apr 5 14:52:21 2007 UTC (5 years, 1 month ago) by dpage
Branch: MAIN
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (unified)
Update to allow building with StackBuilder, minus bundled code.
Revision 1.2 / (download) - annotate - [select for diffs], Mon Apr 2 13:55:54 2007 UTC (5 years, 1 month ago) by dpage
Branch: MAIN
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (unified)
Fix some more hard coded paths. Pull library dependencies from the build dep tree. Split per-machine config stuff into a seperate template file for customisation.
Revision 1.1 / (download) - annotate - [select for diffs], Wed Mar 28 20:35:20 2007 UTC (5 years, 1 month ago) by mha
Branch: MAIN
Change to using msbuild for buildsystem instead of msys make Change to build CAs with MSVC instead of mingw Fix a bunch of code errors that msvc picked up that mingw didn't Properly translate all language attributes, not just one of them Adjust to install msvc-built version of postgresql