Click here to Skip to main content
15,891,943 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how can i install oracle client via c# code:confused:
Posted

1 solution

Using the Process class you can run any executable. So if you know the name of the Oracle Client Installation executable you can do it that way.

Anything more than that would require knowledge of the Oracle Installation API and an Oracle web site would be the best place to ask about that.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900