Pliek Posted July 3, 2006 Posted July 3, 2006 (edited) Just Install the new 5.0.1 an looked on te root of C:\ for the WPI.log.txt and I noticed that some apps dit not install correct.I understand that the code: (returned code 0) means that the install was done without errors, but I also have other codes.So my question is where can I find a log code index so I know what happened.Later today I wil post my codes (now I'm at work). Edited July 3, 2006 by Pliek
Djé Posted July 3, 2006 Posted July 3, 2006 The returned code is just the code returned by the program you've been running. It's not from WPI.Most of the programs return 0 when successful. But not all.Returned code is only useful when the command fails (WPI tells you if the command succeeded or not). Then you can use the returned code to investigate in your program's documentation what went wrong.Again, a succesful run with a return code different from 0 is 'normal' (or at least it has nothing to do with WPI, but only with your prog and/or the switches you've used with it), although somewhat rare.
Pliek Posted July 3, 2006 Author Posted July 3, 2006 Thanks for this...explaining how it works, seems that my "problem" is solved now.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now