mercredi 4 janvier 2017

C# web setup project using VS 2013

i have setup for install Database and web setup for Publish application in iis

I need Launch after DB installer successfully run exe for web setup and send Parmenter from DB installer Setup to web setup.

I try this code

 System.Diagnostics.Process.Start(System.IO.Path.GetDirectoryName(Context.Parameters["path"]) + "\MyApplication.exe");




Aucun commentaire:

Enregistrer un commentaire