Deployment Custom Action

  • Thread starter Thread starter Ken Saganowski
  • Start date Start date
K

Ken Saganowski

I created a custom action to commit to an executable file but the executable
requires command line arguments. Is there any way to specify them within
the deployment project?
 
Hello Ken.

I am not sure I got your question right, but I think the CustomActionData
property is the way to go.
 
Ken Saganowski said:
I created a custom action to commit to an executable file but the executable
requires command line arguments. Is there any way to specify them within
the deployment project?

Have you tried adding the args onto the end of the file name?

"RunMe.exe /?"

?

HTH
~
Jeremy
 
Back
Top