Upgrading DLL's
Hi,

I have written a simple script (which isn't working) based off one produced by the Venis Wizard NSIS frontend. I have made use of the upgradeDLL macro:

!insertmacro UpgradeDLL "..\Program Files\DBS_CD - RELEASE\COMCTL32.OCX" "$SYSDIR\COMCTL32.OCX" "$SYSDIR"
!insertmacro UpgradeDLL "..\Program Files\DBS_CD - RELEASE\XceedZip.dll" "$SYSDIR\XceedZip.dll" "$SYSDIR"
!insertmacro UpgradeDLL "..\Program Files\DBS_CD - RELEASE\MSCOMCTL.OCX" "$SYSDIR\MSCOMCTL.OCX" "$SYSDIR"
!insertmacro UpgradeDLL "..\Program Files\DBS_CD - RELEASE\MSCOMCT2.OCX" "$SYSDIR\MSCOMCT2.OCX" "$SYSDIR"

Basically, I want my script to only check and upgrade (where necessary) the DLL's. I've removed (what I think) are unimportant sections, and while it compiles - it does not run. Does anyone have a script they could paste (or email - company2210@hotmail.com) that *just* checks, and where necessary, upgrades DLL's?

Thanks

Yum.