Googled again and finally got it running!
Here's what I did:
- I've installed the Visual Basic 5.0 runtime (installing the one for VB 6.0 did not help here); this was from the following link:
-
http://download.microsoft.com/download/ ... vbvm50.exe
- I've executed this via "Run as Administrator"; not sure if this was really required or not
- when trying to start "ConfEdit", I now get a different error message about DLL/OCX files not being registered
- I manually registered all those DLL and OCX files that come with ConfEdit; this works as follows:
- open "cmd.exe" via "Run as Administrator" and "cd" to the "ConfEdit" directory
- enter "regsvr32 xxx" for every file "xxx" that ConfEdit complains about when attempting to start it
- after registering some DLL and OCX files, "ConfEdit.exe" finally starts and runs without errors on Windows 7!
Please let me know if it works for you, too.