http://bugs.winehq.org/show_bug.cgi?id=6077
------- Additional Comments From xerox_xerox2000@yahoo.co.uk 2006-15-10 04:19 ------- Created an attachment (id=3854) --> (http://bugs.winehq.org/attachment.cgi?id=3854&action=view) crash log
simple hack to let the installer complete: diff --git a/dlls/advapi32/advapi.c b/dlls/advapi32/advapi.c diff --git a/dlls/advapi32/security.c b/dlls/advapi32/security.c index 7b4f5bc..46e64e4 100644 --- a/dlls/advapi32/security.c +++ b/dlls/advapi32/security.c @@ -1249,8 +1249,9 @@ MakeSelfRelativeSD(
BOOL WINAPI GetSecurityDescriptorControl ( PSECURITY_DESCRIPTOR pSecurityDescriptor, PSECURITY_DESCRIPTOR_CONTROL pControl, LPDWORD lpdwRevision) -{ +{if(pSecurityDescriptor) return set_ntstatus( RtlGetControlSecurityDescriptor(pSecurityDescriptor,pControl,lpdwRevision)); +else return FALSE; }
/* ##############################