Changes between Version 105 and Version 106 of windows_backend_activity_log
- Timestamp:
- 04/24/10 01:15:00 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
windows_backend_activity_log
v105 v106 227 227 o [wdi] test app compiled in a Win7 Free DDK build environment doesn't run on XP [FIXED (added warning): 2010.03.30] 228 228 o [wdi] Windows fails to find the driver file when device is plugged in after SetupCopyOEMInf is used [FIXED (don't use SPOST_NONE!): 2010.03.29] 229 o [wdi] The above going to be a problem if the files are removed before the device is plugged back in. Should we add DriverPackagePreinstall (and DifXAPI) back again or just warn the user?229 o [wdi] the above going to be a problem if the files are removed before the device is plugged back in. Should we add DriverPackagePreinstall (and DifXAPI) back again or just warn the user? 230 230 o [wdi] IsUserAnAdmin is unknown on MinGW (hook into the DLL) [DONE: 2010.04.20] 231 o [wdi-gui] why do these all these control look SO UGLY compared to what MSVC promises? 231 o [wdi] Why doesn't UAC auto elevation work when I rename setdrv to setup any more? [Installer detection only applies to 32 bit apps!!: 232 see http://msdn.microsoft.com/en-us/library/bb530410.aspx#vistauac_topic3] 233 o [wdi/wd-gui] the "setdrv" "setdrv_gui" names suck 234 o [wdi-gui] why do these all these control look SO UGLY compared to what MSVC promises? [GDI+ only seems to be activated on forms?] 232 235 o [wdi-gui] bad placement of controls wrt device dropdown 233 236 o [wdi-gui] application goes away on UAC … … 237 240 o [wdi-gui] log is cleared during installation because of device events / likely issue of popup if edit mode 238 241 o [wdi-gui] cannot copy from log/info box [FIXED: 2010.02.22] 239 o [wdi] Why doesn't UAC auto elevation work when I rename setdrv to setup any more? [Installer detection only applies to 32 bit apps!!: 240 see http://msdn.microsoft.com/en-us/library/bb530410.aspx#vistauac_topic3] 241 o [wdi_gui] devices that don't have ID strings are not listed [FIXED: 2010.04.16] 242 o [wdi_gui] no right scroll on device list (IBM USB kbd) [FIXED: 2010.04.23] 242 o [wdi-gui] devices that don't have ID strings are not listed [FIXED: 2010.04.16] 243 o [wdi-gui] no right scroll on device list (IBM USB kbd) [FIXED: 2010.04.23] 243 244 244 245 [WINDOWS DRIVER INSTALLER (WDI)] … … 311 312 - allow the provision of an inf/conf file 312 313 - allow the generation of an inf file only for existing driver 314 - use double click for edit rather than a checkbox 313 315 o add DLL info 314 316 o remove context in logging facility / alternative to context? [DONE: 2010.04.16]