Translations:Installing in parallel/Windows/15/en

    From The Document Foundation Wiki

    For both files you have to execute the following steps:

    1. First extract the contents of the .exe file into a folder, using different names for each folder. This can be done with an unzip program like 7-Zip.
      Alternatively you can just double click the .exe files, but then you have to cancel the installation when asked to install the program.
    2. Now you have to open the Command Prompt as described above. Navigate to the folder with the extracted files.
    3. Once in the folder you enter
      dir *.msi
      to get the correct name. Here we assume the name is LibreOffice34.msi.
    4. Now you enter the following line into the command prompt:
      msiexec /a libreoffice34.msi
      and the installation program should start.