Do you still have the bin folder, you're replacing the original FFaM.hat with the one linked above, correct?
[Tool] FFaM v1.0.2.11
Strange ... I opened file again and are still bugs.
To be sure, I downloaded the files again
http://hostuje.net/file.php?id=c8814276 ... 9a8162ed1f
To be sure, I downloaded the files again
http://hostuje.net/file.php?id=c8814276 ... 9a8162ed1f
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.
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.
Thanks for checking it out. It doesn't create the installer, because the code hasn't been written. I tested this on many different windows versions in vm, but I needed to see if any errors were seen in non-English windows. Sadly, I have only received 2 responses.alban wrote:it looks great and it starts fast for me but however it's useless, "I think everything works except creating the installer. " does not creates the install
Thanks Jonnyboy for the great job you doing, keep it up.
If this was not for my own education, the project would be dead, for lack of use(need).
I love the idea of a FF "installer creator", for lack of a better term. FF has been changing so much so fast lately I don't envy your task. Besides the basic personalization you provide, the other things in a FF install that people add are all the various extensions, dictionaries, and extras such as SumatraPDF etc. Picking out the best mix of extensions is sometimes overwhelming to a new user and tracking down the latest versions of the ones you pick, and making sure they are compatible with the FF version, is often a pain, especially with the recent rate of changes. Maybe if a set of suggested extensions, or links to them, were provided for use in building a new build that might be helpful. If I understand how your builder works, it creates an installer based on your existing installation? If that's true, then as the versions of FF have rapidly progressed, and therefor updates in extensions are required to keep up, then building an installer becomes a moving target. Your installer is "out of date" before you can install it on another system. It was different when updates were quarterly or longer. Am I missing something as to how it's supposed to work?
Cheers and Regards
Cheers and Regards
This tool and others like it have been around for a long time. This one is at least 3 years old and the idea for it was a script that was at least 2 years old when I first saw it. The purpose of FFaM is to create an installer made with the current version of Firefox along with all of the settings, extensions and plugins that you choose to add(from your current installation). This is primarily for those that reinstall windows again and again. This saves you the time of downloading and installing all of the extensions and plugins separately and gives you a consistent Firefox fresh out of the box.bphlpt wrote:I love the idea of a FF "installer creator", for lack of a better term. FF has been changing so much so fast lately I don't envy your task. Besides the basic personalization you provide, the other things in a FF install that people add are all the various extensions, dictionaries, and extras such as SumatraPDF etc. Picking out the best mix of extensions is sometimes overwhelming to a new user and tracking down the latest versions of the ones you pick, and making sure they are compatible with the FF version, is often a pain, especially with the recent rate of changes. Maybe if a set of suggested extensions, or links to them, were provided for use in building a new build that might be helpful. If I understand how your builder works, it creates an installer based on your existing installation? If that's true, then as the versions of FF have rapidly progressed, and therefor updates in extensions are required to keep up, then building an installer becomes a moving target. Your installer is "out of date" before you can install it on another system. It was different when updates were quarterly or longer. Am I missing something as to how it's supposed to work?
Cheers and Regards
I realize that with Firefox sync, the ability to save your settings is no longer as important as it once was. With Siphon, your extensions are easily installed. With the Rapid Deployment schedule by Firefox, the installer will be out of date within a short amount of time. But, so is your current installation. This is for convenience, it saves time and repetition.
If it works for you, great. If it doesn't, why? What can make it better?
I'm probably on my final rewrite of this project. It started as batch file and has progressed through the hta(I lost interest for more than a year) and will soon be finished in C#.
your tool looks strange on my win XP. fonts are not very nice and I cannot see the buttons on the botom (see img)

I also noticed a typo in your css and style files. i believe it should be 500px not 500x.
EDIT: I am using FF so I only had basic IE6 installed. After installing IE8 the fonts are the same but at least I can see the buttons on the bottom already.
EDIT2: There is a problem with flash download. Not able to create addon with flash checked. From the log files I see it is impossible to create a connection with adobe server. They changed something maybe? With flash unchecked I am able to create the addon.

I also noticed a typo in your css and style files. i believe it should be 500px not 500x.
Code: Select all
#body
{
position:relative;
width:996px;
height:500x;
float:left;
margin:4px;
padding:0;
display:none;
z-index:2;
}
EDIT2: There is a problem with flash download. Not able to create addon with flash checked. From the log files I see it is impossible to create a connection with adobe server. They changed something maybe? With flash unchecked I am able to create the addon.
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
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
Thank you for your time 
On startup I get the error, but the program starts up and creates the installer :
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3082 (QFE.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Accessibility
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------
************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.
For example:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
and when it appears again:

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.ArgumentException: The path is not of a legal form.
at System.IO.Path.NormalizePathFast(String path, Boolean fullCheck)
at System.IO.Path.NormalizePath(String path, Boolean fullCheck)
at System.IO.Path.GetFullPathInternal(String path)
at System.IO.Directory.InternalGetFileDirectoryNames(String path, String userPathOriginal, String searchPattern, Boolean includeFiles, Boolean includeDirs, SearchOption searchOption)
at System.IO.Directory.GetFiles(String path, String searchPattern, SearchOption searchOption)
at FFaM.Form1.copyTheFiles()
at FFaM.Form1.button5_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3625 (GDR.050727-3600)
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
FFaM_v.0.9.0.2
Assembly Version: 0.9.0.1
Win32 Version: 0.9.0.1
CodeBase: file:///C:/Documents%20and%20Settings/Administrator/Pulpit/Pobieranie/FFaM_v.0.9.0.2.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3623 (GDR.050727-3600)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3624 (GDR.050727-3600)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3082 (QFE.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Accessibility
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------
Microsoft.VisualBasic
Assembly Version: 8.0.0.0
Win32 Version: 8.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.
For example:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
I have installed Framework 1-4 on WINDOWS XP SP3 PLK

On startup I get the error, but the program starts up and creates the installer :
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3082 (QFE.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Accessibility
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------
************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.
For example:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
and when it appears again:

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.ArgumentException: The path is not of a legal form.
at System.IO.Path.NormalizePathFast(String path, Boolean fullCheck)
at System.IO.Path.NormalizePath(String path, Boolean fullCheck)
at System.IO.Path.GetFullPathInternal(String path)
at System.IO.Directory.InternalGetFileDirectoryNames(String path, String userPathOriginal, String searchPattern, Boolean includeFiles, Boolean includeDirs, SearchOption searchOption)
at System.IO.Directory.GetFiles(String path, String searchPattern, SearchOption searchOption)
at FFaM.Form1.copyTheFiles()
at FFaM.Form1.button5_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3625 (GDR.050727-3600)
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
FFaM_v.0.9.0.2
Assembly Version: 0.9.0.1
Win32 Version: 0.9.0.1
CodeBase: file:///C:/Documents%20and%20Settings/Administrator/Pulpit/Pobieranie/FFaM_v.0.9.0.2.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3623 (GDR.050727-3600)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3624 (GDR.050727-3600)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3082 (QFE.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Accessibility
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------
Microsoft.VisualBasic
Assembly Version: 8.0.0.0
Win32 Version: 8.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.
For example:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
I have installed Framework 1-4 on WINDOWS XP SP3 PLK
Currently runs without errors, while during operation with an error window pops up and freezes the program:

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.IO.IOException: The file 'C:\Documents and Settings\Administrator\Ustawienia lokalne\Temp\Files\firefox\core\defaults\profile\bookmarks.html' already exists.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite)
at FFaM.Form1.copyTheFiles()
at FFaM.Form1.button5_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3625 (GDR.050727-3600)
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
FFaM_v.0.9.0.3
Assembly Version: 0.9.0.3
Win32 Version: 0.9.0.3
CodeBase: file:///C:/Documents%20and%20Settings/Administrator/Pulpit/Pobieranie/FFaM_v.0.9.0.3.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3623 (GDR.050727-3600)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3624 (GDR.050727-3600)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3082 (QFE.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Accessibility
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------
Microsoft.VisualBasic
Assembly Version: 8.0.0.0
Win32 Version: 8.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.
For example:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.IO.IOException: The file 'C:\Documents and Settings\Administrator\Ustawienia lokalne\Temp\Files\firefox\core\defaults\profile\bookmarks.html' already exists.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite)
at FFaM.Form1.copyTheFiles()
at FFaM.Form1.button5_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3625 (GDR.050727-3600)
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
FFaM_v.0.9.0.3
Assembly Version: 0.9.0.3
Win32 Version: 0.9.0.3
CodeBase: file:///C:/Documents%20and%20Settings/Administrator/Pulpit/Pobieranie/FFaM_v.0.9.0.3.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3623 (GDR.050727-3600)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3624 (GDR.050727-3600)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3082 (QFE.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Accessibility
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------
Microsoft.VisualBasic
Assembly Version: 8.0.0.0
Win32 Version: 8.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.
For example:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
I can't reproduce the error on my system. It is time for sleep. I will look into it when return home from work, tonight.dziubek wrote:The same error occurs when Firefox is on in the background
I may have found it. Try this one.
FFaM 0.9.0.4
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?
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?
Anyone??Jonnyboy wrote: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?
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 overwite
-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
-complete shortcuts creation
It is almost complete, there are still a few rough edges. But, here is what was completed in this update:
-fixed file copy overwite
-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
-complete shortcuts creation
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
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
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/
-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/
1. I would ask to add in spare time:
*VLC Plugin for Firefox (Mozilla)
http://wiki.videolan.org/Windows#VLC_Pl ... Mozilla.29
2. Is it possible for future versions to add the support for Waterfox: (alternative 64-bit Firefox) and also other for 64-bit OS (ex.Pale Moon x64 ) (Waterfox and Pale moon uses the same profile that Firefox does)?
more info:
http://nightly.mozilla.org/,
http://waterfoxproj.sourceforge.net/
http://www.palemoon.org/palemoon-x64.shtml
*VLC Plugin for Firefox (Mozilla)
http://wiki.videolan.org/Windows#VLC_Pl ... Mozilla.29
2. Is it possible for future versions to add the support for Waterfox: (alternative 64-bit Firefox) and also other for 64-bit OS (ex.Pale Moon x64 ) (Waterfox and Pale moon uses the same profile that Firefox does)?
more info:
http://nightly.mozilla.org/,
http://waterfoxproj.sourceforge.net/
http://www.palemoon.org/palemoon-x64.shtml
Sorry, if this rambles. I am thinking this through as I type it.dziubek wrote:1. I would ask to add in spare time:
*VLC Plugin for Firefox (Mozilla)
http://wiki.videolan.org/Windows#VLC_Pl ... Mozilla.29
2. Is it possible for future versions to add the support for Waterfox: (alternative 64-bit Firefox) and also other for 64-bit OS (ex.Pale Moon x64 ) (Waterfox and Pale moon uses the same profile that Firefox does)?
more info:
http://nightly.mozilla.org/,
http://waterfoxproj.sourceforge.net/
http://www.palemoon.org/palemoon-x64.shtml
I have not looked at either the VLC plugin or Waterfox. I have looked at Pale Moon.
My requirements for adding additional versions of Firefox is that it installs in the same manner as vanilla Firefox, the version number can be parsed from their webpage and there is a direct download link. I wrote an installer that creates the shortcuts and fixes many of the filenames that are linked to the uninstaller. This ensures that a clean uninstall can be performed. That installer should work with any version of Firefox. But, Firefox is installed using Firefox's 'install.ini' file requirements and any additional version of Firefox must be able to be installed in the same manner. The profiles are created using builtin routines in Firefox and any additional version of Firefox would also have to create profiles in the same manner. I do not want to write a custom installer for each version of Firefox.
My requirements for adding plugins are that the plugin is able to be silently installed, the version number but be parsed from the current webpage and there is a direct download link. A posted md5 or sha1 hash would be gravy. As to the direct download link, many sites make you click here, then here and then here again. I can not code that. It must be a direct link.
With that said, I will add them to the list of items to possibly add.
Thank you
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/
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/
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
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
- alsyundawy
- Posts: 99
- Joined: Mon Jun 28, 2010 5:47 pm
here the link of unoffcial builds firefox final fox x64
http://xhmikosr.1f0.de/firefox/#!/view= ... en/sort=na
http://xhmikosr.1f0.de/firefox/#!/view= ... en/sort=na
Who is building them? Is their a webpage with information? How long have they been building them? Will they continue to build them in the future? Will they remain current?alsyundawy wrote:here the link of unoffcial builds firefox final fox x64
http://xhmikosr.1f0.de/firefox/#!/view= ... en/sort=na
These are questions that I need the answers to before I can consider adding them to FFaM.
Thank you for the link.
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
-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
I'm not sure. I've got 4 certs to take by the end of the month. After I finish them, I'll dig into it.alban wrote:I'm having some kind of problem with the silent install at version 14.0.1 using FFaM 1.0.2.11 the error stops the silent install process showing and error with MyInstaller.exe after pressing ok it finishes and the firefox woks fine, what may it be Jannyboy ?
Thank you.
~jonnyboy
Not yet. I have been working on it, a little. I am trying to fix a portion that was removed, earlier. Trying to not have it all hacked up. But, I have to learn it first. Note too many examples for what I am doing.alban wrote:Hi there Jonnyboy, do we have anything new.
Thank you.
I hope to have it solved in a couple of weeks. Time is running out.
~jonnyboy
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
This is a tool that I learn with and learn from.
You can follow me on github.
~jonnyboy