Autor: Bob
Data: 2013-04-28 03:14:28
|
Just a quick questions on the client command line interface -- does what is specified with the command line override anything that is done when configuring the application on the server? For example lets look at the parameters option:
[parameters] – optional parameters that will be passed to the programName program.If the parameters contain any spaces they should be specified in quotation marks, e.g.”par 1” ”par 2” par3
Based on this does it matter what is configured on the server parameters? If I have a /x configured on the application parameters on the server I am assuming that I will need to use the /x on the client when using command line?
Thanks
|
Autor: Bozena (staff)
Data: 2013-04-29 11:48:09
|
When using command line call to wfc.exe:
- you have to specify all parameters needed
- you are able to override parameters configured on the server
- you are able to use quotation marks
|
Autor: Bob
Data: 2013-04-30 04:42:31
|
Is there a way to turn off the error messages when using the command line (such as when a user is not authorized or the server is offline)? I would like to handle those error messages myself rather than having Winflector give them back to the user.
|
Autor: Bob
Data: 2013-05-01 04:13:40
|
Have another question -- what are the following command line options used for:
-SVBWS - u -SVMNU - w
I can't seem to find any documentation on them.
Thanks
|
Autor: Bob
Data: 2013-05-02 02:39:16
|
Update -- I found the answers the the questions above. If I run gte.exe command line directly it tells me what those parameters are (vtm.exe does not).
Is there any way you can add an option to remove the error messages GUI and just return an error code back to a parent?
Thanks
|
Autor: Mirek (staff)
Data: 2013-05-02 21:09:47
|
Hello,
It is not so easy. It would be possible when calling gte directly. Normally gte is called by vtm.exe which is called by wfc.exe. If you call gte.exe directly, automatic upgrades will not work. We can turn messages off but we have to find a way how to return error codes.
|
Autor: Bob
Data: 2013-05-04 04:29:57
|
Error codes are already being returned by gte.exe to the parent that starts it. I would like to disable the windows alerts when the error occurs. I can take care of the rest of it through different means (including the updates).
Thanks
|
Autor: Mirek (staff)
Data: 2013-05-05 16:37:21
|
I hope we will be able to introduce an option disabling error messages in the next Winflector release.
|