I require to create a tool to showcase the GUI that changes its screens on the basis of a change in registry key value, i.e. If there is any change in registry key value, the corresponding screen will appear. The application will be merged in the customized Windows image.
My tool will work during customized windows OS post-installation on a new machine. That's why I have shortlisted HTA or C++ for building my tool.
Can anyone please suggest which tools/technology should be considered for preparing this GUI tool as it will be used during windows post-installation (No .net framework will be available). I'm considering C++ or HTA for this application, but GUI needs to be very good in appearance (like HTML5 apps).
Kindly provide suggestions/links for creating such application.