Changes between Version 105 and Version 106 of windows_backend_activity_log


Ignore:
Timestamp:
04/24/10 01:15:00 (3 years ago)
Author:
pbatard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • windows_backend_activity_log

    v105 v106  
    227227o [wdi] test app compiled in a Win7 Free DDK build environment doesn't run on XP [FIXED (added warning): 2010.03.30] 
    228228o [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? 
     229o [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? 
    230230o [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? 
     231o [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] 
     233o [wdi/wd-gui] the "setdrv" "setdrv_gui" names suck 
     234o [wdi-gui] why do these all these control look SO UGLY compared to what MSVC promises? [GDI+ only seems to be activated on forms?] 
    232235o [wdi-gui] bad placement of controls wrt device dropdown 
    233236o [wdi-gui] application goes away on UAC 
     
    237240o [wdi-gui] log is cleared during installation because of device events / likely issue of popup if edit mode 
    238241o [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] 
     242o [wdi-gui] devices that don't have ID strings are not listed [FIXED: 2010.04.16] 
     243o [wdi-gui] no right scroll on device list (IBM USB kbd) [FIXED: 2010.04.23] 
    243244 
    244245[WINDOWS DRIVER INSTALLER (WDI)] 
     
    311312  - allow the provision of an inf/conf file 
    312313  - allow the generation of an inf file only for existing driver 
     314  - use double click for edit rather than a checkbox 
    313315o add DLL info 
    314316o remove context in logging facility / alternative to context? [DONE: 2010.04.16]