[BUGS] BUG #2745: upgrade.bat refers to msi file name for version 8.1 ms -
11-10-2006
, 12:17 AM
The following bug has been logged online:
Bug reference: 2745
Logged by:
Email address: tsangwingkein (AT) gmail (DOT) com
PostgreSQL version: 8.2 beta
Operating system: windows xp
Description: upgrade.bat refers to msi file name for version 8.1 ms
Details:
The last line should be
msiexec /i postgresql-8.2beta2-int.msi REINSTALLMODE=vamus REINSTALL=ALL
/qr
or you can set a variable called say POSTGRES
with POSTGRES having value of the msi file name. then
msiexec just use that variable.
---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo (AT) postgresql (DOT) org so that your
message can get through to the mailing list cleanly |