dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #10835
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 2978: Minor fix to DHIS+Postgresql installer.
------------------------------------------------------------
revno: 2978
committer: Jason P. Pickering <jason.p.pickering@xxxxxxxxx>
branch nick: dhis2
timestamp: Sun 2011-03-06 10:36:34 +0100
message:
Minor fix to DHIS+Postgresql installer.
modified:
dhis2-live-installer/src/bitrock/DHIS2_pginstaller.xml
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis2-live-installer/src/bitrock/DHIS2_pginstaller.xml'
--- dhis2-live-installer/src/bitrock/DHIS2_pginstaller.xml 2011-03-06 09:31:18 +0000
+++ dhis2-live-installer/src/bitrock/DHIS2_pginstaller.xml 2011-03-06 09:36:34 +0000
@@ -218,7 +218,8 @@
<explanation></explanation>
<value></value>
<default>postgres</default>
- <allowEmptyValue>1</allowEmptyValue>
+ <allowEmptyValue>0</allowEmptyValue>
+ <askForConfirmation>0</askForConfirmation>
<descriptionRetype></descriptionRetype>
<width>20</width>
</passwordParameter>
@@ -227,7 +228,7 @@
<runProgram>
<explanation>Installing Postgresql</explanation>
<program>postgresql-9.0.1-1-windows.exe</program>
- <programArguments>--unattendedmodeui none --superaccount postgres --servicepassword ${pg_password} --superpassword ${pg_password}</programArguments>
+ <programArguments>--unattendedmodeui none --mode unattended --superaccount postgres --servicepassword ${pg_password} --superpassword ${pg_password}</programArguments>
<progressText>Installing Postgresql</progressText>
<workingDirectory>${installdir}\tmp\</workingDirectory>
</runProgram>