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
You are working in the correct way. For an installed application, you can start it via running the EXE directly, same as running it using the icon on the desktop, it will check the application update on the web server according to the update strategy.
Regards,
ZhaoKai