VirtualBox

Changeset 104165 in vbox for trunk/src/VBox/Installer


Ignore:
Timestamp:
Apr 4, 2024 5:26:51 PM (8 months ago)
Author:
vboxsync
Message:

Windows/Host Installer: Check permissions of target directory when installing. Added a new testcase for this [build fix]. bugref:10616

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/win/InstallHelper/VBoxInstallHelper.cpp

    r104164 r104165  
    574574                                    break;
    575575                                }
    576 
     576#ifdef DEBUG
    577577                                case ACCESS_DENIED_ACE_TYPE: /* We're only interested in the ALLOW ACE. */
    578578                                {
    579579                                    ACCESS_DENIED_ACE const *pAce = (ACCESS_DENIED_ACE *)pAceHdr;
    580 #ifdef DEBUG
    581580                                    LPWSTR pwszSid = NULL;
    582581                                    ConvertSidToStringSid((PSID)&pAce->SidStart, &pwszSid);
     
    586585
    587586                                    LocalFree(pwszSid);
     587                                    break;
     588                                }
    588589#endif /* DEBUG */
     590                                default:
    589591                                    /* Ignore everything else. */
    590592                                    break;
    591                                 }
    592593                            }
    593594                        }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette