40 lines
1.0 KiB
Plaintext
40 lines
1.0 KiB
Plaintext
This directory contains the psqlODBC installer for Windows. To build the
|
|
installer, you will need a copy of WiX installed somewhere in your system
|
|
path. The installer has been tested with WiX version 3.0.2420 and WiX 3.8 at
|
|
the time writing.
|
|
|
|
WiX may be downloaded from:
|
|
|
|
http://wix.codeplex.com/
|
|
|
|
|
|
Two parallel systems to build the installers are currently provided:
|
|
|
|
POWERSHELL BASED
|
|
----------
|
|
|
|
Ensure that suitable binaries are in the parent directory Release build outputs
|
|
(see ..\winbuild for that).
|
|
|
|
.\buildInstallers.ps1
|
|
|
|
For help:
|
|
|
|
Get-Help .\buildInstallers.ps1
|
|
|
|
If you get execution policy errors:
|
|
|
|
Set-ExecutionPolicy RemoteSigned
|
|
|
|
and try again.
|
|
|
|
Note that these installer generators use the configuration file prepared by the
|
|
PowerShell scripts in ..\winbuild, defaulting to ..\winbuild\configuration.xml,
|
|
so you can't just mix them with SDK- or NMake based compilation.
|
|
|
|
NMAKE BASED
|
|
-----------
|
|
|
|
Use the top-level file (win64.mak), per the documentation in
|
|
docs/win32-compilation.html, to build installers using NMake.
|