Thank you all for your input!
I have released "Alpha 4". Here are some notes:
I have fixed the security / TrustedInstaller issue (so you don't manually have to take ownership of bootres.dll and winload.exe). This may fix the error "Failed to update the copyright text, this is likely due to not being able to find the original '© Microsoft Corporation'".
Ascor: I think I have fixed the 'stuck' issue (if it was the same one I had that would come and go if I restarted the computer, there was a bug in a Microsoft library that I had to work around).
marcusj0015: The "Failed to correct the header of activity.bmp" error is an odd one. I never expected to see it. I have added some additional error handling where it is produced so that you can tell me more information.
fritz: I am also getting the "The file was successfully updated, however it failed to be self-signed" error for bootres.dll but I used to not be. I am trying to fix this issue now.
Major note: (at least on x64) this is not working. As soon as I reboot, recovery mode is activated and winload.exe is replaced with the original. However, bootres.dll is sticking but since the new one is not signed it falls back on the Vista bootup. So I need to find the bootres.dll signing problem and how to update the system to think that the new winload.exe is the correct one (I think something with winsxs).
marcusj0015: Thanks for your input on the actual design of everything from the website to the program! About the animation selection dialog: all of these thoughts crossed my mind when I was designing it, however I went the way I did for a couple reasons, although I am not against switching:
- I figured most people would be using many individual frames and not one long already made activity.bmp, thus selecting a folder made sense
- Using a folder made sense from the program side because I pass that folder directly to my WIM system where it captures that folder directly (don't worry, it filters out everything that isn't activity.bmp).
- The wording is long because I wanted people to know the exact requirements for an acceptable folder (if you can think of a better way to word it I am all ears!).
I will try a file selection box and see how I like it.