Jonnyboy82 Posted March 1, 2012 Author Share Posted March 1, 2012 Well, after trying for about an hour, I'm beginning to wonder whether checksums have been released at all.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. Link to comment Share on other sites More sharing options...
Jonnyboy82 Posted March 1, 2012 Author Share Posted March 1, 2012 FFaM v0.9.0.5 postedIt 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 Link to comment Share on other sites More sharing options...
Jonnyboy82 Posted March 1, 2012 Author Share Posted March 1, 2012 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 Link to comment Share on other sites More sharing options...
radix Posted March 4, 2012 Share Posted March 4, 2012 Regarding this: "-completed shockwave installer - on first use of Shockwave, you will have to approve the license and complete the install", you should use msi installer with its silent switches.http://fpdownload.macromedia.com/get/shockwave/default/english/win95nt/latest/sw_lic_full_installer.msi Link to comment Share on other sites More sharing options...
Jonnyboy82 Posted March 4, 2012 Author Share Posted March 4, 2012 Regarding this: "-completed shockwave installer - on first use of Shockwave, you will have to approve the license and complete the install", you should use msi installer with its silent switches.http://fpdownload.macromedia.com/get/shockwave/default/english/win95nt/latest/sw_lic_full_installer.msiThank you for the link. I'll make the changes in the next update.Thank you Link to comment Share on other sites More sharing options...
radix Posted March 4, 2012 Share Posted March 4, 2012 (edited) I guess it's better to use non .msi installers, but in case you want them in your project, you can check these links:Adobe Flash Player Plug-in:http://fpdownload.ma...lugin_32bit.msihttp://fpdownload.ma...lugin_64bit.msiAdobe Flash Player Plug-in ActiveX:http://fpdownload.ma...ive_x_32bit.msihttp://fpdownload.ma...ive_x_64bit.msiAdobe Shockwave Player (already posted):http://fpdownload.ma...l_installer.msi Edited March 4, 2012 by radix Link to comment Share on other sites More sharing options...
Jonnyboy82 Posted March 6, 2012 Author Share Posted March 6, 2012 I guess it's better to use non .msi installers, but in case you want them in your project, you can check these links:Adobe Flash Player Plug-in:http://fpdownload.ma...lugin_32bit.msihttp://fpdownload.ma...lugin_64bit.msiAdobe Flash Player Plug-in ActiveX:http://fpdownload.ma...ive_x_32bit.msihttp://fpdownload.ma...ive_x_64bit.msiAdobe Shockwave Player (already posted):http://fpdownload.ma...l_installer.msiI'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 Link to comment Share on other sites More sharing options...
Sp0iLedBrAt Posted March 6, 2012 Share Posted March 6, 2012 Considering it is an .msi file, all the normal switches should apply. Link to comment Share on other sites More sharing options...
Jonnyboy82 Posted March 6, 2012 Author Share Posted March 6, 2012 Considering it is an .msi file, all the normal switches should apply.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 Link to comment Share on other sites More sharing options...
willyeckerslike Posted March 6, 2012 Share Posted March 6, 2012 Considering it is an .msi file, all the normal switches should apply.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 youmsi is usually /quiet /norestart or /qn for silent install. Link to comment Share on other sites More sharing options...
Jonnyboy82 Posted March 6, 2012 Author Share Posted March 6, 2012 Considering it is an .msi file, all the normal switches should apply.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 youmsi 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. Link to comment Share on other sites More sharing options...
Sp0iLedBrAt Posted March 6, 2012 Share Posted March 6, 2012 You can get the switches if you type msiexec into the Command Prompt; simple as that Link to comment Share on other sites More sharing options...
Jonnyboy82 Posted March 6, 2012 Author Share Posted March 6, 2012 (edited) 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. Edited March 6, 2012 by Jonnyboy82 Link to comment Share on other sites More sharing options...
EDEN2010 Posted March 7, 2012 Share Posted March 7, 2012 Your the best my friend thank u verry much Link to comment Share on other sites More sharing options...
Jonnyboy82 Posted March 7, 2012 Author Share Posted March 7, 2012 Your the best my friend thank u verry much 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. Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now