December 9, 200520 yr I dont know how you did it Shark, but my silent switchless for Firefox 1.5 took about 45 seconds. Only one minor change was needed in the config.ini. (change Run Mode from normal to silent.[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=Silent <================= RIGHT HERECompany Name=MozillaProduct Name=Mozilla FirefoxProduct NameInternal=Mozilla FirefoxUser Agent=1.5 ({AB_CD}); Destination Path values:; PROGRAMFILESDIR; WINDISK; WINDIR; WINSYSDIRPath=[PROGRAMFILESDIR]\Mozilla Firefox; Sub Path, when set will indicate to Setup to create a subfolder from; what is offered to the user to change. It will not be shown to the user; but simply created:;; ie: shown to user : [Path]; actually created: [Path]\[Sub Path]; (where [Path] is the Path= key above)Sub Path=; Controls the Browse button that allows the user to ; change the destination path of the product.; Default value is FALSE;Lock Path=FALSE Edited December 9, 200520 yr by ebin25
December 9, 200520 yr thanks for winamp btw..... I just did not know if you had overlooked that little detail. nothing to get upset about.
December 11, 200520 yr Tried your winamp , but i miss to much features.I stay with allanols ( always older ) version for a while.
December 11, 200520 yr I dont know how you did it Shark, but my silent switchless for Firefox 1.5 took about 45 seconds. Only one minor change was needed in the config.ini. (change Run Mode from normal to silent.[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=Silent <================= RIGHT HERECompany Name=MozillaProduct Name=Mozilla FirefoxProduct NameInternal=Mozilla FirefoxUser Agent=1.5 ({AB_CD}); Destination Path values:; PROGRAMFILESDIR; WINDISK; WINDIR; WINSYSDIRPath=[PROGRAMFILESDIR]\Mozilla Firefox; Sub Path, when set will indicate to Setup to create a subfolder from; what is offered to the user to change. It will not be shown to the user; but simply created:;; ie: shown to user : [Path]; actually created: [Path]\[Sub Path]; (where [Path] is the Path= key above)Sub Path=; Controls the Browse button that allows the user to ; change the destination path of the product.; Default value is FALSE;Lock Path=FALSEis there any way to install extensions witht his method?
December 11, 200520 yr I always prefere the original packages - but thats just my opinion - makes its easier to keep my DVD up2date. SoFirefox_Setup.exe -msdoes the job. As for the Quicklaunch icons or start menu entries i run a simple cmd afterwards to delete/create a shortcut to wherever I want, e.g.:"%userprofile%\Application Data\Microsoft\Internet Explorer\Quick Launch\"As for the extensions/themes i put them all into one directory (i know, this is just a method to install the extensions, NOT to personalize them - and im not sure why i included the profile creation - anyway, it works). When you run this from a cmd %e is ok - when you want to inlcude it into a .cmd you have to replace %e by %%e."%programfiles%\mozilla firefox\firefox.exe" -CreateProfile profilename "%userprofile%\Mozilla\Firefox"IF EXIST "%programfiles%\Mozilla Firefox\firefox.exe" for %e in ("%cdrom%\Software\Firefox\*.xpi") do "%programfiles%\Mozilla Firefox\firefox.exe" -install-global-extension "%e"IF EXIST "%programfiles%\Mozilla Firefox\firefox.exe" for %e in ("%cdrom%\Software\Firefox\\*.jar") do "%programfiles%\Mozilla Firefox\firefox.exe" -install-global-theme "%e" Edited December 11, 200520 yr by WotC
Create an account or sign in to comment