-
Posts
538 -
Joined
-
Last visited
-
Days Won
5
Content Type
Profiles
Forums
Events
Everything posted by Jonnyboy
-
@benjammin I was just explaining how that portion of the script works.
-
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.
-
as soon as post v0.451, it will automatically do that - if your current firefox is in spanish I'm waiting on a couple things before I post the update. thanks
-
@shahed I have just tested in Vista Ultimate and selected no bookmarks and I didn't get the bookmarks. I don't know why you are getting them. Could you pm me the logs and the inf files? thanks
-
This error should have been fixed in 0.45, which version are you referring to with this?
-
Thank you, Thank you I just haven't had the time for the reading of ResHacker Help file, but was planning for next version or so. Thanks again. This one stumps me for the moment. But, I endeavor to figure it out. Did you remove wsh from your installation? If from command promt you type cscript what response do you get? You should get a message tlling you proper usage. If not, my script will not work for you. All of the links, filenames, etc are done by vbscript. ***EDIT*** I see that in the screenshot, the vbscript is working. It must be something else. hmmm.... Again. No idea what the problems might be. I could use more info. What did it do? Where did it stop? Di it crash? Did it ever start? The more info you can provide, the easier it will be for me to find the cause. Thank you Are you using Vista x64? I have test 100x's in XP. I will test more in Vista. **** I do know that the script was always downloading the english versions. I have fixed and will be in next update. ****
-
This has got to be the compliment I have received, lately. Many thanks.
-
Sorry. I must have missed this post earlier. I downloaded the icons, but I can't view them. I don't know how to create or modify an icon. I'm going to let this go for right now. Maybe I'll come back to it later. I have to learn more about how to reshack the exe to change the icons, then maybe we can get your icons into the exe. Thanks for your help.
-
thx Version 0.45 has been posted. It should be completely compatible with Vista and XP.
-
The second error is caused by the first error. I am working on the reg file. The current reg file does not set firefox as default browser in vista like it does in xp. As son as I get the reg file sorted out, I will post an update. Thx
-
good catch, I'll try to find out why this is. I'll have a fix soon. thx
-
thanks
-
When you do, tell me where the bookmarks.html file is located in program files\mozilla firefox thanks
-
When you use an inf addon during an ui, the inf is automatically copied to %windir%\inf if I you convert the inf to a silent exe and that during an ui, will the inf be copied to %windir%\inf I'm not at home and it would take me a couple of hours to find out, using my laptop tia ***EDIT*** When using the silent installer, the inf is not automatically copied to the %windir%\inf folder. Can the inf be copied by the inf? I have been trying the copyINF directive, but that changes the name of the inf to OEM*.inf and can't be referenced by the uninstaller. Anyone have any ideas? Again, any help is appreciated. thx ***EDIT*** Adding this to the config.txt for the silent installer seems to work. RunProgram="hidcon:cmd /C copy /Y firefox.inf %windir%\inf"Is there any downside to doing it this way?
-
Are you using a bookmarks manager that may be storing a copy of the bookmarks somewhere?
-
Well, the switchless silent installer is done. But, if the files are still being copied when told not to. That is a problem that I need to look into. thx ***EDIT*** Are you certain that the file in the addon is your bookmarks.html and not the generic bookmarks.html that comes with firefox?
-
I removed the silent install option because only the vanilla and ayakawa versions would install that way. The other 2 would crash. I would like to find out wjy they crash, before adding back in. My guess, is they use additional dll's that the installer is not aware of and that causes the crash. But, I will try to get it back into the next version. I'll start on that after I complete Vista compatibility. I may just create a new installer and use that for the silent install. thx ***EDIT*** I just read a post where I can make the inf installer into a silent exe. I will try that first.
-
I can't locate a list of dirid's specific to the special folders layout for vista. So, if this string deletes "%userprofile%\Application Data\Mozilla" in WinXP RUNDLL32 advpack.dll,DelNodeRunDLL32 %16410%\%user_dir%,8 what string would del "%userprofile%\AppData\Local\Mozilla" in vista? I have tried: RUNDLL32 advpack.dll,DelNodeRunDLL32 %userprofile%\appdata\Local\%user_dir%,8This works from cmd prompt, but not from inf. Anyone have the answer? thanks for the help Got it, this worked RUNDLL32 advpack.dll,DelNodeRunDLL32 %53%\appdata\Local\%user_dir%,8
-
Good to here. Many thanks.
-
never looked at it in quite that way, but funny!
-
Anyone have the skills, time and willingness to create a set of icons. I would like to reshack the default icons in firefox.exe with custom icons made from the image in the first post. Any help is appreciated.
-
updated to v0.442
-
I was just going to ask if you were clicking inside the brackets or on the name. But, you got it.
-
believe it or not, I just caught that typo a few minutes ago. But, their is a bug. I think it is with the runhiddenconsole.exe. Sometimes it is failing to call the program properly. I hope to have it figured out soon.
-
could you post a screenshot of the screen where you choose the version of firefox? thx