Changes to XPS Rasterization Filter Sample for Windows Vista SP2 with Platform Client Update
If you are working with the Windows Vista SP2 with Platform Client Update, you will need to make some minor changes to the Print XPS Rasterization Filter Sample. If you want to know more about the Platform Client Update, see KB article 971644.
Follow these steps to make the sample work in Vista SP2 with Platform Client Update:
- Buld the sample using Windows 7.
- Change the xpsrassmpl.inf file.
- Install the sample on Windows Vista SP2 with Platform Client Update.
For step 2, make these changes to the XPSRASSMPL.INF file:
Change the Manufacturer section to read:
[Manufacturer]%Microsoft%=Microsoft,NTx86.6.1,NTia64.6.1,NTamd64.6.1,NTx86.6.0,NTia64.6.0,NTamd64.6.0
Add the following sections after the Manufacturer section:
[Microsoft.NTx86.6.0]
"XPSRas WDK Sample Driver" = INSTALL_FILTER
[Microsoft.NTia64.6.0]
"XPSRas WDK Sample Driver" = INSTALL_FILTER
[Microsoft.NTamd64.6.0]
"XPSRas WDK Sample Driver" = INSTALL_FILTER
-Seth McEvoy [MSFT], WDK Senior Programming Writer