msi: Fix a couple install state test cases.
authorJames Hawkins <truiken@gmail.com>
Mon, 31 Jul 2006 21:50:44 +0000 (14:50 -0700)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 1 Aug 2006 08:49:20 +0000 (10:49 +0200)
commit38f2ba23f1a9f877f220e9776ad19f9d99492bd2
treedac7a521548d0ac0b9bf34d326b3f40001355eeb
parent6330f14da9d3a7519cb59e14a37f128d77f6dee4
msi: Fix a couple install state test cases.

- Correctly handle the msidbComponentAttributesOptional component attribute.
- Don't set a component's state to INSTALLSTATE_LOCAL if the
  msidbComponentAttributesSourceOnly attribute is provided.
dlls/msi/action.c
dlls/msi/tests/package.c