Re: [WiX-users] multiple immediate Quiet Execution custom actions

2014-01-03 Thread Marek Mielcarek
et. Subject: Re: [WiX-users] multiple immediate Quiet Execution custom actions You can't have the Property and Value attributes in the executing call. You need to separate them per the example in the Wix.chm (look under "Standard Custom Actions): . . . You can use an appropr

Re: [WiX-users] multiple immediate Quiet Execution custom actions

2014-01-03 Thread John Cooper
You can't have the Property and Value attributes in the executing call. You need to separate them per the example in the Wix.chm (look under "Standard Custom Actions): . . . You can use an appropriately scheduled element instead of the static element above. Note that an immediate