Installer freezes
I've been using NSIS for years and have never had a problem till now. Recently I added several bitmaps each with a radio button beneath it to select a theme during install, however, after doing this, the installer will go in to an infinite loop as it tries to load the dialog containing these bitmaps and radio buttons. This only happens to some users, not all and unfortunately it doesn't happen to me. I used the Logging version of NSIS (v2.14) to try and diagnose the problem and it fails while trying to write the InstallOptions.dll to disk, here's the log exerpt:
Call: 767
File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\bob\LOCALS~1\Temp\nsk20.tmp\InstallOptions.dll"
File: skipped: "C:\DOCUME~1\bob\LOCALS~1\Temp\nsk20.tmp\InstallOptions.dll" (overwriteflag=1)
after that the log file ends, any ideas ?