Changeset 1519

Show
Ignore:
Timestamp:
10/20/08 06:28:08 (3 months ago)
Author:
astormont
Message:

Silent installer for PDH

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • wine-doors/trunk/repos/libraries.repo/pdh-1/scripts/install.sh

    r919 r1519  
    44        WINEPREFIX="~/.wine" 
    55fi 
    6 wine resources/pdhinst.exe 
    7 $WINEPREFIX/drive_c/windows/temp/x86/Pdh.Dll $WINEPREFIX/drive_c/windows/system32/pdh.dll 
     6 
     7cabextract -d resources/ resources/pdhinst.exe 
     8unzip resources/pdh.exe -d /resources 
     9cp resources/x86/Pdh.Dll $WINEPREFIX/drive_c/windows/system32/pdh.dll 
    810 
    911exit 0