Page 1 of 1

[SOLVED] Problem Installing package .msi

Published: April 27, 2022 - 3:53 PM
by Jitero
Good morning,

I get this error whenever I try to install a package in .msi format

Code: Select all

Command 'msiexec /norestart /q /i "Visual Studio Code.msi" ' returned non-zero exit status 1603.

Re: Problem installing package .msi

Published: April 28, 2022 - 11:32 AM
by sfonteneau
Hello,

it's difficult to help you because error code 1603 means: Error 1603: A fatal error occurred during installation.

You would need to run the installation manually to understand the problem; an error message should appear and provide more information.

- Simon

Re: Problem installing package .msi

Published: April 29, 2022 - 3:28 PM
by AdriAlpes
Good morning,

Can you try?

Code: Select all

install_msi_if_needed('Visual Studio Code.msi',properties='ALLUSER=1 ALLUSERS=1')
Good afternoon!