http://bugs.winehq.org/show_bug.cgi?id=7666
------- Additional Comments From truiken@gmail.com 2007-08-03 23:20 ------- Wow, an installer other than IE or MDAC that actually uses advpack. The installer is calling GetFileSecurity with a NULL pSecurityDescriptor parameter, which, according to msdn, is legit as the parameter is optional. We should add a simple test case for this and make the appropriate fix. Technically this should be wine-advapi32, but we don't have that component yet.