Adam Demasi

Results 239 comments of Adam Demasi

The CI build is a bit busted currently. The mingw-w64 linkers from Debian/Ubuntu segfault in the GitHub Actions runner for some reason. @renodr provided a 32-bit toolchain build we've been...

I semi-fixed this just before the 1.10 release, by adding a fallback to regsvr32 if the native registration fails. That will register the 64-bit dll, but not 32-bit, which is...

The April version is the last one I was able to find on Wayback Machine which ran on XP without throwing an error. Note that some later definition updates can...

Windows 2000 doesn't support the marquee/indeterminate progress bar style, so you just get an empty progress bar there. I've been meaning to add some logic to detect Win2000 and switch...

I've been trying to find these files on Windows Update, will take a closer look for hopefully an 1.10.x update.

So an interesting development I noticed. Double-clicking SPInstall.exe works, but automating it from the command line with `/passive` (so it starts straight away without asking you to click Next first)...

I worked out the issue, it's definitely a bug in the Vista service pack installers. The same SPInstall.exe was used for "wave 0" (the initial release only for English, French,...

Thinking about it again, an easy hack workaround would be to allocate an additional 24,111,966 bytes (24.11 MB) of zero padding at the end of the cab. Need to check...

The exe on that iso has the same hash as the one we download (`b8a3fa8f819269e37d8acde799e7a9aea3dd4529`). From my testing (and confirmed by disassembly), it will work fine when double-clicking the SFX....

Will be fixed by f875e83, thanks heaps for reporting as always!