Changeset 442


Ignore:
Timestamp:
06/11/2009 23:17:55 (15 months ago)
Author:
douglas
Message:

Turn off WOW64 file system redirection on x64 so services.msc launches on Windows XP x64.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • finger/fingerd.nsi

    r422 r442  
    6363 
    6464!insertmacro WordReplace 
     65 
     66!include "x64.nsh" 
    6567 
    6668!addplugindir plugins 
     
    190192 
    191193Function Run 
     194        ${If} ${RunningX64} 
     195        ${DisableX64FSRedirection} 
     196        ${EndIf} 
    192197        ExecShell "" "$SYSDIR\services.msc" 
     198        ${If} ${RunningX64} 
     199        ${EnableX64FSRedirection} 
     200        ${EndIf} 
    193201FunctionEnd 
    194202 
Note: See TracChangeset for help on using the changeset viewer.