I have a guest exe (third party exe) which is being called in Service Fabric App main entry point. This needs few command line parameter which I can get only at runtime. I am thinking to set environment variable on Set up Entry point and pass it as a command line arguments to main entry point.
My question is it possible to pass Environment variable as command line parameter.