Jump to content

mba2048

Member
  • Posts

    7
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by mba2048

  1. Wow, this looks amazing Do you still want columns? Reply: yes, is always a good idea to have a variable column size, for high resolution computers where more columns could be fit, Alternating background colors for categories like above? Reply: It looks sharp, great idea! Additional Settings "Software Installer" title, is that a source image, or a modifiable text field? Hopefully the Installer Window will look as sharp as this one great job!
  2. @mritter this solutions works great. Thanks Can't wait for 8.0 to come out. Great work
  3. {JSCRIPT}= if (getOSlang()=="ENU" && (getOSver()=="XP" || getOSver()=="Vista") ) {RUNBG} notepad.exe {JSCRIPT}= if (getOSlang()=="ENU" && (getOSver()=="XP" || getOSver()=="Vista") ) {RUNBG} alert("XP!") {JSCRIPT}= if (getOSlang()=="ENU" && (getOSver()=="XP" || getOSver()=="Vista") ) alert("XP!") commands 1 and 2, do not work. Command 3 works. Command 2, is basically command 3, but ran in the background which is what I need, and it does not work any ideas on how to implement this? or is it something we could add to the next version of WPI Thank you, MBA
  4. {JSCRIPT}= if ( getOSlang()=="ENU" && (getOSver()=="XP") || (getOSver()=="Vista") ) {RUNBG} "%wpipath%\Install\autoit\EN\malwareEN.exe" This command fails to run, I guess is because of the {RUNBG} command. I need the process to run in the background, how can I do this? {JSCRIPT}= if ( getOSlang()=="ENU" && (getOSver()=="XP") || (getOSver()=="Vista") ) alert("Your message") //this one runs Thank you
  5. In that example, let's say "Vista Power Toys" has 2 commands. The first one is Successful, moves on to the second The Second command freezes and stalls the entire process. That's what I mean, that "Skip" could bypass this "Command" and continue on to the next one on the list. With proper coding all installations should flow nicely and without problems, however, sometimes applications might just freeze and don't allow the Installation process to continue.
  6. How about, adding a buttom to Skin current Command, in case the installer gets stuck on a command, there wouldn't be a need to exit and restart the process. "Skip" "Pause" "Abort" Skip, would allow to bypass the current process and continue on the next one. What do you think of this idea? Thanks, MBA
  7. clip < textfile.txt does not work in any of the current versions WPI changes clip < file.txt to "clip &lt file.txt" and does not work In future releases, could WPI handle "<" switch so we can input files from the computer Thanks
×
×
  • Create New...