Question

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?

Était-ce utile?

La solution

You set an invalid value to UILevel.

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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top