Everything posted by Jonnyboy
-
Using Multiple .cab files
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
- Hey!
- [Tool] FFaM v1.0.2.11
-
[Tool] FFaM v1.0.2.11
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.
- [Tool] FFaM v1.0.2.11
- [Tool] FFaM v1.0.2.11
- [Tool] FFaM v1.0.2.11
- [Tool] FFaM v1.0.2.11
-
[Tool] FFaM v1.0.2.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.
-
[Tool] FFaM v1.0.2.11
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
- [Tool] FFaM v1.0.2.11
- [Tool] FFaM v1.0.2.11
- [Tool] FFaM v1.0.2.11
- [Tool] FFaM v1.0.2.11
-
[Tool] FFaM v1.0.2.11
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
-
[Tool] FFaM v1.0.2.11
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
-
[Tool] FFaM v1.0.2.11
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.
- Hey!
-
[Tool] FFaM v1.0.2.11
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.
- [Tool] FFaM v1.0.2.11
-
Hey!
I been lurking around for awhile and finally read this topic and thought I'd say hello! HELLO!
-
[Tool] FFaM v1.0.2.11
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
- [Tool] FFaM v1.0.2.11
-
[Tool] FFaM v1.0.2.11
If you are building an optimized version, the script uses that localized files from the vanilla, thus getting the proper language files. As far as the variables go, I have purposefully cleared each one at the beginning of the script. The problem in the previous versions was that if you ran the script more than once, the variables would remain set. I have tested many times since making these changes and implementing them in 0.45, I no longer get the errors associated with any 0.44x version. But, I continue to test.
- [Tool] FFaM v1.0.2.11