From: | ljwilson <ljwilson(at)digitalav(dot)com> |
---|---|
To: | pgsql-odbc(at)postgresql(dot)org |
Subject: | Prep release 09.03.0100: WiX v3.7.1224.0 file/id error |
Date: | 2013-12-14 16:41:16 |
Message-ID: | 1387039276824-5783419.post@n5.nabble.com |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-odbc |
Maybe this is fixed in WiX v3.8, but apparently it is a bug that has been
around a while.
Looks like for commit f7d30f3c4a84dc9039d64e93060bf7424633e2c5
just need to change the dash to an underscore:
<File Id="docs.release-7.3.html"
to
<File Id="docs.release_7.3.html"
for both of the *.wxs files changed in that commit.
Error:
*********************************
C:\psqlodbc\installer>make
Version not specified - defaulting to "09.03.0100"
PRODUCTCODE="D3527FA5-9C2B-4550-A59B-9534A78950F4"
Building psqlODBC/0903 merge module...
psqlodbcm.wxs
Building psqlODBC installer database...
psqlodbc.wxs
C:\psqlodbc\installer\psqlodbc.wxs(48) : error CNDL0014 : The File/@Id
attribute's value, 'docs.release-7.3.html', is not a legal identifier.
Identifiers may contain ASCII characters A-Z, a-z, digits, underscores (_),
or periods (.). Every identifier must begin with either a letter or an
underscore.
Aborting build!
*********************************
Thanks...jack
--
View this message in context: http://postgresql.1045698.n5.nabble.com/Prep-release-09-03-0100-WiX-v3-7-1224-0-file-id-error-tp5783419.html
Sent from the PostgreSQL - odbc mailing list archive at Nabble.com.
From | Date | Subject | |
---|---|---|---|
Next Message | Hiroshi Inoue | 2013-12-14 22:54:21 | Re: Prep release 09.03.0100: Unable to browse tables from some ide's |
Previous Message | ljwilson | 2013-12-14 16:19:08 | Prep release 09.03.0100: Unable to browse tables from some ide's |