Jump to content

Jonnyboy

Members
  • Posts

    538
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Jonnyboy

  1. Could you PM me the logs and inf files. Thx
  2. I have completed an update but, it needs some testing. If anyone would like to test and zip up the logs and the inf and send them to me. I would appreciate. There is probably some bugs. Help me out and let me see the logs so I can find the errors. If you test the addon, let me know how it turns out. Thanks FirefoxAddonMakerv_0.460
  3. The SourceDiskNames directive tells the system where each file is located based on the diskid...... What that means is that you can put your files just about anywhere so long as the inf can properly point to it in the SourceDiskNames section. Read through this page and get a better understanding. Link
  4. Jonnyboy

    Hey!

    It grows on you.
  5. the wbat.com does not work properly on every system. That is the program being used in v0.45x that creates the menu system. It's behavior is at the least, weird. I'm updating an older script and discontinuing the use of wbat.com.
  6. It works on my Vista machine - no problems. I am trying to move this VB. I'll have the update to v0.43 as promised by tomorrow. It will not have the wbat.com in it, nor will it have runhiddenconsole. There won't be the options available as in v0.44-0.45. There will be no further updates to 0.45. I began working on VB version last night. It's going to take some time to learn to and write the program.
  7. What version of firefox are you using?
  8. posted new version a couple hours ago. here It's just a test script. I have already begin writing new version in VB
  9. Try the test script in a post a couple of link s up.
  10. Look up a few posts Use this one instead TEST ****EDIT**** New test script, please test. Thank you
  11. The first screenshot is the error that happens when vbscript doesn't properly download the index page. I was just testing to see how well vbscript could do that instead of wget. But, I can't find a way to validate the download with vbscript. I was going to replace that section with wget, wget can validate and continue until it completes. The second screenshot was a typo. At that point the script ended. All that should be there is a log folder with 2 files. One that shows all the variables cleared and the next that shows them set. Send them both to me, please. But, the point of this test is to see if the script worked on your system. And it did! ***EDIT*** If any other users would like to test the script, I would appreciate it. If this works for folks, the I won't need to rewrite using C++. I really don't look forward to rewriting the part that creates the inf. That was difficult to say the least.
  12. I have a small script that I would like you to test and see if works.. I'll post the link as soon as I get home. 30 min or so. Try this, it doesn't do to much. But, if it works for you, then the script should work. I started working on this before my previous posts about starting over with VC++. Test Script
  13. Ah!! Use the link in the first post and install wsh 5.7
  14. What problems are you having with your computer?
  15. I can't find the errors with your build if you don't send me the logs. Actually, send me the logs, the inf and uncab the cab file and send me the dir list.
  16. Thanks, I did go way to fast, not enough testing. I will do better in the futer. What problems are you having with 0.451?
  17. It is apparent that the new version using wbat and vbscript is causing too much trouble for too many people. I will make edits to v0.442 to get current file info from my ftp. After I have completed that update, I am going to attempt to write this in VC++ or VB. I have never used either, so it will be interesting. I posted the first script to share. I never expected to spend so much energy on this. But, because I am a perfectionist, I have attempted to add any necessity that has been asked for into this script. Batch file programming, alone can not do everything that is needed to make this script compatible for anyone using Windows XP or Vista. My goal was and is that this script be available to anyone running WinXP, Vista or Server and eventually include x64. Do not misunderstand, I continue to make changes and improvements as I learn how to make them. I started with a very rudimentary knowledge of batch files. There is still alot that I do not know and can not do. I have enjoyed the process and continue. I say this in thanks to you. If I had not posted that first script I would not have gained the knowledge to complete the last one. I am a typical procrastinator. Anyway, forgive my babbling. After the next update, the next update will be awile while I learn how to do it as an exe. ~Jonnyboy
  18. If that screenshot is from your system, then you have wsh installed. here is the link to v0.442, this is the last version before vbscript. Let me know if you have any problems with this version. Thanks Older Versions v0.442 MD5: 6B730F08250143B2AA2BDCD425F8AC70 v0.43 MD5: 941A08FF27DBFD5D502987852A9EBC83
  19. If you could pm me your logs I can try to see where the fault is. Right now, there is only a few items being pulled from the firefox directory, namely dictionaries, plugins, search plugins and the themes are located in the extensions folder. Almost everything is located in the profiles folder. The script cannot even get the correct language and it defaults to en-US if firefox is not located in the default location.
  20. Jonnyboy

    Hey!

    no, just Jonnyboy
  21. It looks like wsh is not available on your system. Type cscript at the command prompt and if you get usage instructions then that is not the problem. Otherwise, unless you install wsh, available here, this script will not work for you. It may also be, that you wsh limited to running only signed scripts. I appreciate your feedback. I'm going to add a check at the start to check for the presence of wsh. Well, I'm running into problems on how to test for to test for it.
  22. Can someone make this icon into one that has a page in the background? Like the default html icon. Any help is appreciated. ***EDIT*** Never mind, I figured it out. It will be in the next version. Thanks again eryen.
  23. Jonnyboy

    Hey!

    I been lurking around for awhile and finally read this topic and thought I'd say hello! HELLO!
  24. Version 0.451 is posted and it corrects the language issue. I also moved the log files so they will not be overwritten by subsequent runs of the script. I added back in logging for wget so I can see what files are being download with each run. I added script to get the profile path if you have it in a default location. ****EDIT**** If you get any errors, please pm me your logs so that I find the errors and fix them. Thank you
×
×
  • Create New...