Signed-off-by: Piotr Caban piotr@codeweavers.com --- dlls/msi/custom.c | 3 ++- dlls/shell32/pidl.c | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-)
On 4/4/19 10:33 AM, Piotr Caban wrote:
Signed-off-by: Piotr Caban piotr@codeweavers.com
dlls/msi/custom.c | 3 ++- dlls/shell32/pidl.c | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-)
Perhaps this one shouldn't be a case-insensitive comparison, though, given that actions are case-sensitive elsewhere.
On 4/4/19 5:38 PM, Zebediah Figura wrote:
On 4/4/19 10:33 AM, Piotr Caban wrote:
Signed-off-by: Piotr Caban piotr@codeweavers.com
dlls/msi/custom.c | 3 ++- dlls/shell32/pidl.c | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-)
Perhaps this one shouldn't be a case-insensitive comparison, though, given that actions are case-sensitive elsewhere.
It looks like MsiBreak only works for managed code custom actions. I'll need some more time to test it in that case.
Thanks, Piotr