Dmitry Timoshkov wrote:
Does behaviour of MsiGetPropertyA and MsiGetPropertyW differ in that case? I'd be interested to have a look at the test case.
I've put the test case up here: http://mandoo.dyndns.org/msitest.zip
- TlsSetValue( tls_slot, (void*) 1 );
Shouldn't this be reset to 0 once a custom action has finished?
The thread running the custom action terminates immediately after the custom action finishes, so there shouldn't be any need to reset the tls value.
Mike