Search code examples
windows-installerinstallationorca

MSI Installer UILevel = 32 (or 35) doesn't work (ORCA)


I have to run my own msi-file like:

>: msiexec.exe /i mypackage.msi /qb!

The problem is, that I can't run it from a console, because firstly I have to open the relevant setup.exe.

So I need to do this in ORCA.

I tried it with:

Property: UILevel = 32 (and 35)
Property: LIMITUI = 1 (2,3)
Property: ARPNOMODIFY = 1

Nothing works.

Clues?


Solution

  • You set an invalid value to UILevel.

    The valid values are: 2, 3, 4, 5.