NaJeEb303 Posted March 26, 2016 Share Posted March 26, 2016 OK . . ActualLy I had your WinRAR SFX maker in my mind Quote Link to comment Share on other sites More sharing options...
Thiersee Posted March 26, 2016 Share Posted March 26, 2016 On 25.3.2016 at 11:05 AM, NaJeEb303 said: HelLo . . My suggestion: An AIO version would be great , which will automatically detect the OS bit and install the correct version, so a single SFX can be used on any OS ! ThanX There is at least one reason, because it does not (yet) make sense, to automatically install FF x64 on 64-bit systems: not all extensions and plug-in are 100% compatible with FFx64. Thiersee Quote Link to comment Share on other sites More sharing options...
mooms Posted March 26, 2016 Author Share Posted March 26, 2016 WinRAR installers are a lot smaller, and x64 version is better that x86 for x64 system, that makes sense to bundle them together. And as Thiersee have said, some may choose to install x86 Firefox on x64 Windows. It's a good opportunity to learn how to make a 7zip SFX ! Quote Link to comment Share on other sites More sharing options...
stashekmajcherc Posted April 25, 2016 Share Posted April 25, 2016 On 19.03.2016 г. at 7:44 PM, Thiersee said: Hi mooms, sorry for asking ! Do you have a detailed how-to, to put extension in the SFX-Installer? I can't really understand the example. TNX, Thiersee for me is still a problem,Thiersee,could you please so kind and give me a link or more additional info about the tip how to put my own extensions in sfx ...Thanks in advance !!! Quote Link to comment Share on other sites More sharing options...
mooms Posted April 25, 2016 Author Share Posted April 25, 2016 In French: Créer un addon/installateur d'extensions pour Firefox Quote Link to comment Share on other sites More sharing options...
Thiersee Posted May 6, 2016 Share Posted May 6, 2016 Hi mooms, Since version 45 Firefox does NOT support unsigned extensions anymore! You can change "Question 1" in the script to give a warning to the user. Quote echo ================================================================================ echo Do you want to integrate your own extensions? echo. echo Extensions must be put in the "ext" folder, you can see an example there; echo you also must edit some files inside to enable the extensions. echo. echo -Yes -tap 1 then ENTER echo -No -tap 2 then ENTER echo. echo !!! BE CAREFUL!!! echo. echo Since version 45.0 Firefox does NOT accept unsigned extension anymore! echo You can generate the SFX with version 44.0 and your extensions and echo afterward update the installation with the SFX in the actual version. echo ================================================================================ Regards, Thiersee Quote Link to comment Share on other sites More sharing options...
mooms Posted May 6, 2016 Author Share Posted May 6, 2016 Actually, and since 46.0, Firefox don't support anymore the installation of custom profiles from the program folder... See this: https://bugzilla.mozilla.org/show_bug.cgi?id=1269706 The only way I'm aware of now is to copy the (prepared) Profiles folder in %AppData%\Mozilla\Firefox This should be done in a separate SFX, so I should remove the option from the maker, or at least modify it. Quote Link to comment Share on other sites More sharing options...
mooms Posted May 7, 2016 Author Share Posted May 7, 2016 Version 3.3 is out. - Custom profile is working again with Firefox 46+ (modified the method to copy the custom profile folder) Quote Link to comment Share on other sites More sharing options...
Thiersee Posted May 7, 2016 Share Posted May 7, 2016 4 hours ago, mooms said: Version 3.3 is out. - Custom profile is working again with Firefox 46+ (modified the method to copy the custom profile folder) Hi mooms, it works, as usual, but with a big disadvantage for my purposes: the profile is working only for the user where I installed FF (Admin), NOT for the other user, sorry. On a PC in Italy I have 8 user...so I`ll continue using the 44.0 SFX with my group of extensions; after that I must start FF for every single user to get his profile generated, than I can update to the actual version. It's less work, anyway, instead of installing the extension for every user. Have a nice sunday, Thiersee. Quote Link to comment Share on other sites More sharing options...
mooms Posted May 7, 2016 Author Share Posted May 7, 2016 Mozilla's fault, not mine, they keep their long tradition of bad moves.... Workaround: you can extract the file ext.exe and run it for each user. Quote Link to comment Share on other sites More sharing options...
Thiersee Posted May 7, 2016 Share Posted May 7, 2016 (edited) 59 minutes ago, mooms said: Mozilla's fault, not mine, they keep their long tradition of bad moves.... My opinion too. Quote Workaround: you can extract the file ext.exe and run it for each user. Very good suggestion, thanks! I make some experiments. Edited May 7, 2016 by Thiersee Quote Link to comment Share on other sites More sharing options...
mooms Posted May 8, 2016 Author Share Posted May 8, 2016 @Thiersee: A good resource for Firefox distribution: https://mike.kaply.com/ Quote Link to comment Share on other sites More sharing options...
IcemanSR Posted May 8, 2016 Share Posted May 8, 2016 Love it! Thank you Quote Link to comment Share on other sites More sharing options...
filter Posted September 20, 2016 Share Posted September 20, 2016 Hi mooms. Is possible to add the ftp download links from here? https://ftp.mozilla.org/pub/firefox/releases/49.0/win32/ Because version 49.0 is out but maker still fix version 48.0.2. In a few days change the links to new version Quote Link to comment Share on other sites More sharing options...
Thiersee Posted September 20, 2016 Share Posted September 20, 2016 7 minutes ago, filter said: Hi mooms. Is possible to add the ftp download links from here? https://ftp.mozilla.org/pub/firefox/releases/49.0/win32/ Because version 49.0 is out but maker still fix version 48.0.2. In a few days change the links to new version It takes a couple of days, but you can every time chose to download "specified version 32" (or 64) then you can chose 49.0. filter 1 Quote Link to comment Share on other sites More sharing options...
filter Posted September 20, 2016 Share Posted September 20, 2016 Thanks Thiersee, it works Quote Link to comment Share on other sites More sharing options...
hamzaaan Posted September 21, 2016 Share Posted September 21, 2016 hello gys i need new optiones for this sfx pleass the AIO Quote Link to comment Share on other sites More sharing options...
Thiersee Posted September 21, 2016 Share Posted September 21, 2016 Which AIO ??? Quote Link to comment Share on other sites More sharing options...
hamzaaan Posted September 21, 2016 Share Posted September 21, 2016 2 hours ago, Thiersee said: Which AIO ??? yes sir like winrar aio maker Quote Link to comment Share on other sites More sharing options...
mooms Posted September 21, 2016 Author Share Posted September 21, 2016 I've finally found the time to work on this, so version 4 is out,. @NaJeEb303 @hamzaaan your wish is fulfilled: What's new: You can now make AIO (x86 & x64) SFX. The setups are uncompressed then recompressed together for better compression (smaller file size). wget is replaced by aria2 (can use multiple connections, much faster) NaJeEb303 and hamzaaan 2 Quote Link to comment Share on other sites More sharing options...
hamzaaan Posted September 28, 2016 Share Posted September 28, 2016 On 21/9/2016 at 9:32 PM, mooms said: I've finally found the time to work on this, so version 4 is out,. @NaJeEb303 @hamzaaan your wish is fulfilled: What's new: You can now make AIO (x86 & x64) SFX. The setups are uncompressed then recompressed together for better compression (smaller file size). wget is replaced by aria2 (can use multiple connections, much faster) Thank you to our teacher, dearThank you very much for the effortsAlways wait for new works mooms 1 Quote Link to comment Share on other sites More sharing options...
NaJeEb303 Posted October 22, 2016 Share Posted October 22, 2016 On 9/22/2016 at 1:32 AM, mooms said: I've finally found the time to work on this, so version 4 is out,. @NaJeEb303 @hamzaaan your wish is fulfilled: What's new: You can now make AIO (x86 & x64) SFX. The setups are uncompressed then recompressed together for better compression (smaller file size). wget is replaced by aria2 (can use multiple connections, much faster) Thankss... Always great work :-) mooms 1 Quote Link to comment Share on other sites More sharing options...
NaJeEb303 Posted October 22, 2016 Share Posted October 22, 2016 (edited) It would be nice to add a desktop shortcut . , so a noob will know that firefox is installed as it is a silent installer. Thanks :-) Edited October 22, 2016 by NaJeEb303 Quote Link to comment Share on other sites More sharing options...
mooms Posted October 22, 2016 Author Share Posted October 22, 2016 That's very easy to change: in the bin folder, open all the *.cfg files with notepad and remove the line Delete="%CommonDesktop%\\Mozilla Firefox.lnk" NaJeEb303 1 Quote Link to comment Share on other sites More sharing options...
NaJeEb303 Posted October 22, 2016 Share Posted October 22, 2016 @mooms Done ! ThanX ;-) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.