File error control...?
Hi...
question is ... file overwrite error control.
if system had dss.dll and already registered dll.Section "Test"
.dll
>SectionIn 2
SetDetailsPrint none
SetOverwrite on
SetOutPath $SYSDIR
File dss
RegDLL $SYSDIRdss.dll
SectionEnd
>
Installer show File overwrite error.
How to error control?
flag copy file later. then UnReg Old-DLL... Reboot... then copy NewDLL. ... Reg New-DLL
???