April 3, 200620 yr Author @Sevenelevenprojectid is either ThunderBird or Firefox or anything you defined in the ini file inside the brackets.
April 4, 200620 yr Thanks for the quick reply, its strange because I dont see others having the same problem as me but I just cant seem to get my extension and themes to come with the package. I am using Fasterfox, Noscript, Adblock, Adblock filterset, and the brushed theme.I am unpacking firefox and transfering my raw install files to the correct dirs and it just doesnt seem to move with the package. I also have left the .ini file at its defaults.Any ideas?Thanks
April 11, 200620 yr @LaptoniCIs there any way to create unattended Firefox using command lines? Just like CDImage? I think it would be great, so you dont`t have to click every time you create it. It reads everithing from ini and then create unattended Firefox.If this is not implemented in current version, could you make it work with command lines?Anyway, this application is great as it is, but with command lines would be the best.Thank you.
April 11, 200620 yr Sorry I am lazy as you are .Make autoitscript if you want Thx for the fast reply.I already have an autoit script for SOF , but it doesen`t look professional opening windows and pressing buttons.But, thats it. No command lines
April 16, 200620 yr Hey LaptoniC, your little proggie is great! Lovely work! I'd want to suggest a minor enhancement: add an option to set the compression level of 7zip, as with the present setting it eats _too_ RAM .Is it possible to bypass the 7zip compression and, for example, create a WinRAR SFX archive? What to launch after files extraction?Thanks and best regardsVenator
April 16, 200620 yr Author The switch for 7zip is the same as original firefox setup.You can change swtichs by hex editing the file.If you want to make WinRAR SFX,I run install.exe when extraction ends.
April 17, 200620 yr Hi!I transfered today succesfully my Thunderbird to a new computer.I copied the themes, extensions, and a customized userChrome.css file.The only change that I made in the data.ini is add the "chrome" and "extensions" words to the ProfileFilesProfileFiles=prefs.js,mimeTypes.rdf,chrome,extensionsThanks for your work and best regards!
April 18, 200620 yr Is Sof.exe an open source project?If yes, can you provide the source code?Thank you.
April 19, 200620 yr Author It is closed source program.It is written in Win32ASM.So if you dont know ASM language it doesnt help you that much.Source code is almost identical the dissassembler output of exe file.
April 19, 200620 yr It is closed source program.It is written in Win32ASM.So if you dont know ASM language it doesnt help you that much.Source code is almost identical the dissassembler output of exe file.I need some help from you.When i run the command: 7za.exe a -r Firefox Project\Firefox\* from the sof folder, the archive created contains 2 folders: Project\Firefox. The Firefox folder contains the dirs and files for silent Firefox.Can you tell me how to have the firefox dirs and files on root of the archive? Just like the archive created by Sof.exe?I know i can run the 7za.exe from firefox folder, but i wish not to do it this way. Is there any way to do it my way?Thank you.
April 19, 200620 yr Author I am going to directory where the files reside and issue a command ..\7za .... I hope you get the point.
April 20, 200620 yr Make autoitscript if you want And just for thoses reading this thread that want an autoit script to run the uninstall unattended...; Developed by `Felix` 20 Arpil, 2006If FileExists("c:\windows\UninstallFirefox.exe") Then Run('C:\WINDOWS\UninstallFirefox.exe') WinWait("Mozilla Firefox Uninstaller","") If Not WinActive("Mozilla Firefox Uninstaller","Yes") Then WinActivate("Mozilla Firefox Uninstaller","Yes") WinWaitActive("Mozilla Firefox Uninstaller","Yes") Send("{ENTER}")Else MsgBox(4096,"Problem...", "Firefox Uninstaller can not be found. Firefox may not be installed or not installed correctly.")EndIf Edited April 20, 200620 yr by `Felix`
Create an account or sign in to comment