Jump to content

[Tool] FFaM v1.0.2.11


Recommended Posts

I have nearly completed the update. I need some information from anyone that does not have english as their Windows language. 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.

The sooner that you can get this to me, the sooner I can incorporate it into the script.

Windows 7 has given me trouble in copying files, reading reg strings, creating shortcuts. I finally have it all worked out. The new version works in all versions of windows (xp and up) and the installer package will install in any version of windows (xp and up) 32-bit or 64-bit, silently. The script will only need to be run as admin if you have your folders\files hidden as the script needs to see hidden folders to copy from the profile and the script can change the reg setting to view hidden files.

The install package does not need UAC to be disabled or to be run as admin. You will, of have to respond to the nag screen.

I still have a few things to cleanup, but I should have it ready in a few days. Sorry, I only have a couple of hours a day to work on this.

***EDIT***

Does this path remain the same?

"Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar"

Edited by Jonnyboy
Link to comment
Share on other sites

I have nearly completed the update. I need some information from anyone that does not have english as their Windows language. 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.

The sooner that you can get this to me, the sooner I can incorporate it into the script.

Windows 7 has given me trouble in copying files, reading reg strings, creating shortcuts. I finally have it all worked out. The new version works in all versions of windows (xp and up) and the installer package will install in any version of windows (xp and up) 32-bit or 64-bit, silently. The script will only need to be run as admin if you have your folders\files hidden as the script needs to see hidden folders to copy from the profile and the script can change the reg setting to view hidden files.

The install package does not need UAC to be disabled or to be run as admin. You will, of have to respond to the nag screen.

I still have a few things to cleanup, but I should have it ready in a few days. Sorry, I only have a couple of hours a day to work on this.

***EDIT***

Does this path remain the same?

"Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar"

if you mean this

%appdata%\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar\

then yeah it's the same

and hope your addon maker gets out soon

Link to comment
Share on other sites

@Jonnyboy

Hi

I am using your addon since ever and I find it very useful. But using the las two versions I stumbled upon a few problems.

First, a question or two.

What is with this function "Addon Installation Paths" "Click to enter the Addon's Destination folder of your choice, or you can create a new folder.". I don't want to enter a new folder for the addons, I want to use the default path. What is the default path? c:\Program Files\Mozilla Firefox or the profile path C:\Documents and Settings\Andrei\Application Data\Mozilla\Firefox\Profiles\random_name.default By default, in your tool is entered C:\Program Files\Firefox. If that is set,will FF install there instead of c:\Program Files\Mozilla Firefox\ ?!?!

I just reinstalled XP today and ran FF silent built with your addon maker and it failed to install fully. I had to install the original Firefox Setup 3.6 Beta 1 over the first installation so I could open FF. Bad thing is that all my addons were gone. Good thing is that all the bookmarks were there. That was a life saver.:)

Do you know what did I do wrong?

I am attaching the settings.rar to see for yourself. One thing that has come up my mind is that problems could have arisen due to the fact that I didn't use the FF 3.6 beta 1 from the link inside the addon maker, but FF 3.6 bet 1 build 3 from Mozilla's ftp. It is very unlikely as I did that before and never had issues.

I am eagerly waiting for your reply

Thank you

Kukubau

Link to comment
Share on other sites

@Jonnyboy

Hi

I am using your addon since ever and I find it very useful. But using the las two versions I stumbled upon a few problems.

First, a question or two.

What is with this function "Addon Installation Paths" "Click to enter the Addon's Destination folder of your choice, or you can create a new folder.". I don't want to enter a new folder for the addons, I want to use the default path. What is the default path? c:\Program Files\Mozilla Firefox or the profile path C:\Documents and Settings\Andrei\Application Data\Mozilla\Firefox\Profiles\random_name.default By default, in your tool is entered C:\Program Files\Firefox. If that is set,will FF install there instead of c:\Program Files\Mozilla Firefox\ ?!?!

I just reinstalled XP today and ran FF silent built with your addon maker and it failed to install fully. I had to install the original Firefox Setup 3.6 Beta 1 over the first installation so I could open FF. Bad thing is that all my addons were gone. Good thing is that all the bookmarks were there. That was a life saver.:)

Do you know what did I do wrong?

I am attaching the settings.rar to see for yourself. One thing that has come up my mind is that problems could have arisen due to the fact that I didn't use the FF 3.6 beta 1 from the link inside the addon maker, but FF 3.6 bet 1 build 3 from Mozilla's ftp. It is very unlikely as I did that before and never had issues.

I am eagerly waiting for your reply

Thank you

Kukubau

First, thanks.

Firefox Addon Maker is an 'addon maker', so the script needs to know the path to where the addon\installer should install to. Firefox does not have 'addons', it has plugins and extensions. So, Addon Installation Path, is not referring to them. As, I wrote this script for me and I install to %programfiles%\Firefox, that is how that field is populated.

The current posteed version has a bug that is evident when installing extensions as 'global' and this can cause some problems.

This has been, for some time, an inf installer. Even the silent installer is just a modified inf installation. With every new beta, i have to make several changes. This could be causing your problem.

Going forward, I have removed the inf installer and the silent installer uses the firefox installer. Mozilla has made changes to their installer making it possible to install it anyway you like, silently.

I should have the next one ready soon.

Edited by Jonnyboy
Link to comment
Share on other sites

First, thanks.

Firefox Addon Maker is an 'addon maker', so the script needs to know the path to where the addon\installer should install to. Firefox does not have 'addons', it has plugins and extensions. So, Addon Installation Path, is not referring to them. As, I wrote this script for me and I install to %programfiles%\Firefox, that is how that field is populated.

The current posteed version has a bug that is evident when installing extensions as 'global' and this can cause some problems.

This has been, for some time, an inf installer. Even the silent installer is just a modified inf installation. With every new beta, i have to make several changes. This could be causing your problem.

Going forward, I have removed the inf installer and the silent installer uses the firefox installer. Mozilla has made changes to their installer making it possible to install it anyway you like, silently.

I should have the next one ready soon.

I never select "install the extensions globally", so it has to be something else that's breaking the installation.

Thank you. Waiting for your last version.

Link to comment
Share on other sites

@Jonnyboy

I know that your time is scarce, but you mentioned you've been working on an update. Is it still on?

Greets.

Yes. Soon. There has been many changes to Firefox since the last major update and I'm trying to work it all out.

Sorry for the delay.

Link to comment
Share on other sites

Thanks! But I cant get passed the first screen.

Oh and I get this error @ start:

2jajolf.png

"Cant open the following .reg entry to read it."

Tried pushing Yes and No, but then I just get the screen with the moving text, and cant do anything.

Link to comment
Share on other sites

Thanks! But I cant get passed the first screen.

Oh and I get this error @ start:

2jajolf.png

"Cant open the following .reg entry to read it."

Tried pushing Yes and No, but then I just get the screen with the moving text, and cant do anything.

well i don't know but it seems an access denied problem

try to run it as an administrator

Link to comment
Share on other sites

Correct. UAC doesn't like it when the script looks at the registry.

So, run as admin or disable UAC.

As mentioned in my earlier post. This is not completed, but it does work. I posted only for those that 'could not' wait.

Thanks

Edited by Jonnyboy
Link to comment
Share on other sites

Correct. UAC doesn't like it when the script looks at the registry.

So, run as admin or disable UAC.

As mentioned in my earlier post. This is not completed, but it does work. I posted only for those that 'could not' wait.

Thanks

I know that.

UAC is disabled, and I ran it as Administrator, error pops up

Link to comment
Share on other sites

I have the same problem as DaRk MaDnEsS.

It appears that Win7 has changed the key "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Hidden" to something else. I don't why this key is not on your systems, but it is on every one of mine. It may be created when you enable "View Hidden Files\Folders" in folder options.

I running InstallWatch now to see what new key is being used.

Thanks

***EDIT***

The key has not changed, it just doesn't appear until the user has set their system to show hidden files\folders. I'm trying to figure out how to create that key.

Edited by Jonnyboy
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...