Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Using the installer you can rename the existing file and install the new file using the correct file name with help from the windows registry.<BR><BR>Remember to ask the user to reboot their computer to complete the install.<BR><BR>Another option would be to either use the installer to rename the file and again using the window's registry to delete the unneeded file.</p> <p>Window's registry allows you to delete or rename files on reboot as part of an install.</p> <p>Reference to use of PendingFileRenameOperations: <a href="http://support.microsoft.com/kb/181345" rel="nofollow">http://support.microsoft.com/kb/181345</a></p> <p>Example to rename from microsoft support: The syntax used is (without quotes):<BR> "\??\source file !\??\target file"</p> <p>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager<BR> Value name: PendingFileRenameOperations Data type : REG_MULTI_SZ<BR> Value data: \??\c:\temp\win32k.sys !\??\c:\winnt\system32\win32k.s<BR></p> <p>The same command can be used to delete a file as well although requires the use of nulls. <a href="http://www.pcreview.co.uk/forums/pendingfilerenameoperations-delete-file-t1715654.html" rel="nofollow">http://www.pcreview.co.uk/forums/pendingfilerenameoperations-delete-file-t1715654.html</a></p> <p>Same example used to delete a file: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager<BR> Value name: PendingFileRenameOperations Data type : REG_MULTI_SZ<BR> Value data: \??\c:\temp\win32k.sys\0\0\0<BR></p> <p>I hope this helps you!</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload