Jump to content

ricktendo

Member
  • Posts

    2,261
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Honduras

Everything posted by ricktendo

  1. Don't extract the xpi just install them and copy the installed extension folders
  2. You have to extract the secondary installer from inside that exe
  3. For your extensions you can find and add them in the following locaions "%UserProfile%\Mozilla\Firefox\Profiles\*.default\extensions" copy them to-> "nonlocalized\extensions" For plugins like WGA and Shockwave you use a program like InstallWatch and you track what files were added to the "%ProgramFiles%\Mozilla Firefox\plugins" and "components" sub folders... Then you copy them to the folders of your installer "nonlocalized\plugins" & "nonlocalized\components" Same thing with Bookmarks.html and search plugins
  4. Don't have the PC power for Vista yet, but when I do I will definitely use Vista and Vize
  5. Extract setup.exe and the sub folders from the FirefoxSetup.exe Then add your extensions, search plugins and themes to the subdirs Create a 7zip sfx using the setup.exe /S Example addon with Flash, WGA, OGA, WMP plugins etc http://www.wincert.net/forum/index.php?showtopic=1471
  6. Yes for XP SP2, XP SP3 and Server 2003 http://www.wincert.net/forum/index.php?showtopic=1442
  7. IDK if everybody else is blind or what... The guy said he wanted free windows
  8. That code is not meant for CMD files... Its INF only CD changes the dir %01% = the dir and path of where the INF is launched from \.. = goes up one level \WPI = jumps in the "WPI" folder (where WPI.hta is located) START /WAIT /B WPI.hta = runs WPI
  9. I have integrated it into both XP SP2 and Gold Ed... Both with no problems (only diff with sp2 is iso size)
  10. You have a bad INF addon... You have to find it Do multiple tests, 1st split your addons in half and integrate one half then the other. In whichever half causes the problems you split that in half again and do the same as you did in the beginning until you narrow it down to the problem addon
  11. AddOn: http://www.wincert.net/forum/index.php?showtopic=2071 EDIT: LOL ya beat me to it
  12. Download the addon not the silent installer and add it as a hotfix
  13. Done http://www.wincert.net/forum/index.php?showtopic=2185
  14. I was planning on making one... So later tonight I will probably have it done
  15. My gen serial now works fine with the newest SP3 RC1 (it did not work before)
  16. -s will not install it as I said... It will only extract the files to their directories, to install it you run cfpconfg.exe -i and follow the wizard (thats what the au3 file is for)
  17. Hey johndoe74 I see you like multiple mirrors, here is a site that does the work for you http://tinyload.com/ How TinyLoad Works P.S. Can you provide a link to download the original intaller? EDIT: nm found the FTP server
  18. Older version link is back @Kurt_Aust I removed nothing I simply played with the installer a bit until I understood what it did. Its kinda hard to explain but basically in the end the install is exactly the same as if you used the installer (the same files everything) The secret is copying only the files needed then running cfpconfg.exe -i which fully installs the program You can see what files are the ones nessesary by running the installer with the -s switch, no config window will pop up or reg entries and shortcuts added, it only extracts the nessesary files from the installer.
  19. Add it last in svcpack.inf
  20. Thanks to johndoe74 for helping with the autoit config... Updated v3.0.13.268
  21. Well i use txtsetup to copy the system32 and driver files... Then my INF copies only the nessesary program files to its respective folder, it adds the uninstall and other registry settings then during t13 it launches cfpconfg.exe -i ("-i" stands for Install) which is launched and configured with the autoit file (thanks to you) You can probably do the same with your silent installer... just do as I said above, run the installer with the -s switch and no config window will launch. Then you force the config window by running cfpconfg.exe -i and you will not get the restart prompt (that is done by the installer) The drawback to this is no uninstall registry entries or program shortcuts are added (maybe you can use autoit to do so, I use INF) Here is my updated addon http://www.msfn.org/board/AddOn-COMODO-Fir...268-t99733.html
  22. Will they work with ymsgr 9 beta?
  23. Thanks johndoe74 this will help me allot The way I install it the restart window does not pop up Because I use a mix between INF and AU3
×
×
  • Create New...