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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top