We are testing deployment of our application with Powerclient. One issue we have yet is being able to run the application via a windows shortcut (or windows scheduled task) using parameters.
In the past, this would have been our start line:
c:\program files\application\app.exe parm1 parm2 parm3 (these parameters will be variable depending on the situation).
Using Powerclient, the new application would be:
C:\Users\user_name\AppData\Roaming\PBApps\Applications\localhost_app\app.exe and it does not appear we can specify any parameters.
I know you can specify parameters if you use Chrome to launch your application but that is not always feasible in our situation.
Does anyone have any suggestions of how to elegantly use parameters with PowerClient?
Thanks,
Brian