djackson Posted September 1, 2006 Posted September 1, 2006 I'm in the process of migrating from my non-intuitive home grown system for post install to WPI and like what I see so far. I've had a quick look at the WPI site, and this forum, but I can't seem to find what I'm after. Though I'm sure its been asked before;Is there a list of variables (%PROGRAMFILES%, etc) and commands (FILECOPY, etc) and thier usage for the Command Lines of the wizard?
mritter Posted September 1, 2006 Posted September 1, 2006 Not yet. I am writing a new manual that will break down every function, every command, in some detail. All the extras will take a little bit of time. I hope to have it done for 5.4's release, but not sure if I will make it. I have a lot of new ideas on my plate right now.
djackson Posted September 1, 2006 Author Posted September 1, 2006 Thats OK. I hate writing manuals too, prefer real work. Alternatively, would you have a config file that I can load/reverse engineer with some of the common variables/commands being used? I did a search on %DESKTOP%, but kept getting "403 not auth" errors when trying to open a thread.Looking forward to the 5.4 release...
Djé Posted September 3, 2006 Posted September 3, 2006 Alternatively, would you have a config file that I can load/reverse engineer with some of the common variables/commands being used?For the commands, have a look at the handleCommand() function in installer.js.For the variables, it's in the ReplacePath() function of core.js.Both files are in the WPIScripts folder.You'll need almost no JSCRIPT knowledge. Just a little wit. Gambatte!
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