LaptoniC Posted April 3, 2006 Author Posted April 3, 2006 @Sevenelevenprojectid is either ThunderBird or Firefox or anything you defined in the ini file inside the brackets.
Seveneleven Posted April 4, 2006 Posted April 4, 2006 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
malinduta Posted April 11, 2006 Posted April 11, 2006 @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.
LaptoniC Posted April 11, 2006 Author Posted April 11, 2006 Sorry I am lazy as you are .Make autoitscript if you want
malinduta Posted April 11, 2006 Posted April 11, 2006 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
Venator Posted April 16, 2006 Posted April 16, 2006 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
LaptoniC Posted April 16, 2006 Author Posted April 16, 2006 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.
gczobel Posted April 17, 2006 Posted April 17, 2006 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!
malinduta Posted April 18, 2006 Posted April 18, 2006 Is Sof.exe an open source project?If yes, can you provide the source code?Thank you.
LaptoniC Posted April 19, 2006 Author Posted April 19, 2006 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.
malinduta Posted April 19, 2006 Posted April 19, 2006 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.
LaptoniC Posted April 19, 2006 Author Posted April 19, 2006 I am going to directory where the files reside and issue a command ..\7za .... I hope you get the point.
`Felix` Posted April 20, 2006 Posted April 20, 2006 (edited) 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, 2006 by `Felix`
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now