Click here to Skip to main content
15,886,049 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi All,
I now have the basic code I need for the app I was think about the actual install of the driver I can run an executable using
C#
Process RunApp = Process.Start("C:\\Documents and Settings\\glennp\\My Documents\\Play\\WindowsFormsApplication138\\WindowsFormsApplication138\\bin\\Debug\\WindowsFormsApplication1.exe");

so I guess if I change the names I can run the install without clicking on the icon the question is really is this a good idea or are there "better" safer way of doing things as I am writing this in XP on Vis Studio 2008, I could see this way being closed in later versions of Windows (7 poss 8) as a way of viruses/worms getting loose and I think this software will have to be around for a while. Ideas please!
Glenn
Posted
Comments
Sebastian T Xavier 12-Jul-12 6:21am    
If you tend to ask one more?
glennPattonWork3 12-Jul-12 6:44am    
Not really, last week I must have used up my allowance of Karma with Pete O'Hanlon trying to get a bit of code to read driver versions [^] I will ask stupid questions in the future it was that this question was related to a previous hence the title!
Glenn
glennPattonWork3 12-Jul-12 6:55am    
To Rahul Rajat Singh I am sorry for that, a case of talking on the phone while typing! Sorry I didn't realise!
Glenn

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