Hi,

I am developing a C# Forms Applications that will run a process
install.exe of a certain application. I want to click the NEXT,ACCEPT,etc buttons through C# code. The Install.exe is not something under my control..
Any Hellp please...

Recommended Answers

All 2 Replies

Are there interfaces (COM Interfaces) you can talk to install.exe through?
C# is COM-support and you can talk to many different application from it via COM. as an example you can open .doc\.docx file, sign in\out Window Live Messenger, etc...

It is something like this...
I am automating a process and one of the steps is to install aniother application so I have to run Install.exe and automatically click on next,accept etc.. buttons when they appear by code or any ohter way to complete the installation and proceed furhter..
Any Guidence on this???

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.