Create a custom Setup tool to instal other setup programs. (hooking involved.)
-
hi i would to create a tools to make life easy. i would like to join a few basic setup file on fresh installed pc's. but i only wanna do a few click and not look @ the screen @ the each of each individual setup file. i would program the order how to execute, open the setup file from known feeware /media software / ccleaner / etc, and programaticly click the button of the setup file. there use to be a very known free anti spam / add program from the netherlands with did this. it's easy to check the open processes for names. but what to do next, if you have the handle of the setup file windows? how do i make the very wel known 'next' button go click? i have pretty wide knowlegde of visual c#, i have done some Nokia Qt c++, made a custom control draw control in like 2 days or so. but not to much ms vc++, accept some mfc years ago. the idea is, the app has to run on 1 minute old fresh windows installation. so i would like to try it in c++. how to scan all the processes running by 'username' in proceslist? to get handle of the window, to find handle of the wanted button, checkboxes? another posibility is to make the mouse move and click, since you know the the setup windows location. set Focus, you probably can send a winproc message to the operation system and make it click. read updates from progres bars, panel change. could anyone help me solf this problem, ith any usefull info. thank you
Bad = knowing 2 much