I tried to install a PostgreSQL datatbase by calling
Code: Select all
Run Programm msiexec.exe /i C:\\tmp\\postgresql.msi /qr INTERNALLAUNCH=1 ADDLOCAL=server,psql,nls,pgadmin SERVICEDOMAIN="%COMPUTERNAME%" SUPERUSER="root" SERVICEPASSWORD="monas" SUPERPASSWORD="monasur" BASEDIR="C:\\Programme\\PostgreSQL" TRANSFORMS=:lang_de
But an error comes during installation from the PostgreSQL installer.
"User account 䌥䵏啐䕔乒䵁╅瀀獯杴敲s潭慮畳浭牥\\潰瑳牧獥洀湯獡浵敭r doesn't exists."
If I open the cmd.exe and put the command in no error appears and the database will be installed.
Thanks for help