-
Notifications
You must be signed in to change notification settings - Fork 0
BuildInstruction
Jose Ramon Palanco edited this page Jan 26, 2020
·
1 revision
- Download php-sdk.7z (from the Downloads section) and uncompress it as C:\php-sdk
- Install VS2010 (for the msi creations)
- Install VS2012 and apply at least the Update 3
- Install SDK (GRMSDKX_EN_DVD.iso)
- Install DDK7 (GRMWDK_EN_7600_1.ISO) and DDK8 (wdksetup_8.0.exe)
- Clone the projects DrainwareLibs and dse under c:\Drainware
- Download Microsoft_VC90_CRT_x86.msm (from the Downloads section) and put it on C:\Program Files (x86)\Common Files\Merge Modules
- Open the dse solution, select the DrainwareFilter project, go to properties, select configuration Release, go to driver signing, set sig mode to production sign, in production certificate select "Select from the store", choose the drainware's certificate and save changes
- Do the same than in the step 8, with the DrainwareFilterPackage project.
- Execute the buld.bat batch under DrainwareLibs and then the one under dse