Jump to content

ricktendo

Member
  • Posts

    2,261
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Honduras

Everything posted by ricktendo

  1. I think if you put the .key file in the same dir as the MSI it will install it live messenger addon builder here
  2. I have a SFX/CMD patcher that does all the commands you need (copy, expand, patch, modifyPE, re-compress) You can extract and mod the res files with any icons you may not like and replace it in the SFX (opened in WinRAR) http://www.wincert.net/forum/index.php?showtopic=1547 BTW: if you make any improvements to any resources plz share them with the rest of us
  3. Its not silent its a INF addon, so if you wanted this for Vista then no-go (all protection exept FF is on by default) http://www.wincert.net/forum/index.php?showtopic=274
  4. Thats called findexer
  5. I cant see the screenshot
  6. I'm still seeing spaces!!! They are quoted dun worry
  7. I don't think you need to concern yourself about language when using the silent install method, I think this only for the wizard text
  8. Did you by any chance add a [DefaultInstall] section with the same stuff thats under your OCEntry? BTW the shortcut code looks good, it should be working
  9. I wanna recommend to you a program by n7Epilson called FGCBA, you use it to test your entries.ini and inf files **** FGCBA 0.897 * by n7Epsilon * [url="http://tinyurl.com/lslmm"]http://tinyurl.com/lslmm[/url] **** - Starting Logger "All your bug are report by me!!" - I: Date/Time of execution: 4/1/2008 10:27:57 PM UTC I: Specified Parameters: * C:\Documents and Settings\Administrator\Desktop\test.inf * /log:C:\Documents and Settings\Administrator\Desktop\log_test.txt I: Dump of ParamsTable (ArgumentParser v2): * log = C:\Documents and Settings\Administrator\Desktop\log_test.txt I: ExtINFParser engaged, attempting read "test.inf" ** Reading INF file: test.inf... I: Read variables in [Strings] section: RETROGAMES = "Retro Games" CHRONOSMAIN = "Retro Games\Chronos" CHRONOSFONT = "Retro Games\Chronos\Font" CHRONOSLEVEL = "Retro Games\Chronos\Level" CHRONOSSFX = "Retro Games\Chronos\Sfx" CHRONOSGFX = "Retro Games\Chronos\Gfx" - Warn: [DefaultInstall] section does not exist in test.inf * Parsing [Optional Components] section... * Parsing [retrogames] section... - Processing CopyFiles directive... * Parsing [SourceDisksNames.x86] section... * Parsing [SourceDisksFiles] section... * Parsing [DestinationDirs] section... - Parsing [CopyChronosMain] section... - Parsing [CopyChronosFont] section... - Parsing [CopyChronosLevel] section... - Parsing [CopyChronosSfx] section... - Parsing [CopyChronosGfx] section... - Error: Orphaned file "saucernasty.png" in [CopyChronosGfx] This file was never referenced by [SourceDisksFiles] in test.inf! - Error: "saurcernasty.png" is specified in [SourceDisksFiles] but not in any of the CopyFiles sections in test.inf! !- 1 warning(s): - [DefaultInstall] section does not exist in test.inf !- 1 warning(s). !- 2 error(s): - Orphaned file "saucernasty.png" in [CopyChronosGfx] This file was never referenced by [SourceDisksFiles] in test.inf! - "saurcernasty.png" is specified in [SourceDisksFiles] but not in any of the CopyFiles sections in test.inf! !- 2 error(s). !!!!- Critical error(s) detected, process aborted. - Stopping Logger - It says you have a typo. The SourceDisksFiles and CopyFiles filename do not match Yzöwl the spaces wont hurt if they are already quoted in strings
  10. Your Spanish key should work on English version
  11. OOPS! I meant kb892130 v1.7.69.2
  12. Or try making a 7zip sfx, here is what you could try in your config.txt ;!@Install@!UTF-8! RunProgram="openofficeorg24.msi /qn /norestart SELECT_WORD=1 SELECT_EXCEL=1 SELECT_POWERPOINT=1 \"ADDLOCAL=gm_Root,gm_Prg,gm_r_Files_2,gm_r_Files_3,gm_r_Files_4,gm_r_Files_5,gm_r_Files_6,gm_r_F iles_7,gm_r_Files_8,gm_r_Files_9,gm_r_Fonts_OOo_Hidden,gm_p_Wrt,gm_p_Wrt_Bin,gm_p_Wrt_Help,gm_p_Calc , gm_p_Calc_Bin,gm_p_Calc_Help,gm_p_Calc_Addins,gm_Optional,gm_o_Quickstart\"" GUIMode="2" ;!@InstallEnd@! If you are experiencing problems installing with WPI, try removing msiexec part, maybe adding /norestart to the end and quoting the ADDLOCAL switch (the commas will mess up the command) openofficeorg24.msi /qn SELECT_WORD=1 SELECT_EXCEL=1 SELECT_POWERPOINT=1 ADDLOCAL="gm_Root,gm_Prg,gm_r_Files_2,gm_r_Files_3,gm_r_Files_4,gm_r_Files_5,gm_r_Files_6,gm_r_Files_7,gm _r_Files_8,gm_r_Files_9,gm_r_Fonts_OOo_Hidden,gm_p_Wrt,gm_p_Wrt_Bin,gm_p_Wrt_Help,gm_p_Calc,gm_p_Cal c _Bin,gm_p_Calc_Help,gm_p_Calc_Addins,gm_Optional,gm_o_Quickstart" /norestart
  13. Yes... Its RC2 now
  14. You may have to turn on the themes service (also set it as automatic)
  15. yikes thats slow... glad they arent that big
  16. You are missing a couple entries in you INF file, if you look at a couple of these tutorials you will see How to make a Theme AddOn How to make a Program AddOn You also have to fix [sourceDisksNames] (add x86 and also fix whats bellow it) and you really dont need all them Run entries, one will do I also have a couple lclock addons you can probably borrow the INF's and edit them a bit (LClocks)
  17. Anyone knows the new link for kb905474 v1.7.69.1 ???
  18. I looked into this and I think its only got to do with MEDCTROC.INF being replacedBefore [Strings] MCE_version = "3.0" eHome_DESC = "Media Center" After [Strings] MCE_version = "2.8" eHome_DESC = "Media Center" OH and Multimedia Home Networking (MHN) seems to be missing from 2.8
  19. Here is the command I use to replace my remote control configuration file with one I have personalized (try adding the name of the file to your destination path) FILECOPY "%wpipath%\install\Irremote.ini" "%WinDir%\Irremote.ini"
  20. Hello guys, need some help Here is what I wanted to do... Is there a way to get this icon like it is on this Vista copy dialog into my XP copy dialog? Thats where I would like to add it... Here are the res file and icon for editing http://www.sokoolz.com/addons/r64/Shell32.7z tia
  21. BTW XCOPY works best if you are trying to overwrite Read Only files
  22. Just add it in here CAPTION ""
  23. Well, to remove the adds and search bar and everything you would have to use messpatch or a-patch then you could do a administrative install of the MSI file (but that will take a little editing of the MSI with orca) Here is a addon builder that will copy any messpatched files you may have on your current pc and adds them to the installer Just install wlm on your current PC Messpatch it to remove and have it look the way you want Run the CMD addon builder This will build you a addon that you can use with nLite or the RVM integrator, but if you wanted you could uncompress the addon and take the silent switch installer from the SVCPACK folder and use WPI or manually install it http://www.wincert.net/forum/index.php?showtopic=2025
  24. Thats a great question Thats an excellent pointI don't live in the US so I use *******s mainly for TV shows Terminator the Sarah Connors Chronicles COPS Lost etc... we don't get these channels So *******s aren't all bad
  25. WINNTBBU.DLL is the name of the file WinntbbuEditor http://www.msfn.org/board/WinntbbuED-t50166.html Complete Setup Billboards http://www.msfn.org/board/Completed-Setup-...rds-t38610.html
×
×
  • Create New...