Ignore:
Timestamp:
Feb 28, 2013, 2:56:53 AM (11 years ago)
Author:
roman
Message:

Fix for registration UI in XP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DirectShowSpy/Configuration.h

    r155 r171  
    625625                Information.cbSize = sizeof Information;
    626626                Information.fMask = SEE_MASK_NOCLOSEPROCESS; 
    627                 if(bAsAdministrator)
     627                if(bAsAdministrator && GetOsVersion() >= 0x00060000) // Windows Vista or Windows Server 2008
    628628                        Information.lpVerb = _T("runas");
    629629                Information.lpFile = _T("regsvr32.exe");
Note: See TracChangeset for help on using the changeset viewer.