Jonnyboy Posted November 15, 2008 Author Share Posted November 15, 2008 (edited) I realize that some of the problems with understanding how to use this script is the language barrier. I am working on a way to, when you select a language, re-write the entire interface into the proper language. As soon as I get it right, I will begin asking for help your help in translating.Of course, If I can find a way to get the script to determine the language, that would be even better.***EDIT***I have found how to determine the language of your installed OS***EDIT***Html is new to me, but what I need to be able to do is every text string that is displayed needs to be converted to a variable. Some of the strings can be changed easily, some i do not know how to do. If you have the skills with html and have to time to give me some assistance, I would appreciate it. Edited November 15, 2008 by Jonnyboy Quote Link to comment Share on other sites More sharing options...
Guest Posted November 15, 2008 Share Posted November 15, 2008 (edited) just for asking i was working on some inf working that requires firefox but since firefox place changes i tried to look for a registry to describe it`s placebut i found out that the registry from your addon is only uninstall registry so i got a question does the official installer add the same registry or it`s changed in your addonEdit:hmm i installed the original version and the registry was "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Mozilla Firefox (3.0.4)" not as your addon "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\FireFox"so another question doesn't firefox installs any registry that might guide me to the right place? Edited November 15, 2008 by DaRk MaDnEsS Quote Link to comment Share on other sites More sharing options...
Jonnyboy Posted November 15, 2008 Author Share Posted November 15, 2008 just for asking i was working on some inf working that requires firefox but since firefox place changes i tried to look for a registry to describe it`s placebut i found out that the registry from your addon is only uninstall registry so i got a question does the official installer add the same registry or it`s changed in your addonEdit:hmm i installed the original version and the registry was "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Mozilla Firefox (3.0.4)" not as your addon "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\FireFox"so another question doesn't firefox installs any registry that might guide me to the right place?[HKEY_LOCAL_MACHINE\SOFTWARE\Mozilla\Mozilla Firefox]That is the location that, prior to v0.50, I inserted the the path to. I no longer set Firefox as default by inserting the registry entries. I only add the uninstaller entries and when Firefox is set as default, firefox.exe will insert the entries into the registry.Hope that helps. Quote Link to comment Share on other sites More sharing options...
Guest Posted November 15, 2008 Share Posted November 15, 2008 [HKEY_LOCAL_MACHINE\SOFTWARE\Mozilla\Mozilla Firefox]That is the location that, prior to v0.50, I inserted the the path to. I no longer set Firefox as default by inserting the registry entries. I only add the uninstaller entries and when Firefox is set as default, firefox.exe will insert the entries into the registry.Hope that helps.well hmm i set my firefox to defaultanother question when it get installed silently by your addon or by original installerdoes this [HKEY_LOCAL_MACHINE\SOFTWARE\Mozilla\Mozilla Firefox] gets installed before running the program or not ? Quote Link to comment Share on other sites More sharing options...
Jonnyboy Posted November 15, 2008 Author Share Posted November 15, 2008 I forgot to tell this to anyone. Sorry.-CreateProfile "profile_name profile_dir" <-- This is the command used to create the profile, if you choose a name or a pathNOTE: profile_dir must not exist and you must not already have a profile called profile_name.Also, the folder path, that you choose, can NOT be the default location. Quote Link to comment Share on other sites More sharing options...
Jonnyboy Posted November 15, 2008 Author Share Posted November 15, 2008 (edited) well hmm i set my firefox to defaultanother question when it get installed silently by your addon or by original installerdoes this [HKEY_LOCAL_MACHINE\SOFTWARE\Mozilla\Mozilla Firefox] gets installed before running the program or not ?Firefox's Installer inserts that when it installs the program. I do not insert any longer. I thought that when Firefox is set as default, it would add that registry entry. I just checked, it does not. I may add those registry entries back in. ***EDIT***If anyone finds them necessary, I will. Edited November 15, 2008 by Jonnyboy Quote Link to comment Share on other sites More sharing options...
Guest Posted November 15, 2008 Share Posted November 15, 2008 (edited) Firefox's Installer inserts that when it installs the program. I do not insert any longer. I thought that when Firefox is set as default, it would add that registry entry. I just checked, it does not. I may add those registry entries back in. ***EDIT***If anyone finds them necessary, I will.well here is the deal i`m working on my IDM Addonso i was trying to fix the Intergation with FireFox as it sometimes doesn't work well so i`m going to install that IDM CC extension to firefox so i wanted to make IDM Check if firefox installed or not that why i needed the registry if it doesn't make a problem can you add this Entries plz :sweatingbullets:Edit:seems that i found a little fix to intergate the Extension and fix the problem :confused02: by only some commands so no need for this now (but if any one wants ...) so sorry if i made you do some work on nothing Edited November 15, 2008 by DaRk MaDnEsS Quote Link to comment Share on other sites More sharing options...
Jonnyboy Posted November 18, 2008 Author Share Posted November 18, 2008 Ok, I have finally figured how to turn the text into variable strings and display the strings according to country code. It will take a little time to rewrite the hta and convert all of the text to strings. But, as soon as I am done. I will post the list of strings that need to be translated. Once translated, I will add them into the script. Quote Link to comment Share on other sites More sharing options...
fat115 Posted November 18, 2008 Share Posted November 18, 2008 HiI've just tried V0.515 and noticed some very little "bugs" : even not selecting Quick launch and Desktop icons, they are created.No more errors when closing temporary files.As said in PM on MSFN, I will translate strings in French as soon as they'll be available.About the Start Menu shortcut : wouldn't it be better to have an input box to enter a custom folder instead of selection boxes ?Again, thanks for this great app (even if I don't use it because ot the installation path not correponding to my needs). Quote Link to comment Share on other sites More sharing options...
Jonnyboy Posted November 19, 2008 Author Share Posted November 19, 2008 HiI've just tried V0.515 and noticed some very little "bugs" : even not selecting Quick launch and Desktop icons, they are created.No more errors when closing temporary files.As said in PM on MSFN, I will translate strings in French as soon as they'll be available.About the Start Menu shortcut : wouldn't it be better to have an input box to enter a custom folder instead of selection boxes ?Again, thanks for this great app (even if I don't use it because ot the installation path not correponding to my needs).Send me the logs, so I can see why the are being created. I may add an input box for path.Thanks Quote Link to comment Share on other sites More sharing options...
fat115 Posted November 19, 2008 Share Posted November 19, 2008 Send me the logs, so I can see why the are being created. I may add an input box for path.ThanksHere it is : http://adub115.free.fr/Tempo/logfile.7z Quote Link to comment Share on other sites More sharing options...
Jonnyboy Posted November 19, 2008 Author Share Posted November 19, 2008 (edited) I've just tried V0.515 and noticed some very little "bugs" : even not selecting Quick launch and Desktop icons, they are created.The problem is somewhere is language. I will spend a little time and find it.***EDIT***Looking at the inf, the only profileitems in the inf are Start Menu\Programs\Internet.They may be created by firefox.exe when running setdefaultbrowser.I will look into it.***EDIT***There are being created when setting firefox as default browser. I will add some script to delete those if they were not selected. I don't know if it will make it into the next version or not.ThanksAs said in PM on MSFN, I will translate strings in French as soon as they'll be available.It has been posted in the first post. Once you translated each line, please PM them to me. Please keep each line separate.About the Start Menu shortcut : wouldn't it be better to have an input box to enter a custom folder instead of selection boxes ?I will add a text box to set the folder. Edited November 19, 2008 by Jonnyboy Quote Link to comment Share on other sites More sharing options...
thedexmonster Posted November 20, 2008 Share Posted November 20, 2008 Maybe its' just me? When I install Firefox it modifies my default UserName by adding ."ComputerName" to the end of it. My user name happens to be Administrator, so I end up with %UserProfile% taking me to %53%\Administrator.ComputerName\. But Firefox is installed in %53%\Administrator\.? I noticed in the inf it remembers the user name from the computer the addon was created from. Shouldn't this be a username variable? like 53 which is Root\Documents and Settings\UserName.Also, Even though I install all updates and restart firefox and the computer before making the addon, during installation it says 3 new addons have been installed and they are incompatible with firefox 3.0.4. The updates were installed prior to addon creation. Also the edit rdf files was checked and every other addon is set to 3.0.*.Any suggestions? Quote Link to comment Share on other sites More sharing options...
Jonnyboy Posted November 20, 2008 Author Share Posted November 20, 2008 (edited) Maybe its' just me? When I install Firefox it modifies my default UserName by adding ."ComputerName" to the end of it. My user name happens to be Administrator, so I end up with %UserProfile% taking me to %53%\Administrator.ComputerName\. But Firefox is installed in %53%\Administrator\.? I noticed in the inf it remembers the user name from the computer the addon was created from. Shouldn't this be a username variable? like 53 which is Root\Documents and Settings\UserName.Also, Even though I install all updates and restart firefox and the computer before making the addon, during installation it says 3 new addons have been installed and they are incompatible with firefox 3.0.4. The updates were installed prior to addon creation. Also the edit rdf files was checked and every other addon is set to 3.0.*.Any suggestions?I am not aware of your computername being any place in the inf. I would need to see this. Send me the logs.Let me explain how the the profile creation process works. This script does not create the profile. It is created by firefox.exe, in the manner provided by Firefox.First, if you want your profile created in the default location, with a randomly generated profile name, then leave leave both areas blank.Second, if you want to name your profile and keep it in the default location, then provide only the name, not the path.Third, if you want to name your profile and the path the complete both fields.Remember, it is not a good idea to create a profile in an %APPDATA% path, because, unless that username already exists when you install Firefox, then Firefox will create that path. The problem is, that when you create that user, the path will not be as expected, because the expected path already exists. So, the user will be a assigned another path., thus making the profile that you installed, useless.The inf only uses the username, if you assigned that path that includes a username. Remember, the addon maker creates addon's of your current installatin. To be used on your next install. It will install the profile where you tell it too, just as if you run the command yourself.I can look at using a variable for the username, if you still intend to use it. I may add script to disallow certain paths. Since, using a path that already exists will cause the profile creation to fail.***EDIT***Also, the %APPDATA% paths, I think, are different for languages other than English. So, to script that, for every possibility could prove very difficult. But, not impossible. It is just something that I do not have the time to look at right now.As far as the rest of the problems, I need the logs and the extension names. Also, the install.rdf files from those extensions. Edited November 20, 2008 by Jonnyboy Quote Link to comment Share on other sites More sharing options...
Jonnyboy Posted November 21, 2008 Author Share Posted November 21, 2008 (edited) Today, I start my vacation. I will be gone for 2 weeks. Please continue to post any bugs and\or requests and I'll will catch up as soon as I return. I hope everyone has a Happy Thanksgiving.Thanks~Jonnyboy Edited November 21, 2008 by Jonnyboy Quote Link to comment Share on other sites More sharing options...
mirecek1965 Posted November 22, 2008 Share Posted November 22, 2008 (edited) One more thanks, this is perfect. Can build a x64 versions of Firefox? Edited December 6, 2008 by mirecek1965 Quote Link to comment Share on other sites More sharing options...
CyberPro Posted November 22, 2008 Share Posted November 22, 2008 thnx..!! :dribble: Quote Link to comment Share on other sites More sharing options...
thedexmonster Posted November 22, 2008 Share Posted November 22, 2008 When i install created switchless installer, this installs straight to Program Files (x86), not to Program Files (x86)\Mozilla Firefox. In root of Program Files (x86) i have Firefox.exe and other files with directories. Its too messy. Otherwise thanks for this creator.One of the options when creating your swichless installer is where to install. Choose Program Files\Mozilla Firefox and your problem will be fixed. Quote Link to comment Share on other sites More sharing options...
Inferi0r Posted November 27, 2008 Share Posted November 27, 2008 Please add proxy support. I can't use your tool now. Quote Link to comment Share on other sites More sharing options...
Jonnyboy Posted December 2, 2008 Author Share Posted December 2, 2008 Please add proxy support. I can't use your tool now.I do not know how to add proxy support. Sorry Quote Link to comment Share on other sites More sharing options...
pietpuk Posted December 15, 2008 Share Posted December 15, 2008 I love you for this tool, jonny :thumbsup_anim: Quote Link to comment Share on other sites More sharing options...
Jonnyboy Posted December 17, 2008 Author Share Posted December 17, 2008 I love you for this tool, jonny :thumbsup_anim:Thank you Quote Link to comment Share on other sites More sharing options...
Jonnyboy Posted December 22, 2008 Author Share Posted December 22, 2008 (edited) I am not sure when I will be able to update this tool. I am too busy with other things. I will make an effort next month to give it a little time.Thanks~JonnyboypsMerry Christmas! Edited December 22, 2008 by Jonnyboy Quote Link to comment Share on other sites More sharing options...
neuropass Posted January 11, 2009 Share Posted January 11, 2009 hello i have a problem.. i can't uninstall firefox from control panel it gives me an error... like it cannot find tskill.. ? why? i found that your prcedent version of fire fox addon maker was working great and better than the new one... Sorry it just my thought... And another thing.. i've the splash plugin set by default, so when firefox is installing it starts the splash screen and then close it... too bad..And in the program folder there are no firefox files, except plugin folder...Did i do anything wrong with the addon maker...? thanks for your time in advance.. Quote Link to comment Share on other sites More sharing options...
thedexmonster Posted January 12, 2009 Share Posted January 12, 2009 Not too long to wait - I'll post an update removing Adobe Reader plugin and as soon as Foxit posts their plugin I will add it to this.Foxit Download PageThe Plugin has been released. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.