Re: [WiX-users] Lux unit test does not call my CA

2011-10-26 Thread Bob Arnson
On 26-Oct-11 16:48, Gary Gocek wrote: > Well, duhh. I' m not sure what I was expecting, but of course, scheduling > the CA causes it to run, which sets the property, and then the UnitTest > sees the match and it passes. It's kind of a lot of work to hack up a test > MSI, but there was (of course) n

Re: [WiX-users] Lux unit test does not call my CA

2011-10-26 Thread Gary Gocek
neral discussion for Windows Installer XML toolset. Subject: [WiX-users] Lux unit test does not call my CA I'm having trouble with my first attempt at unit-testing custom actions with Lux. In a fragment in "properties.wxs", In a fragment in "CustomActions.wxs", I have

Re: [WiX-users] Lux unit test does not call my CA

2011-10-26 Thread John Cooper
2:48 PM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Lux unit test does not call my CA I'm having trouble with my first attempt at unit-testing custom actions with Lux. In a fragment in "properties.wxs", In a fragment in "CustomActions.wxs&qu

[WiX-users] Lux unit test does not call my CA

2011-10-26 Thread Gary Gocek
I'm having trouble with my first attempt at unit-testing custom actions with Lux. In a fragment in "properties.wxs", In a fragment in "CustomActions.wxs", I have Binary and CustomAction elements to configure "FooMethod" as immediate. In the C# code for custom action "FooMethod", session["BAR_