I am wanting to overwrite some OCX if newer, currently when the installer runs and it tries to install when the OCX is already there, it throws up a message box to Retry, Ignore, or Cancel.
So i use
fineSetOverwrite ifnewer
Does this only have to be done before File command once? or in each Section where File command is used?
and I only want to install install the OCX if it doesn't exist or if its newer.
so tyring to understand examples I saw
What's the 0 and what's the +3?IfFileExists "$INSTDIR\NSIS.exe" 0 +3
Also , should I unregister an OCX if I am updating it then re-register it after its updated or overwritten?