https://bugs.documentfoundation.org/show_bug.cgi?id=158387

--- Comment #5 from V Stuart Foote <[email protected]> ---
(In reply to NarayanAras from comment #3)
> I do not know how to use command line in Windows.
> 
> I pasted the following line in command prompt:
> 
> msiexec /i LibreOfficeDev_24.2.0.0.alpha1_Win_x86-64.msi WRITE_REGISTRY=1
> 
> But it does not do anything.
> 
> Should I change my directory first?
> My default directory is C:\users\<My_username>
> 
> I ran the command from there.
> 
> Windows responds with this error message:
> 
> This installation package could not be opened. Verify that the package
> exists and that you can access it, or contact the application vendor to
> verify that this is a valid Windows Installer package.
> 
> At present, the full path of the msi file is:
> D:\Downloads\LibreOfficeDev_24.2.0.0.alpha1_Win_x86-64.msi

Your Windows CLI command window needs to be focused into that folder.

>From the user prompt CLI issue:

D:
cd D:\Downloads

and then issue the MS Install command

msiexec /i LibreOfficeDev_24.2.0.0.alpha1_Win_x86-64.msi WRITE_REGISTRY=1

launching from the correct location will resolve the "could not be opened."
error.

Note that the program will be LibreOfficeDev not LibreOffice and your user
configuration will show up in %APPDATA%\LibreOfficeDev  (i.e.
C:\Users\<yourusername>\AppData\Roaming\LibreOfficeDev) but any configuration
(Windows registry and per user AppData) from the full install will also be
present and can conflict.

Uninstalling the release build, then clearing from Windows registry and
deleting the %APPDATA%\LibreOffice is needed if you are trying to fully enable
a nightly or a pre-release (Alpha/Beta) build for use in the os/DE.

Unless you have some specific QA work in mind requiring full os/DE integration,
I would not. And instead I install in parallel as detailed in the link provided
above.

> 
> I have installed LO in the path-
> C:\Program Files\Util\LibreOfficeDev 24
>

Generally it is not a good idea to include a <space> in the path to an
installed program. Use an underscore, or just drop the space.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to