Changes between Version 63 and Version 64 of windows_backend_activity_log
- Timestamp:
- 03/26/10 03:11:22 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
windows_backend_activity_log
v63 v64 183 183 o [wdi] "sh: Bad file number" [FIXED (more UAC disputable choices): 2010.03.24] 184 184 o [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 185 o [wdi] DifXAPI.dll must be provided on XP [FIXED: 2010.03.25] 186 o [wdi] ShellExecuteEx w/ runas is not very XP friendly [FIXED (Use CreateProcess): 2010.03.25] 187 o [wdi] default proposed user for XP does not seem to have sufficient privileges for install [NAH, see below] 188 o [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] 188 189 o [wdi] "Unable to get the OEM Inf for device ROOTLEGACY_######" info messages from DifX on XP 189 190 o [wdi] final installation does not seem to launch if cached oem already exists for device on XP. Can DifX be more forceful about that? 191 o [wdi] cygwin with -mno-cygwin produces a "warning: passing arg 2 of `execv' from incompatible pointer type" with the embedder 190 192 191 193 [WINDOWS DRIVER INSTALLER (WDI)] … … 215 217 - force production of 32 bit library on 64 bit systems, for compatibility 216 218 - 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 220 o test on Vista/XP [XP: OK] 221 o add a timeout for communications between installer/libwdi [DONE: 2010.03.25] 220 222 o add DLL support in MSVC 221 223 o DDK sources support