Jump to content

Jonnyboy82

Member
  • Posts

    126
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by Jonnyboy82

  1. I am currently rewriting FFaM again. This time in WPF .NET 4.0. I am in the beginning stages of the layout. If, you would like to offer your suggestions as to the UI, please post them here or email me. This is a tool that I learn with and learn from. You can follow me on github. ~jonnyboy
  2. FFaM v1.0.2.11 posted. -disabled 'older' Firefox version, Mozilla has removed the files and the links are invalid -disable checking MD5 sums, for now -changed 'Plugins' groupbox text to bold -fix bug with 0 byte files created when download flash installer -fixed bug when deleting files that are open, by adding dialog to close explorer -fixed bug where files named prefs.*, other htan main prefs.js were never copied
  3. The new website for FFaM went 'Live' today. Thanks go to Stefan Beer for his efforts in creating the page and doing all the heavy lifting to get it ready for use. If, you have a moment, could I ask you to head over to Sourceforge and write a review or add a recommendation? It would help alot. Also, if you would check out the new website and click one of Social Networking buttons in the page footer. A little 'word of mouth' advertising would be greatly appreciated. Thank you ~jonnyboy
  4. Update posted. v1.0.2.9 - 04-02-12 -fixed check boxes that should be unchecked when no Firefox profile is found. -properly fixed bug in getting correct install path, introduced when I changed compile from "x86" to "AnyCPU", as identified by MSFN user http://www.msfn.org/board/user/281793-shaneee/
  5. @Shaneee: I am currently working on my Inf Assistant, but these things are on the list. TO-DO -complete tool-tips -add option to save installer to path specified by user -add try, catch, finally for Exception Handling -check local version of flash and Shockwave -add ability to select individual bookmarks, histories, cookies, extensions, search engines -add ability to insert additional language packs -move vbscript files to .exe files for versioning control -ability to select multiple profiles -add preset for profile folder and profile name creation -add threading -replace Shockwave installer with msi installer -look at encrypting the profile -look at using compression to compress exe -splash screen to display GPLv2 License -add warning for passwords usage -make app properly localizeable -look at adding adding plugins (vlc) -look at adding additiona versions of Firefox (Ayakawa, pigfoot, tete, Blazing Fast, Pale Moon and Waterfox) -rewrite in WPF It will definitely be a couple of weeks before I get back to this project, but I will fix bugs immediately.
  6. Thank you for identifying this. FFaM v1.0.2.8 posted. -fixed bug in getting correct install path, introduced when I changed compile from "x86" to "AnyCPU", as identified by MSFN user http://www.msfn.org/board/user/281793-shaneee/
  7. Update posted. I hope I didn't break anything in the process. If anyone is interested in making a webpage for FFaM, hosted on sourceforge, please contact me. v1.0.2.7 - 03-09-12 -out of beta, begin versioning at 1.0.0.0, revision number will increment with every commit, not every revision will be posted as an update -check timestamp of local Flash Player Installer, if older than that on server, download new file -fixed "Pinned" shortcuts -rename "Quick Launch" to "Taskbar" -correct tab order -strengthened reg-ex for version number after Mozilla made changes to the "www.mozilla.org/en-US/firefox/all-older.html" web page -installer now removes public profile created within the Firefox installation path -complete proper GPLv2 License requirements -complete git integration @ https://github.com/jonnyboy/FFaM -add update utility
  8. As soon as I get the updater completed, I will post the new version. Among numerous fixes, a bug was introduced this morning when Mozilla change the format of one of their webpages.
  9. Hey all, I'm stumped. I've been trying to figure out how to display unicode characters in the console. This is required as the only know way to pin shortcuts is using an obj.verb in vbscript or jscript. I have install every language pack available and the are 7-8 languages that will not display. I have only found one font, TerminalVector, and it leaves 8 incomplete. The built in fonts get all but 7. Do any of you know where to locate a complete unicode font? ***EDIT*** Nevermind. To view the output of the script, I need to a complete(there isn't one) font. To run the script, it isn't necessary. I ahve most of them working. I have to go through the rest one at a time and grab the string. ***EDIT*** I have all 35 languages working.
  10. If you know them switches off of the top of your head, could you post. I have not used msi file in a couple of years. I would have to take them time, surely only a few minutes, but I have lots of other things to get finished. BTW, don't look them up, only post if you know them. Thank you msi is usually /quiet /norestart or /qn for silent install. Thank you. It looks like only the 'full' installer is available in an msi installer, the 'slim' should be at http://fpdownload.macromedia.com/get/shockwave/default/english/win95nt/latest/sw_lic_slim_installer.msi. But, it isn't there.
  11. If you know them switches off of the top of your head, could you post. I have not used msi file in a couple of years. I would have to take them time, surely only a few minutes, but I have lots of other things to get finished. BTW, don't look them up, only post if you know them. Thank you
  12. I'm not having any problems with the flash installers, but if I can find the correct switches, then I will use the msi for shockwave. The fact that the link is the name of the file makes it easier for version checking. Even if the install ends up in the same place, still needing to approve, it is still a better solution. Thank you
  13. Thank you for the link. I'll make the changes in the next update. Thank you
  14. If you are running a system with system language other than English, I have a question. Do the "Pinned" shortcuts appear when you choose to create them? If not, let me know. Thank you
  15. FFaM v0.9.0.5 posted It is almost complete, there are still a few rough edges. But, here is what was completed in this update: -fixed file copy overwrite -fixed bug in paths -completed addon creation (please test, I do not use these anymore) -file created in same as location as FFaM, moved from desktop -completed flash installer - on 64-bit systems the 64-installer is used -completed shockwave installer - on first use of Shockwave, you will have to approve the license and complete the install -added language identifier to installer filename -completed custom install location -completed custom profile name and/or path -completed set as default browser -completed shortcuts creation
  16. I think the same thing. I will have to look into using HTTPWebRequest to validate timestamps. Or, something along those lines. Thank you for your efforts.
  17. I need a little help. The old links for Adobe Flash Installer have been removed and replaced with these links. In my app, I would like to verify the MD5 hashes of the downloaded files. Now, to my question. Does anyone know where I can find a link for the MD5 hashes, posted by Adobe?
  18. FFaM v0.9.0.2 posted Hello all!! Long time, no here. I finally finished with my classes and had a little time to work on this the last couple of days. I know, it was supposed to be done before Christmas. Sorry, this was the best that I could do. I am posting the current file on my sourceforge. Be warned, it is not 100% done, but it is very close. A few things that do not work, yet. 1) Flash and Shockwave will not install. 2) The shortcuts will not be created. 3) It may only install into the default location. 4) The app is missing alot of error catching routines. I am very new to C# and do not know how to use it very well. So, you may get an "unhandled exception" or some other fatal error. If you do, please screenshot it and post it for me. Then, I can fix it. To finish these few items, I need to set up a some VM 's to test the installs on. This was written and tested on 1 Win7 x64 system. Please test and post any bugs. The app requires .Net 3.5. Sorry, but I could not get everything working properly in .Net 2.0. Thank you all, ~jonnyboy Changelog
  19. They are saved in "C:\Users\*user name*\AppData\Local\Microsoft", not the registry. That is the default location for user.config, that is built into all C# and VB apps. So, the file FFaMv.9b1.exe would not run on x86?
  20. I have finished the UI for FFaM v.9b1. If you have a little free time, please download and try to make it throw an exception or error. I think everything works except creating the installer. I am open to suggestions on improving the UI. It is written in C# and requires .Net 2.0 and as all .Net apps, it's a little slow to open. MD5: 7F3DD12BCA3FB267E2BF1ADDB82C550B File size: 1.34MB The changelog has not been written.
  21. What are the names of the folders that are not being copied? The config.xml is most likely being re-written on first run and removing references that do not exist. The error could be a couple of things, the copy is not copying all subfolders or the subfolders have names that are being restricted.
×
×
  • Create New...