Jump to content

mritter

Member
  • Posts

    1,094
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by mritter

  1. In 5.3 it is not. I have the code from sadicq, but I have not imported it yet. I had to make sure all the installer issues were solved first. Now Zorphnoq has a new reboot function that will need to be merged first, then the media player code updated around it. The media player is much easier to modify than the other code.
  2. @Francesco: your idea has some merit, but not really necessary. If anything, get an actual of the number of command calls in all the configs (this one has 1, that one has 3, that has 2, etc....) and base it on that. Number of completed commands, not just number of completed entries. 6 of 1, half a dozen of another.......
  3. I removed the RunOnceEx for a built-in installer back after 4.3.8 was released (5.0 being the official first release with it). None of my installers need to reboot; I nLite all my drivers in; I use InstallRite and/or MultiSet instead of switches. I am thinking about merging the two to allow for a re-boot. Down the road a ways, though.
  4. I will take a look at it and see what you came up with. Out of curiosity: why do you need multiple languages?
  5. @kev_147: idea printed out so I don't forget. Should be no problem at all. @Francesco: First idea, not sure if you mean to show the progress of the current installer or still over all. Clarify it a bit for me. Second idea, I already have a plan for the those lines similar to what you mentioned. The only thing holding me back is that it will affect the config.js file for EVERYONE. Will need to write porting script to update them. But still on my to-do list.
  6. I didn't delete the now un-used lines because they may get used again some day. The new tabs changed things aound alot. I also deleted the Manual link from the main window, now I put it back since I found a nice "tree" for the manual. They use next to no RAM so not a real issue there. Backwards compatibility.
  7. gcond[pn]=['try{WshShell.regRead("HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\PC-cillinNTCorp\CurrentVersion\DatabasePath") == "\\CIV-AV-01\ofcscan\FileDB" ? true : false}catch(ex){;}']; gcond[pn]=['try{WshShell.regRead("HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\PC-cillinNTCorp\CurrentVersion\DatabasePath") == "\\MOR-AV-01\ofcscan\FileDB" ? true : false}catch(ex){;}']; gcond[pn]=['try{WshShell.regRead("HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\PC-cillinNTCorp\CurrentVersion\DatabasePath") == "\\SSD-AV-01\ofcscan\FileDB" ? true : false}catch(ex){;}']; Have you tried them this way? Post what you have tried. P.S.: You will have to double backslash each backslash: \ -> \\ \\ -> \\\\
  8. @kev_147: Do you mean like what everything in useroptions.js is? Save a copy of that in the log file?
  9. Ok, problem solved and updated. The default line for gcond[] was there before I took over the programming. There is no real reason for it to be there, just to save a little typing. I will update the code to not save it in the config.js file if not used. The guy that added the gcond put that code in there.
  10. Thanks, nutmonkey. It is always good get some positive feedback so you know all your efforts have not gone to waste. I am working on a new "built-in" manual that will have some detail about every option/function with a modern interface.
  11. Not showing the interface could be done. I printed your idea so look for it in the next version.
  12. The main.js is the main fix, but do use both.
  13. It's not a problem with FindCDRom(), it is with ReplacePath(). Something if your config.js file, dealing with either/or cond[] or gcond[] statement. If you go into your config.js file and comment out all those lines, //cond[pn]= and //gcond[pn]=, restart, see if it works. If it does, then go back and un-comment them one by one until you find the culprit.
  14. The timer bug is deeper than the divide by zero. Your fix works, thank you, but does not prevent the problem from happening. You need to add 2 lines to main.js: function main() { // wpipath=WPIPath(); // Done in wpi.hta cddrv=FindCDRom(); if (Seconds<1) <----- This line Seconds=1; <----- This line startSecs=Seconds; ........................... } And you should start using the new cmd line args: wpi.hta options=myoptions.js config=yourconfig.js check=thisone timer=30 The old method will be eliminated some time down the road.
  15. Crossed off to-do list.
  16. Would care to elaborate just what you are talking about 'switchless'? A picture means nothing.
  17. Made a note of reg.exe. Just may have to switch.
  18. @ehiwaz: that is actually a good idea. I added it to my to-do list.
  19. @zorphnoq, good catch on the timer bug. That was a weird one: only 300 caused it, 301 worked fine. ----------------------------------- @udaydand: did the dircopy work for you? Not many people use the built-in command anymore so want to make sure they still work ok.
  20. WPI 5.3 language translations get posted here. Thank you!
  21. I forgot to copy an image to all the Themes. My bad; got in a hurry. Copy from mritter folder: 'Folder_Disabled.jpg' to all other theme folders. That's it. I sent Kels a new archive to replace the bad one, but until then.............
  22. The problem with Force is that some people want to be able to Exit without doing installs, like me when I am writing/tetsing code, while others always want it to be forced no matter what. That is fine when run from a UACD, but from desktop during testing. This is an old topic that wasn't 100% decided upon, so I will implement what I suggested back then into 5.4: Have these 2 check boxes: * Always force installs when start installation * Always force installs when exitting You can then check either or both depending on what you are doing. Sound good? ------------------------------------- @g3o That bug is still there. We know. The problem is that it partially fixes it, but 100%. Dje and I are still looking at it.
  23. This will be an option in an upcoming version. sadicq has written the code, I just need to get it implemented. Got busy with the new tabs for Options wizard.
  24. I created 'Glossy_Horiz', a horizontal theme to give more space for 1024x768 users. Will be in the 5.3 package. I will be talking with Kels tonight in hopes to get it all posted by Tuesday at the latest.
×
×
  • Create New...