Hello @sthag
This is your issue:
Executing initdb.exe -U postgres -E UTF8 -D "C:/Bitnami/WAPPST~1.30-/POSTGR~1/data"
Script exit code: 1
Script output:
Script stderr:
Program ended with an error exit code
Error running initdb.exe -U postgres -E UTF8 -D "C:/Bitnami/WAPPST~1.30-/POSTGR~1/data": Program ended with an error exit code
Executing sc stop ""
Script exit code: 123
Script output:
[SC] OpenService FEHLER 123:
Die Syntax f\201r den Dateinamen, Verzeichnisnamen oder die Datentr„gerbezeichnung ist falsch.
This is the same step in a normal installation without issues.
Executing initdb.exe -U postgres -E UTF8 -D "C:/Bitnami/WAPPST~1.30-/POSTGR~1/data"
Script exit code: 0
Script output:
Script stderr:
[10:17:53]
[10:17:53]
[10:17:53] Database initialized OK
I noticed (translating from German) that you found the error:
The syntax for the file name, directory name, or volume label is incorrect.
According to Microsoft (https://technet.microsoft.com/en-us/library/cc956689.aspx) and other forums the problem could be related with the installation directory as you mentioned before. However, as you can see in the log I pasted with a successful installation, it doesn't complain about the same path.
Could you please try to install the WAPP Stack using the option --debugtrace
when you execute the installer? Then share with us again the log file. I just want to take a deeper look into the issue.
Best Regards,
Juan Ariza