Jump to content

firefox 1.07 unattended install


mlr

Recommended Posts

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

Link to comment
Share on other sites


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']

Link to comment
Share on other sites

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:

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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
Link to comment
Share on other sites

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

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...