i want to move a dll from source to destination on a reboot. i have tried
SetOverwrite on
Rename /REBOOTOK "C:\Temp\test.dll" "D:\test\test.dll" ; Didnt work
System::Call "kernel32::MoveFileEx(t 'C:\Temp\test.dll', t 'D:\test\test.dll', i 5)" ; Didnt work
Tried InstallLib..nothing seems to work
SetOverwrite on
Rename /REBOOTOK "C:\Temp\test.dll" "D:\test\test.dll" ; Didnt work
System::Call "kernel32::MoveFileEx(t 'C:\Temp\test.dll', t 'D:\test\test.dll', i 5)" ; Didnt work
Tried InstallLib..nothing seems to work
Comment