Changeset 1519
- Timestamp:
- 10/20/08 06:28:08 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
wine-doors/trunk/repos/libraries.repo/pdh-1/scripts/install.sh
r919 r1519 4 4 WINEPREFIX="~/.wine" 5 5 fi 6 wine resources/pdhinst.exe 7 $WINEPREFIX/drive_c/windows/temp/x86/Pdh.Dll $WINEPREFIX/drive_c/windows/system32/pdh.dll 6 7 cabextract -d resources/ resources/pdhinst.exe 8 unzip resources/pdh.exe -d /resources 9 cp resources/x86/Pdh.Dll $WINEPREFIX/drive_c/windows/system32/pdh.dll 8 10 9 11 exit 0
