Windows Longhorn Build 4033.0.main.030717-1555:修订间差异

第 26 行: 第 26 行:
{{Collapse bottom}}
{{Collapse bottom}}


==Bugs and quirks ==
== Bug ==
===Microsoft Remote Assistance===
===Microsoft Remote Assistance===
<code>rcimlby.exe</code> (the Microsoft Remote Assistance executable) is supposed to be registered during I386 installation, and can be done so by passing the argument <code>RegServer</code> to it. The main function checks for <code>RegServer</code> and <code>UnregServer</code>, and sets the value of the bool to pass to a function called <code>RegisterEXE</code> accordingly. This build's <code>rcimlby.exe</code> contains a slightly different <code>RegisterEXE</code> function that creates a message box titled "Test2" saying "Test" upon its execution. It also calls <code>GetLastError</code> if the return value of <code>bstrRAName.LoadString</code> is zero, which will not do anything as it does not save the return value of <code>GetLastError</code>.
<code>rcimlby.exe</code> (the Microsoft Remote Assistance executable) is supposed to be registered during I386 installation, and can be done so by passing the argument <code>RegServer</code> to it. The main function checks for <code>RegServer</code> and <code>UnregServer</code>, and sets the value of the bool to pass to a function called <code>RegisterEXE</code> accordingly. This build's <code>rcimlby.exe</code> contains a slightly different <code>RegisterEXE</code> function that creates a message box titled "Test2" saying "Test" upon its execution. It also calls <code>GetLastError</code> if the return value of <code>bstrRAName.LoadString</code> is zero, which will not do anything as it does not save the return value of <code>GetLastError</code>.