Deployment Execute Command
.NET (Core and Framework)
2
Posts
2
Posters
0
Views
1
Watching
-
I have a deployment project and when the installer finishes installing I'd like to execute an executable passing a parameter. How would I do this? Thanks for everyones assistance.
-
I have a deployment project and when the installer finishes installing I'd like to execute an executable passing a parameter. How would I do this? Thanks for everyones assistance.
Create a custom action and in the committed event use
System.Process.Start
to launch the executable. See http://msdn2.microsoft.com/en-us/library/d9k65z2d.aspx[^] for details on creating custom actions.If you have knowledge, let others light their candles at it. Margaret Fuller (1810 - 1850)