Changes between Version 63 and Version 64 of windows_backend_activity_log


Ignore:
Timestamp:
03/26/10 03:11:22 (3 years ago)
Author:
pbatard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • windows_backend_activity_log

    v63 v64  
    183183o [wdi] "sh: Bad file number" [FIXED (more UAC disputable choices): 2010.03.24] 
    184184o [wdi] "gcc.exe: -lusb-1.0: linker input file unused because linking not done" [FIXED: 2010.03.24] 
    185 o [wdi] DifXAPI.dll must be provided on XP 
    186 o [wdi] ShellExecuteEx w/ runas is not very XP friendly 
    187 o [wdi] default proposed user for XP does not seem to have sufficient privileges for install 
     185o [wdi] DifXAPI.dll must be provided on XP [FIXED: 2010.03.25] 
     186o [wdi] ShellExecuteEx w/ runas is not very XP friendly [FIXED (Use CreateProcess): 2010.03.25] 
     187o [wdi] default proposed user for XP does not seem to have sufficient privileges for install [NAH, see below] 
     188o [wdi] if XP user chooses "protect my computer and data from unauthorized program activity" on the installer, ShellExecuteEx never returns! [FIXED (CreateProcess): 2010.03.25] 
    188189o [wdi] "Unable to get the OEM Inf for device ROOTLEGACY_######" info messages from DifX on XP 
    189190o [wdi] final installation does not seem to launch if cached oem already exists for device on XP. Can DifX be more forceful about that? 
     191o [wdi] cygwin with -mno-cygwin produces a "warning: passing arg 2 of `execv' from incompatible pointer type" with the embedder 
    190192 
    191193[WINDOWS DRIVER INSTALLER (WDI)] 
     
    215217  - force production of 32 bit library on 64 bit systems, for compatibility 
    216218  - add warnings if compiler can only produce 32 or 64 
    217   - force resource step on installer.exe changes 
    218 o test on Vista/XP 
    219 o add a timeout for communications between installer/libwdi 
     219  - force resource step on installer.exe changes / prevent resource step if not needed 
     220o test on Vista/XP [XP: OK] 
     221o add a timeout for communications between installer/libwdi [DONE: 2010.03.25] 
    220222o add DLL support in MSVC 
    221223o DDK sources support