Jump to content

ricktendo

Members
  • Posts

    8,715
  • Joined

  • Last visited

  • Days Won

    444

Everything posted by ricktendo

  1. I C...all files in the root dir of the FTP cannot be downloaded for some reason, ALL the files in the same dir as the sidebar wont download WTF? now i moved the file from the root dir into the ricktendo64 dir and it still wont download
  2. The link was fine, the file you linked to was not meant for release yet, it adds Russian and Chinese and it needs some testing
  3. Adobe Reader XI v11.0.06 Español (editado con el tutorial de Aaron Parker) Acerca: Se instala durante SVCPACK.INF Descarga: http://adf.ly/1713566/acrordes Peso: 25.9 MB MD5: db70faaa6ee4b4c60e6ce707918a416c
  4. I like it allot
  5. Just create a new section with that file and add it to DelFiles and DestinationDirs example: [DestinationDirs] CopySumraP = 16422,"Utilities\SumatraPDF" NewSectionName = 16410,"SumatraPDF" ; %userprofile%\Application Data\SumatraPDF DelFiles = CopySumraP,NewSectionName [NewSectionName] sumatrapdfprefs.dat AnotherFileExample.ext Dont forget to add it to DestinationDirs, if not DelFiles will not work
  6. If you integrate it into dutch xp it will automatically be set to dutch is all...all languages are still installed and you can set them any way you want
  7. - Updated v4.60.1500 - Now sets default language (supported: engilsh, german, spanish, french, italian, dutch, turkish, chinese) Now sets default language (supported list in the changelog)
  8. Sorry helmi I assumed because of the very small size of the atachment you had not provided the files I needed (bad guess) Added de-DE version for you, let me know if goes well, it should BTW wrapped/hid the translations requests with offtopic BBCode
  9. ricktendo

    Hello

    Yo
  10. Helmi I need allot more than that, read my list of things
  11. Switch to linear or standard
  12. ooops forgot the 64 in ricktendo64 nLite was also silently updated so I did the same with the files in this addon
  13. - Updated nLite 1.4.9 - Fixed and updated C++ 2008 to sp1 - Moved shortcuts to original locations
  14. OK...will let you know if I decide to make the switch from 6 now EDIT: Its official...I finally upgraded to 7, nice work
  15. Hey if you guys patch migwiz.exe you may want to put a check for files from this addon to skip this process, the EXE does not have the same resources or does it need any transformation/patching http://www.wincert.net/forum/index.php?showtopic=4202
  16. Updated to FINAL now that nLite 1.4.9 is out and the script.dll obsolete_files bug is gone. nLite will warn you if you try to remove Files and Settings Wizard (this is a feature requested by me to stop ppl from removing stuff a addon might depend on) Added Dutch version...still open to more translation requests
  17. Yio
  18. Microsoft IntelliPoint + IntelliType Pro v8.20.468 (silent switch makers) Info: Builds custom silent switch installers for Microsoft Mouse and Keyboard hardware drivers/software. Detailed instructions are in the Readme.docx/pdf/xps XP, Vista, 7 x86 English http://adf.ly/1713566/msmousekb Size: 16.3 MB MD5: a2054e5d0f7aa3bf60cadeb63b988d7e Website: http://www.microsoft.com/hardware/mouseand...rd/default.mspx Changelog: May 27-11 - Updated IP program/drivers to v8.15.406.0 - Added new mouse/keyboard command-line # to Readme DOCX, RTF, PDF and XPS Sep 5-10 - Updated IP program/drivers to v8.0.225.0 - Added new mouse/keyboard command-line # to Readme DOCX, RTF, PDF and XPS Mar 13-10 - Updated IP program/drivers to v7.10.344.0 - Added 3 new mouse command-line # to Readme DOCX, PDF and XPS Jan 22-10 - Updated ITP program/drivers to v7.10.344.0 - Added 2 new keyboard command-line # to Readme DOCX, PDF and XPS Jun 20-09 - Updated program/drivers to v7.00.260.0 - Added new keyboard command-line # to Readme DOCX, PDF and XPS Apr 23-09 - Removed TRANSFORMS commandline and added /norestart Apr 21-09 - Updated program/drivers to v6.31.258.0 - Removed some useless files from the installer - Added Readme DOCX and XPS formats in addition to the PDF - Added new keyboard/mouse command-line # to Readme DOCX, PDF and XPS Sep 10-08 - Updated program/drivers to v6.30.192.0 - Added new keyboard/mouse command-line # to Readme PDF
  19. [AddDirective] WMP.INF,WMP.AddShortcut [EditFile] WMP.INF,InstallWMP7,AddProfileItems WMP.INF,WMP.AddShortcut,AddAddShortcut [AddProfileItems] ProfileItems = WMP.AddShortcut [AddAddShortcut] Name = Windows Media Player CmdLine = 16422,%MP2_FOLDER%,wmplayer.exe /prefetch:1 SubDir = Multimedia WorkingDir = 16422,%MP2_FOLDER% InfoTip = "@%%SystemRoot%%\system32\unregmp2.exe,-160" DisplayResource = "%%SystemRoot%%\system32\unregmp2.exe",4
  20. The reason its not been updated is because the silent switches dont work and them Vista theme is broken
  21. Feliz Cumplea
  22. Before: CmdLine = 16422,"Windows Media Player",wmplayer.exe "/prefetch:1" After: CmdLine = 16422,"Windows Media Player",wmplayer.exe /prefetch:1 The reason this does not work during sysoc (and another good reason to add it to wmp.inf) is because wmp is installed later on in the install process, its not done by sysoc.inf but by syssetup.inf...so your inf fails because its executed looooooong before wmplayer.exe has been installed/copied SYSSETUP.INF [Infs.Always] ... wmp.inf,InstallWMP7 Edit: If you use nLite I can write a Entries_*.ini that could probably edit wmp.inf for you and add a profileitem...do you use nLite or the Integrator?
  23. Try this, this will work on any language BTW...It will localize the shortcut with whatever is written in unregmp2.exe (no matter what language) [WMP.AddShortcut] Name = Windows Media Player CmdLine = 16422,"Windows Media Player",wmplayer.exe /prefetch:1 SubDir = Multimedia WorkingDir = 16422,"Windows Media Player" InfoTip ="@%%SystemRoot%%\system32\unregmp2.exe,-160" DisplayResource="%%SystemRoot%%\system32\unregmp2.exe",4 Look in unregmp2.exe/String Table with a resource editor and you will find the localized shortcut name (DisplayResource) and info tip BTW if you want to have less INF files just add this profileitem to wmp.inf
×
×
  • Create New...