Firefox Addon Maker v0.476
Updated 30 Sept 08Click to view attachment
Updated 30 Sept 08Click to view attachment- This is a batch script that will create a Firefox addon or switchless silent installer.
- The script can create an addon in Windows XP or Vista.
- The addon or switchless silent installer will install in Windows XP or Vista.
- The addons and switchless silent installer can be used with RVM, nLite or WPI.
Choose From: - Mozilla Firefox 2.0.0.x, Mozilla Firefox 3.0.x
- Firefox builds optimized for P3 or SSE2 systems. Such as: Ayakawa's SSE2, tete's SSE2 or pigfoot's P3 Firefox build.
Options: - Insert personal items, such as: bookmarks, passwords, cookies, history and preferences.
- Insert other items, such as: extensions, plugins, components, searchplugins, dictionaries and modules.
- Disable the Migration Wizard that runs on first boot.
- Edit the extensions\install.rdf files to update to 2.0.0.* for 2.0.0.x versions and 3.* for 3.0.x versions. This will allow most 3.0.x addons to work with the current 3.0.x build, while not updating extensions from 2.0.0.x to 3.0.x.
- Remove Branding from the Optimized Firefox Builds.
- Insert your personal registry file or edit/use the registry file included.
- Set Firefox as the default browser.
- Use Resource Hacker on the Firefox.exe file and replace the icon set with a custom icon set.
- Create a Switchless Silent Installer that can be used in a running system, RVM or WPI.
- Create a Switchless Silent Installer Addon than can be used with RVM or nLite.
- Create an inf addon that can used with RVM or nLite.
Customizations: - Choose any language pack for the addon.
- Choose the current Firefox installation path, if not in default location.
- Choose the profile to use to make the addon, does not have to be yours. So long as you have access to the profile. The profile does not have to be in the default location.
- Choose the installation path for the addon. You can choose to install to any folder on the system drive.
- Creates shortcuts at "%allusers%\desktop", "%defaultuser%\Application Data\Microsoft\Internet Explorer\Quick Launch" and "%allusers%\Start Menu\Programs\Internet"
- Installs the current version plugins: Adobe Flash Player, Media Player, Office 2007, QuickTime Player, RealPlayer LiveConnect-Enabled, RealPlayer, Adobe PDF, Adobe Shockwave, Macromedia Authorware, WGA and OGA.
- It is completely uninstallable from within Add or Remove Programs.
- Log files are created for most operations.
Compatibility - Windows XP
- Windows Vista
Requirements - Ayakawa's SSE2 versions requires M$ Visual C++ 2008 Redistributable Package (x86)
- tete's 3.0.x SSE2 version requires M$ Visual C++ 2005 SP1 Redistributable Package (x86)
- Reg2Inf requires .NET Framework 2.0 Final
- vbscript requires Windows Script 5.7 for Windows XP
- Internet Connection
Features:

MD5: 8370F241BD7F7F9D25CE0B226A12176C
SIZE: 2.56 MB
Changelog
QUOTE
v0.476 - 09-30-08
-disabled links for Ayakawa's SSE2 2.0.0.x version - it's not currently available from their website
v0.475 - 08-12-08
-added additional check for hidden files\foldes
-added WGA 1.7.0069.3
-added OGA 1.7.0069.3
v0.474 - 08-09-08
-added Media Player Plugin 1.0.0.8
-added Office 2007 Plugin 12.0.4518.1014
-added QuickTime Player Plugin 7.4.5.67
-added RealPlayer LiveConnect-Enabled Plugin 6.0.11.2852
-added RealPlayer Plugin 6.0.12.1662
-added Adobe PDF Plugin 8.1.0.137
-added Adobe Shockwave Plugin11.0.0.465
-added Macromedia Authorware Plugin 2004.0.0.1
-fixed typos
v0.473 - 08-07-08
-stopped editing 2.0.0.x install.rdf files to 3.*
-fixed bug where 7-zip would fail to extract file by adding script to use both versions of 7-zip
-merged log files
v0.472 - 08-03-08
-added log files for creation of addons
-fixed bug in filename with gsar
-fixed bug with 7-zip not creating addon on all systems
v0.471 - 08-03-08
-fixed bug that Resource Hacked all addons, regardless of choice
v0.47 - 08-02-08
-fixed bug that created empty cabs
-fixed bug that caused en-US download only of 3.0.x Firefox
v0.465 - 07-28-08
-added option to set Firefox as the default browser or not
-rewrote and added scripts that get file version and product version from files in Vista
-removed unnecessary scripts from the Bin folder
-Removed replace.exe and began using gsar.exe and vbscript to make string file edits
-front loaded the script, all user input is completed prior to completing any tasks
-moved all work inside of the logs folder and none of the created files are deleted, except firefox.cab
-cleaned up script to remove unnecessary calls to vbscript
-used nul instead of vbscript, wherever possible to keep script silent
-added more descriptive comments for each option
-removed options that weren't needed if firefox is not installed
-removed options that weren't needed if an optimized firefox was not chosen
v0.464 - 07-22-08
-added script to check the status of "Show Hidden Files" and give the option to change if necessary, if changed the script will reset to original setting
-fixed bug with silent addon breaking installation
-added option to choose installation folder
-changed script to get file version info as the script was failing on some systems
-changed script to add option to choose language as script was failing on some systems
07-16-08
-fixed bug downloading wrong file version
-bug fix
07-15-08
-added use all defaults option
-added option to not use custom icon
-added validation for folder and profile paths
07-13-08
-Removed all use of wbat.com
-fixed bug in copying components properly
07-09-08
-added back in logging for wget
-added timeout option for wget so it won't crash if website is down temporarily
-added script to locate profile in non-default location
-fixed bug in getting proper language version of Firefox
-completed registry compatible with both Vista and XP
-move working to a sub-folder of the current folder
07-08-08
-front loaded all user input
-completed vista compatibility with inf installer
-added silent installer and silent addon, both made from inf
-added flags to the inf copyfiles directive (0x00000004) to ensure files all files are copied, this will give false failure in FGCBA
07-04-08
-removed runhiddenconsole.exe nesting issue
-Major rewrite and bug fix
-script will get all links and filenames
-added custom icon
-found reason FGCBA would fail if 7-zip was not properly installed, removed FGCBA until I can find a fix
06-27-08
-begin using replace.exe and stop using change.exe
06-26-08
-inf installer is completely uninstallable
-discontinued use of send.com
-added script to edit all install.rdf files if necessary
06-19-08
-fixed bug where inf creation would fail for files with spaces in the filename
-corrected error messages when file links have changed or the server is unavailable
-added log file for FGCBA output
06-18-08
-added version check to check if newer version is available
-updated to Firefox 3.0
-added script to ease testing
-added error-checking to verify server was available and the file downloaded
06-16-08
-with some in installers, on the first run the web page will be blank, but after closing and reopening, it loads fine - looking for the cause
-added ability to create inf installer
-added ability to insert registry entries into the inf installer
-Added option to create addon using tete's SSE2 Optimized Files - using inf installer
-Added option to create addon using pigfoot's P3 Optimized Files - using inf installer
06-14-08
-updated to 7-zip v4.58 beta and a noticed a decrease in addon size
-Links to files will be located on central server - update no longer necessary for link change, making it easier to update links and to add additional builds
-Installation crashes *** Added option to create addon using tete's Optimized Files *** Removed
06-13-08
-Updated to Firefox 3.0rc3
-Updated to Ayakawa 2.0.0.15 SSE2
06-11-08
-Changed the mechanism for locating the language
-Removed SSE2 branding, thus optimized without BonEcho name
-Removed Minefield name
-Changed SSE2 integration to localized files, installer and uninstaller only
-Made SSE2 versions completely localized (Thanks go eryen for the proper use of localized language files)
06-09-08
-Changed SSE2 3.0rc2 addon name from BonEcho to Minefield
-Verified silent installer works in Vista and XP
-Changed SSE2 integration process, now only using installer and uninstaller files
-Replaced and corrected****Removed Optimized SSE2 options****
06-06-08
-fixed numerous bugs
06-04-08
-Updated for Firefox 3.0rc2
-rewrote the way the language is decided
-Fixed creation of Entries_*.ini
-Edited validation to verify all downloads before continuing (loops until file is valid)
-Added log files for wget
-added log files for file copy operations
06-03-08
-Added ability to distinguish your current language and download the appropriate files
06-02-08
-Corrected error that was causing Firefox 3.0 installer to fail
06-02-08
-Corrected typo that caused option 1 to fail
-Changed working location from temp to current folder
-Changed output from desktop to current folder
06-01-08
-Created Multi-install for both 2.0.0.x and 3.0 Versions of Firefox
05-31-08
-Initial script to create addon of current 2.0.0.x Firefox and SSE2 Optimized Firefox
-disabled links for Ayakawa's SSE2 2.0.0.x version - it's not currently available from their website
v0.475 - 08-12-08
-added additional check for hidden files\foldes
-added WGA 1.7.0069.3
-added OGA 1.7.0069.3
v0.474 - 08-09-08
-added Media Player Plugin 1.0.0.8
-added Office 2007 Plugin 12.0.4518.1014
-added QuickTime Player Plugin 7.4.5.67
-added RealPlayer LiveConnect-Enabled Plugin 6.0.11.2852
-added RealPlayer Plugin 6.0.12.1662
-added Adobe PDF Plugin 8.1.0.137
-added Adobe Shockwave Plugin11.0.0.465
-added Macromedia Authorware Plugin 2004.0.0.1
-fixed typos
v0.473 - 08-07-08
-stopped editing 2.0.0.x install.rdf files to 3.*
-fixed bug where 7-zip would fail to extract file by adding script to use both versions of 7-zip
-merged log files
v0.472 - 08-03-08
-added log files for creation of addons
-fixed bug in filename with gsar
-fixed bug with 7-zip not creating addon on all systems
v0.471 - 08-03-08
-fixed bug that Resource Hacked all addons, regardless of choice
v0.47 - 08-02-08
-fixed bug that created empty cabs
-fixed bug that caused en-US download only of 3.0.x Firefox
v0.465 - 07-28-08
-added option to set Firefox as the default browser or not
-rewrote and added scripts that get file version and product version from files in Vista
-removed unnecessary scripts from the Bin folder
-Removed replace.exe and began using gsar.exe and vbscript to make string file edits
-front loaded the script, all user input is completed prior to completing any tasks
-moved all work inside of the logs folder and none of the created files are deleted, except firefox.cab
-cleaned up script to remove unnecessary calls to vbscript
-used nul instead of vbscript, wherever possible to keep script silent
-added more descriptive comments for each option
-removed options that weren't needed if firefox is not installed
-removed options that weren't needed if an optimized firefox was not chosen
v0.464 - 07-22-08
-added script to check the status of "Show Hidden Files" and give the option to change if necessary, if changed the script will reset to original setting
-fixed bug with silent addon breaking installation
-added option to choose installation folder
-changed script to get file version info as the script was failing on some systems
-changed script to add option to choose language as script was failing on some systems
07-16-08
-fixed bug downloading wrong file version
-bug fix
07-15-08
-added use all defaults option
-added option to not use custom icon
-added validation for folder and profile paths
07-13-08
-Removed all use of wbat.com
-fixed bug in copying components properly
07-09-08
-added back in logging for wget
-added timeout option for wget so it won't crash if website is down temporarily
-added script to locate profile in non-default location
-fixed bug in getting proper language version of Firefox
-completed registry compatible with both Vista and XP
-move working to a sub-folder of the current folder
07-08-08
-front loaded all user input
-completed vista compatibility with inf installer
-added silent installer and silent addon, both made from inf
-added flags to the inf copyfiles directive (0x00000004) to ensure files all files are copied, this will give false failure in FGCBA
07-04-08
-removed runhiddenconsole.exe nesting issue
-Major rewrite and bug fix
-script will get all links and filenames
-added custom icon
-found reason FGCBA would fail if 7-zip was not properly installed, removed FGCBA until I can find a fix
06-27-08
-begin using replace.exe and stop using change.exe
06-26-08
-inf installer is completely uninstallable
-discontinued use of send.com
-added script to edit all install.rdf files if necessary
06-19-08
-fixed bug where inf creation would fail for files with spaces in the filename
-corrected error messages when file links have changed or the server is unavailable
-added log file for FGCBA output
06-18-08
-added version check to check if newer version is available
-updated to Firefox 3.0
-added script to ease testing
-added error-checking to verify server was available and the file downloaded
06-16-08
-with some in installers, on the first run the web page will be blank, but after closing and reopening, it loads fine - looking for the cause
-added ability to create inf installer
-added ability to insert registry entries into the inf installer
-Added option to create addon using tete's SSE2 Optimized Files - using inf installer
-Added option to create addon using pigfoot's P3 Optimized Files - using inf installer
06-14-08
-updated to 7-zip v4.58 beta and a noticed a decrease in addon size
-Links to files will be located on central server - update no longer necessary for link change, making it easier to update links and to add additional builds
-Installation crashes *** Added option to create addon using tete's Optimized Files *** Removed
06-13-08
-Updated to Firefox 3.0rc3
-Updated to Ayakawa 2.0.0.15 SSE2
06-11-08
-Changed the mechanism for locating the language
-Removed SSE2 branding, thus optimized without BonEcho name
-Removed Minefield name
-Changed SSE2 integration to localized files, installer and uninstaller only
-Made SSE2 versions completely localized (Thanks go eryen for the proper use of localized language files)
06-09-08
-Changed SSE2 3.0rc2 addon name from BonEcho to Minefield
-Verified silent installer works in Vista and XP
-Changed SSE2 integration process, now only using installer and uninstaller files
-Replaced and corrected****Removed Optimized SSE2 options****
06-06-08
-fixed numerous bugs
06-04-08
-Updated for Firefox 3.0rc2
-rewrote the way the language is decided
-Fixed creation of Entries_*.ini
-Edited validation to verify all downloads before continuing (loops until file is valid)
-Added log files for wget
-added log files for file copy operations
06-03-08
-Added ability to distinguish your current language and download the appropriate files
06-02-08
-Corrected error that was causing Firefox 3.0 installer to fail
06-02-08
-Corrected typo that caused option 1 to fail
-Changed working location from temp to current folder
-Changed output from desktop to current folder
06-01-08
-Created Multi-install for both 2.0.0.x and 3.0 Versions of Firefox
05-31-08
-Initial script to create addon of current 2.0.0.x Firefox and SSE2 Optimized Firefox
