Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

firefox 1.07 unattended install

Featured Replies

hi all just wondering if any one has managed an unattended install of firefox with all there personal info incorperated, ive searched google and forums but cant find what im looking for and the ones i have found dont seem to work

old switch ( -ms) is working with this version also.i tested it.

  • Author

so would it be somthing like ths

REG ADD %KEY%\005 /VE /D "firefox" /f

REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\firefox\Firefox 1.0.7 /-ms /f

actually iam using wpi for appz installation.so this is my wpi code for firefox

cmd1[pn]=['%cdrom%\\DOCS\\Install\\FireFox\\Firefox1.0.7.exe -ms']

cmd2[pn]=['%cdrom%\\DOCS\\Install\\FireFox\\profile.exe']

Open config.ini with Wordpad at the top of the file is this:

[General]

; Run Mode values:

; Normal - Shows all dialogs. Requires user input.

; Auto - Shows some dialogs, but none requiring user input. It will

; automatically install the product using default values.

; Silent - Show no dialogs at all. It will install product using default

; values.

Run Mode=Normal

Just change Run Mode=Normal to Run Mode=Silent and save the file. Job done. :whistle:

I would still, as always, recommend 'Silence of the Foxes', avaliable here. Confirmed to work with the latest 1.0.7 version. It will allow you to add all your extensions, themes, bookmarks, personal touches etc into one silent installer.

SP

old thread about silent firefox is still up and running smoothly with this new version ( link at my sign ;))

  • Author

ok guys thanks for all the info firefox installed fine after using sof i only have one app now that dont install and thats java could one of you possibly check my runonce code to see what the problem may be.im using the switchless jre from ryan vms website

@echo off

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY% /V TITLE /D "Installing Applications" /f

REG ADD %KEY%\010 /VE /D "Office 2003" /f

REG ADD %KEY%\015 /V 1 /D "%systemdrive%\Install\Office\setup.exe TRANSFORMS=UNATTENDED.MST /qb" /f

REG ADD %KEY%\020 /VE /D "MSN Messenger 7.5" /f

REG ADD %KEY%\025 /V 1 /D "%systemdrive%\Install\MSN_Messenger\MsnMsgs.msi /qn" /f

REG ADD %KEY%\030 /V 3 /D "%systemdrive%\Install\MSN\MsgPlus-361.exe /SilentInstallNoSponsor" /f

REG ADD %KEY%\035 /VE /D "jre505" /f

REG ADD %KEY%\040 /V 1 /D "%systemdrive%\install\jre\jre505.exe /"

REG ADD %KEY%\045 /VE /D "FireFox 1.1.0.7 (Con Ext,)" /f

REG ADD %KEY%\050 /V 1 /D "%systemdrive%\install\firefox\firefoxsilent.exe" /f

any info much apreiciated

Download the Windows (Offline Installation) version of Java from

http://java.com/en/download/windows_xpi.jsp

start the installation as usual. Accept the licence agreement and then look for the following files at

C:\Documents and Settings\ <Your User name will be here> \Local Settings\Application Data\{3248F0A6-6813-11D6-A77B-00B0D0150050} (these numbers and letters are purely random so will be anything).

In this folder will be two files called 1033.MST and J2SE Runtime Environment 5.0 Update 5.msi

Save these files to another folder in your unattended setup. Start the installation using

c:\folder name\J2SE Runtime Environment 5.0 Update 5.msi /qb

(Just checked the Application Data folder is hidden unless you use Control Panel-->Folder Options-->View-->Show hidden folders and files)

Edited by ji46

another vote for silence of the foxes.

i used to use the -ms switch but the aforementioned method is the best.

you seem to have a typo in your code :

REG ADD %KEY%\035 /VE /D "jre505" /f

REG ADD %KEY%\040 /V 1 /D "%systemdrive%\install\jre\jre505.exe /"

should probably be :

REG ADD %KEY%\035 /VE /D "jre505" /f
REG ADD %KEY%\040 /V 1 /D "%systemdrive%\install\jre\jre505.exe" /f

SP

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.