SplashTextOn('', "Installing Mozilla Firefox 1.0.6, please stand by...", 400, 25, -1, -1, 1, '', 14)
RunWait("Firefox106.exe -MS")
SplashTextOn("", "Installing Macromedia Flash and Shockwave, please stand by...", 600, 25, -1, -1, 1, '', 14)
RunWait("msiexec /i mm_fl_sw_installer.msi /qn")
SplashOff()
SplashTextOn("", "Installing Mozilla Firefox Plug-In's && Extentions, please stand by...", 600, 25, -1, -1, 1, '', 14)
FileChangeDir(@Programfilesdir & "\Mozilla Firefox")
SplashTextOn('', "Installing GMail Notifier", 400, 25, -1, -1, 1, '', 14)
RunWait("firefox.exe -install-global-extension " & """" & @ScriptDir & "\gmail_notifier-0.4.3-fx+mz.xpi""")
SplashTextOn('', "Installing Adblock", 400, 25, -1, -1, 1, '', 14)
RunWait("firefox.exe -install-global-extension " & """" & @ScriptDir & "\adblock-0.5.2.039-fx.xpi""")
SplashTextOn('', "Installing IEView", 400, 25, -1, -1, 1, '', 14)
RunWait("firefox.exe -install-global-extension " & """" & @ScriptDir & "\ie_view-1.2.4-fx+mz.xpi""")
SplashTextOn('', "Installing DownThemAll", 400, 25, -1, -1, 1, '', 14)
RunWait("firefox.exe -install-global-extension " & """" & @ScriptDir & "\downthemall!-0.9.4-fx.xpi""")
SplashTextOn('', "Installing Cute Menus", 400, 25, -1, -1, 1, '', 14)
RunWait("firefox.exe -install-global-extension " & """" & @ScriptDir & "\cutemenus_2-0.6.1-fx+mz.xpi""")
SplashTextOn('', "Installing MediaPlayerConnectivity", 400, 25, -1, -1, 1, '', 14)
RunWait("firefox.exe -install-global-extension " & """" & @ScriptDir & "\mediaplayerconnectivity-0.3.9-fx+ns.xpi""")
SplashTextOn('', "Installed Download Statusbar", 400, 25, -1, -1, 1, '', 14)
RunWait("firefox.exe -install-global-extension " & """" & @ScriptDir & "\download_statusbar-0.9.2-fx.xpi""")
SplashTextOn('', "Installing AIRoboform", 400, 25, -1, -1, 1, '', 14)
RunWait("firefox.exe -install-global-extension " & """" & @ScriptDir & "\roboform_toolbar_extension-6.3.6-fx.xpi""")
SplashTextOn('', "Installing FocusLastSelectedTab", 400, 25, -1, -1, 1, '', 14)
RunWait("firefox.exe -install-global-extension " & """" & @ScriptDir & "\flst.xpi""")
SplashTextOn('', "Installing Disable XPI Install Delay", 400, 25, -1, -1, 1, '', 14)
RunWait("firefox.exe -install-global-extension " & """" & @ScriptDir & "\mr_tech_disable_xpi_install_delay-1.2.2-fx+mz+ns+sb+tb.xpi""")
SplashTextOn('', "Installing Hotmail Tabs", 400, 25, -1, -1, 1, '', 14)
RunWait("firefox.exe -install-global-extension " & """" & @ScriptDir & "\hotmail_tabs-0.9-fx.xpi""")
SplashTextOn('', "Installing Forecast Fox", 400, 25, -1, -1, 1, '', 14)
RunWait("firefox.exe -install-global-extension " & """" & @ScriptDir & "\forecastfox-0.8.1.1-fx+mz+ns.xpi""")
SplashTextOn('', "Installing FlashGot", 400, 25, -1, -1, 1, '', 14)
RunWait("firefox.exe -install-global-extension " & """" & @ScriptDir & "\flashgot-0.5.9.7-fx+mz+tb.xpi""")
SplashTextOn('', "Installing Greasemonkey", 400, 25, -1, -1, 1, '', 14)
RunWait("firefox.exe -install-global-extension " & """" & @ScriptDir & "\greasemonkey-0.3.5-fx.xpi""")
SplashTextOn('', "Installing TabClickingOptions", 400, 25, -1, -1, 1, '', 14)
RunWait("firefox.exe -install-global-extension " & """" & @ScriptDir & "\tab_clicking_options-0.5.2-fx+mz.xpi""")
SplashTextOn('', "Installing Tabbrowser Prefs", 400, 25, -1, -1, 1, '', 14)
RunWait("firefox.exe -install-global-extension " & """" & @ScriptDir & "\tabbrowser_preferences-1.2.7.1-fx.xpi""")
SplashTextOn('', "Installing GMail Delete Button", 400, 25, -1, -1, 1, '', 14)
RunWait("firefox.exe -install-global-extension " & """" & @ScriptDir & "\gmail_delete_button-2.6.1-fx.xpi""")
FileChangeDir(@appdatadir & "\Mozilla\Firefox\Profiles")
$search = FileFindFirstFile("*.default")
$file = FileFindNextFile($search)
FileClose($search)
FileCopy(@scriptdir & "\bookmarks.html", @appdatadir & "\Mozilla\Firefox\Profiles\" & $file & "\bookmarks.html")
FileCopy(@scriptdir & "\prefs.js", @appdatadir & "\Mozilla\Firefox\Profiles\" & $file & "\prefs.js")
FileCopy(@ScriptDir & "\bookmarks.html", @AppDataDir & "\Mozilla\Firefox\Profiles\")
There's my autoit script. You can subsitute what you need.....works for me!