diff options
| author | Hiroshi Saito | 2007-09-21 06:36:27 +0000 |
|---|---|---|
| committer | Hiroshi Saito | 2007-09-21 06:36:27 +0000 |
| commit | be8dd244ed3fab63dd34a22ef58cc02fa417df0f (patch) | |
| tree | f56734703a2173bbf413e5e6e445a1f0275bc6df | |
| parent | 1cb4ec408c69d5be5df7a69893bd0e2f394118a3 (diff) | |
Prep Version 08.02.0500
The document addition which I have forgotten.
| -rw-r--r-- | installer/README.txt | 4 | ||||
| -rw-r--r-- | installer/psqlodbc.wxs | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/installer/README.txt b/installer/README.txt index 1f1544d..ed8f78c 100644 --- a/installer/README.txt +++ b/installer/README.txt @@ -8,10 +8,10 @@ time writing. WiX may be downloaded from: In order to build the installer, first ensure that a suitable binary is in the $SRC\Release directory, then, from the $SRC\Installer directory run: -C:\psqlODBC\Installer> make 08.00.0001 +C:\psqlODBC\Installer> make 08.02.0500 The version number will default to a value set in the Make.bat batch file if not specified on the command line. 2 files will be built: psqlodbc.msm - A merge module for use in other projects. -psqlodbc.msi - A Windows Installer package for standalone use.
\ No newline at end of file +psqlodbc.msi - A Windows Installer package for standalone use. diff --git a/installer/psqlodbc.wxs b/installer/psqlodbc.wxs index a61a213..915f189 100644 --- a/installer/psqlodbc.wxs +++ b/installer/psqlodbc.wxs @@ -38,6 +38,7 @@ <Component Id="docs" Guid="89DDBC52-9F0D-4846-91DC-09EECC87E42E"> <File Id="docs.index.html" Name="index.html" DiskId="1" Source="../docs/index.html" KeyPath="yes" /> <File Id="docs.config.html" Name="config.html" DiskId="1" Source="../docs/config.html" /> + <File Id="docs.config_opt.html" Name="config-opt.html" DiskId="1" Source="../docs/config-opt.html" /> <File Id="docs.faq.html" Name="faq.html" DiskId="1" Source="../docs/faq.html" /> <File Id="docs.howto_accesslo.html" Name="howto-accesslo.html" DiskId="1" Source="../docs/howto-accesslo.html" /> <File Id="docs.howto_accessvba.html" Name="howto-accessvba.html" DiskId="1" Source="../docs/howto-accessvba.html" /> |
