Hi johnson!
OpSys: Win8.1 x64
LibreOffice: LibreOffice_4.2.5_Win_x86.msi
First modify the bootstrap.ini
Comment out the UserInstallation property using a #:
[ErrorReport]
ErrorReportPort=80
ErrorReportServer=report.libreoffice.org
[Bootstrap]
InstallMode=<installmode>
ProductKey=LibreOffice 4.2
#UserInstallation=$SYSUSERCONFIG/LibreOffice/4
After that, you should start the libre office in no headless mode once.
start soffice.exe "-env:UserInstallation=file:///d:/tmp/p0/"
Then add multiple instances just like this:
start soffice.exe "-env:UserInstallation=file:///d:/tmp/p0/" -headless -nofirststartwizard -accept="socket,host=0.0.0.0,port=8100;urp;"
start soffice.exe "-env:UserInstallation=file:///d:/tmp/p1/" -headless -nofirststartwizard -accept="socket,host=0.0.0.0,port=8101;urp;"
start soffice.exe "-env:UserInstallation=file:///d:/tmp/p2/" -headless -nofirststartwizard -accept="socket,host=0.0.0.0,port=8102;urp;"
Regards Victor