Changeset 171 for trunk/DirectShowSpy


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

Fix for registration UI in XP

Location:
trunk/DirectShowSpy
Files:
6 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");
  • trunk/DirectShowSpy/DirectShowSpy.rc

    r155 r171  
    6262
    6363VS_VERSION_INFO VERSIONINFO
    64  FILEVERSION  1, 0, 0, 829
     64 FILEVERSION  1, 0, 0, 831
    6565 PRODUCTVERSION 1,0,0,1
    6666 FILEFLAGSMASK 0x3fL
     
    8181            VALUE "CompanyName", "Roman Ryltsov"
    8282            VALUE "FileDescription", "Alax.Info DirectShow Spy Module"
    83             VALUE "FileVersion",  "1, 0, 0, 829\0"
     83            VALUE "FileVersion",  "1, 0, 0, 831\0"
    8484            VALUE "InternalName", "DirectShowSpy.dll"
    8585            VALUE "LegalCopyright", "Copyright © Alax.Info, Roman Ryltsov, 2008-2011"
  • trunk/DirectShowSpy/DirectShowSpy_i.c

    r155 r171  
    77
    88 /* File created by MIDL compiler version 7.00.0500 */
    9 /* at Thu Dec 27 20:32:54 2012
     9/* at Thu Feb 28 12:49:34 2013
    1010 */
    1111/* Compiler settings for .\DirectShowSpy.idl:
  • trunk/DirectShowSpy/DirectShowSpy_i.h

    r155 r171  
    55
    66 /* File created by MIDL compiler version 7.00.0500 */
    7 /* at Thu Dec 27 20:32:54 2012
     7/* at Thu Feb 28 12:49:34 2013
    88 */
    99/* Compiler settings for .\DirectShowSpy.idl:
  • trunk/DirectShowSpy/DirectShowSpy_p.c

    r155 r171  
    55
    66 /* File created by MIDL compiler version 7.00.0500 */
    7 /* at Thu Dec 27 20:32:54 2012
     7/* at Thu Feb 28 12:49:34 2013
    88 */
    99/* Compiler settings for .\DirectShowSpy.idl:
Note: See TracChangeset for help on using the changeset viewer.