Jump to content

mritter

Member
  • Posts

    1,094
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by mritter

  1. That's what I need to hear. If 7.1 saves properly, but 7.3 does not, then I will see what was changed and modify the latest version.
  2. I did some quick searching, but found nothing on saving UTF-8. Do I need to specify the charset in the HTA? Something like: <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
  3. Is everyone with this problem using nLite and/or RyanVM Integrator to launch WPI? Maybe that is messing with the reg keys?????? If you are, launch WPI the "traditional" way using CmdLines or other. See if it works then.
  4. Give me a chance to look into it and test it out. I will get ahold of you forf testing. Sheesh......
  5. I will check in to it. Strange that you are the first one to ask for this. I would have thought it would have come up a long time ago.
  6. OK. Did some more testing with actual programs. No, it wasn't working the way I thought. Do this: {JSCRIPT}=if (getOSlang()=="ENU" && (getOSver()=="XP" || getOSver()=="Vista")) RunCmd("notepad.exe",true,false) The second arg is to show output or not. Usually this will be true. The last arg is the wait option: true: will wait for program to finish false: will not wait for program to finish No need to specify {RUNBG}, change the last arg in RunCmd(). Sorry for the confusion.
  7. Just for testing purposes, do {RUNBG} notepad.exe with your {JSCRIPT} code. It will launch it and keep on going to the next item.
  8. {JSCRIPT}= if (getOSlang()=="ENU" && (getOSver()=="XP" || getOSver()=="Vista") ) {RUNBG} "%wpipath%\Install\autoit\EN\malwareEN.exe" It's all in the parentheses...........
  9. @mba2049: I never thought of it that way. I did some quick tests and it can be done: {JSCRIPT}=if (getOSver()=="XP") msiexec.exe /i "%wpipath%\Install\required\IE8\IE8-Setup-Full XP EN.msi" /qb {JSCRIPT}=if (getOSver()=="Win7") msiexec.exe /i "%wpipath%\Install\required\IE8\IE8-Setup-Win7.msi" /qb You may have to do some tweaking with the quotes. All I did for a test was: {JSCRIPT}=if (getOSver()=="XP") alert("XP!") You can call any JavaScript or WPI functions with {JSCRIPT}. Be careful with it.
  10. No. I have a group of beta testers that I use. I will be getting ahold of translators ahead of time because there are 300+ new strings. I would like to have them done before the release.
  11. This idea has been on my To Do List for quite some time now. It would make things alot easier to just make folders for each category, then sub folders for each item. The major issue would be when there are either multiple .exe's, and/or .bat or .cmd files. Which one is the one to use? Whimsy and I talked a bit,and we came up with an idea to use .ini files. Something for the future......................
  12. Just posting a little note that v8.0.0 is coming along very nicely. The amount of new features is HUGE. I still have some things on my To Do List that I want to get done before I release it. It will still be another month or two. But it will be well worth the wait.
×
×
  • Create New...