a. You can just drop the .exe into the old folder.
b. command lines are the same.
c. don't bother stopwatching it. I can get millisecond speed comparisons if you're really interested, but I know for a fact that this version is faster.
The main speed increases here should be;
1. Running of command line parameters, XLEDWIZ, LLEDWIZ, LEDSOFF
2. Running .lwa files.
Random Notes: All of the autolighting stuff will still probably take just as long as it did. I have been continuing to work on streamlining the code for that however, and I've made some improvements. hmmmmm.... just now I thought of another shortcut. Maybe a good one. No matter what, though, this will probably always take a second or 2 to launch. With the new version of MAME supporting single game listouts for listxml, I'll be able to reduce the apps filesize, as well as increase features. Overall runtime probably won't get any better.
Future enhancement ideas....
I may create new commandline parameters or ini parameters to set how the app should autolight. For instance, set the option of lighting the controls & buttons, or just buttons. Not autolighting the controls will probably shave at least 1/2second - 1 second off of the overall time of autolighting.
I'll be getting to single, double color leds, and support for multiple players soon. Still no support for multiple led-wizzes on the horizon I'm afraid. I looked at the DLL code, and I just have no idea where to start. And even if I did know where to start, it would take some time for me to figure out how to write an efficient set of commands to talk to both of the led-wizzes. This little app is about one step away from a full control panel viewer... complexity that I didn't set out to create.