Everything posted by Jonnyboy
- [Tool] FFaM v1.0.2.11
- [Tool] FFaM v1.0.2.11
-
[Tool] FFaM v1.0.2.11
Update posted 0.706 v0.706 - 12-02-09 -fixed bug when reading registry for firefox and firefox not installed -fixed bug where when browsing for folder and cancel is selected -fixed bug when trying to copy helper.exe and file does not exist -added several outdated older vanilla versions of Firefox -changed links for outdated older Firefox versions after Mozilla removed previous links -added Tete's Beta SSE Version -added Tete's Beta SSE2 Version -added ability to only download links to the file you wish to build -added status -added usage validation -fixed check update -updated to Quicktime v.7.65.17.80 -updated to Quicktime Alternate v.3.1.0
- [Tool] FFaM v1.0.2.11
- [Tool] FFaM v1.0.2.11
-
[Tool] FFaM v1.0.2.11
Update Posted I have added proxy settings, but I was not able to test a proxy server that requires a password. So, please test if you use proxies and let me know. I will try to fix. v0.705 - 11-20-09 -added text highlighting -added use proxy if necessary(needs testing) -removed option to "view Hidden" files\foldes since it is necessary -fixed pigfoot's beta weblink -moved the remaining text to localized files - except drop down menus -fixed bug that would install to the incorrect path when the current and addon paths are different -added option to "Check for Updates" -checking for updates is automatic when you click "Update Links" - this will add notification in the title bar -added --referer and --user-agent to wget command to make wget not appear to be a script or robot -added script to check the registry for installed firefox location -added look for firefox path in the registry, to assist in populating the path -added read profiles.ini for installed profiles and if more than 1 installed profile then a dropdown list will be created for profile selection. -If your profile is not in the dropdown list selection, you can still choose a profile from any another location -fixed a bug when loading saved files when some of the strings are empty -renamed Silent Addon output file -fixed bug where silent addon was being created incorrectly -fixed bug with positioning the screen -added check for update -added script to remove Mozilla Firefox Beta shortcuts
-
[Tool] FFaM v1.0.2.11
I'll see if I can locate a Mozilla website that is hosting it. If I can locate one, then I will add it into the next update. ***EDIT*** I will add it to the list for the next version and I'll try to get it in there. The files are available from the Mozilla ftp. There are a couple of problems with using the ftp and the older versions. The ftp is for "developer's" and they often close it to scripts(wget). I have added a few strings to the wget command and that may help. The other is that they are no longer updating it and therfore the language selection is not the same. This will take some work as I have to move the language id's out of the script and individual text files for each version. The newer versions having many more more languages available than the previous versions, etc. I have already been considering this, but this may not make it into the next update Thanks
- [Tool] FFaM v1.0.2.11
-
[Tool] FFaM v1.0.2.11
Ok, I finished adding proxy support and I have been wrestling with how to complete the W7T addon. I have a few ideas and would like some feedback from anyone the uses W7T addons. First, I can use a reg file to insert the reg entries created when Firefox is normally installed. This limits the installation location and I would prefer not to do it this way. For the same reason that I removed the inf addon. To much maintenance with each version. This would be completely uninstallable. Second, the W7T addon could just put the files in a temporay location and then use a reg file to install and create the proper shortcuts. But, doing it this way is no different than using the silent installer. This would be completely uninstallable. Third, Firefox would not be properly installed. The reg entries that are created when Firefox is installed would not be entered into the registry. The reg entries that are created to set Firefox as the default browser would be the only reg entries entered into the registry. This would not be uninstallable. All of these still require the installer to get the correct path %ProgramFiles% or %ProgramFiles(x86)%. I am leaning towards the second option. This lets setup.exe do most of the registry work and -setDefaultBrowser do the rest. That way the reg settings are always correct and then the installation path is not restricted. I hesitate only because this would be identical to the silent installer, except that it would require a reboot. Is it not possible to integrate silent installers into Windows 7? Anyway, those that use Windows 7 can tell me how they want the W7T addon to behave and I'll finish writing the script. Thanks
- [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 only things clickable in beginning is "Use Local System", "Update Links" and if you have a saved settings.ini file then "Load Settings". Everything else is disabled. As soon as I finish the "Set Proxy" and and the runonce entries for W7T addons, then I will begin a video tuturiol. I will also be adding more contextual help. I explain things that sound right to me, this is often hard for someone else to understand, so a little help with this would be greatly appreciated.
-
learn C++ Website
I drive a truck 10-14 hours a day. I convert my pdf's to mp3's and listen to them. Then, when I get home, I can breeze throught the chapters that I covered while driving. the site you mentioned above is pretty good for beginners but you will quickly need more. I started learning C++ about 6 weeks back and had to take a break to update my tools.
-
[Tool] FFaM v1.0.2.11
As you all know, I have posted this project on Sourceforge. I did this for a few reasons. The first is for hosting. But, the main reason is to increase the awareness of it and increase it's use. Could I ask all of you to post your comments on sourceforge. It will increase the possibility of this project being listed when searching for firefox related projects. Right now, it does not show up at all and my ranking is around 3850. As I learn more about sourceforge, I will add content. Thanks for your feedback and your support. ~Jonnyboy
- [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
- [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
Give me the exact name of the icon. When you use firefox.exe -SetDefaultBrowser, it automatically creates three shortcuts. I include a script to remove the icons. So, with the name you provide, I can delete it. If you set the compression level to "1" it is extremely fast and only about 20% larger output file. I could not see why the icon is the wong one, it does not occur with every install, just randomly. I will keep looking for it. ***EDIT*** In the beta versions, Mozilla changes the icon group listings. It was 0, 1, 32512. In beta's it is 1, 2, 32512. I will have to add some script to see this and react accordingly. Also, if you desire the "Pinned Apps" shortcut, I need this: "When you right click on a exe or file, on the context menu, there is a choice to pin to taskbar. I need to what what the exact string is to pin to the taskbar. On english systems it is "Pin to Taskbar". Note, the string must be exact or it will not work." Thanks