October 14, 200520 yr 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
October 14, 200520 yr Author so would it be somthing like thsREG ADD %KEY%\005 /VE /D "firefox" /fREG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\firefox\Firefox 1.0.7 /-ms /f
October 14, 200520 yr actually iam using wpi for appz installation.so this is my wpi code for firefoxcmd1[pn]=['%cdrom%\\DOCS\\Install\\FireFox\\Firefox1.0.7.exe -ms']cmd2[pn]=['%cdrom%\\DOCS\\Install\\FireFox\\profile.exe']
October 14, 200520 yr 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=NormalJust change Run Mode=Normal to Run Mode=Silent and save the file. Job done.
October 14, 200520 yr 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
October 14, 200520 yr old thread about silent firefox is still up and running smoothly with this new version ( link at my sign )
October 14, 200520 yr 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 offSET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY% /V TITLE /D "Installing Applications" /fREG ADD %KEY%\010 /VE /D "Office 2003" /fREG ADD %KEY%\015 /V 1 /D "%systemdrive%\Install\Office\setup.exe TRANSFORMS=UNATTENDED.MST /qb" /fREG ADD %KEY%\020 /VE /D "MSN Messenger 7.5" /fREG ADD %KEY%\025 /V 1 /D "%systemdrive%\Install\MSN_Messenger\MsnMsgs.msi /qn" /fREG ADD %KEY%\030 /V 3 /D "%systemdrive%\Install\MSN\MsgPlus-361.exe /SilentInstallNoSponsor" /fREG ADD %KEY%\035 /VE /D "jre505" /fREG ADD %KEY%\040 /V 1 /D "%systemdrive%\install\jre\jre505.exe /"REG ADD %KEY%\045 /VE /D "FireFox 1.1.0.7 (Con Ext,)" /fREG ADD %KEY%\050 /V 1 /D "%systemdrive%\install\firefox\firefoxsilent.exe" /fany info much apreiciated
October 14, 200520 yr Download the Windows (Offline Installation) version of Java from http://java.com/en/download/windows_xpi.jspstart 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.msiSave these files to another folder in your unattended setup. Start the installation usingc:\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 October 14, 200520 yr by ji46
October 15, 200520 yr another vote for silence of the foxes.i used to use the -ms switch but the aforementioned method is the best.
October 15, 200520 yr you seem to have a typo in your code :REG ADD %KEY%\035 /VE /D "jre505" /fREG ADD %KEY%\040 /V 1 /D "%systemdrive%\install\jre\jre505.exe /"should probably be :REG ADD %KEY%\035 /VE /D "jre505" /fREG ADD %KEY%\040 /V 1 /D "%systemdrive%\install\jre\jre505.exe" /fSP
Create an account or sign in to comment