Jump to content

ricktendo

Members
  • Joined

  • Last visited

Everything posted by ricktendo

  1. m_s you think its possible for you to mod this to work on a live system to get the curret directory?
  2. Updated with files from InstallShield 2013 (a.k.a. v20.0)
  3. No this is for vista and 7, windows 8 has it included as part of the OS. However 4.5.1 will include a MSU to update the 4.5 to 4.5.1 in windows 8 (you will need to download the 4.5.1 FULL version to get the win8 compatible installer)
  4. You use /PackageName not /PackagePath Dism /Image:D:\<mounted install.wim folder> /Remove-Package /PackageName:Package_for_KB976933~31bf3856ad364e35~amd64~ja-JP~6.1.7601.17514Some ja-JP folders are added by some updates/hotfixes (like virtual pc and others,) you cannot remove them unless you remove all the updates that added them or you can manually remove them
  5. No, business version number is exactly correct (it has 32)
  6. Thanks alfre, Updated Acaso, yo uso este enlace (este es para business, no tiene servicio updater) http://www.skype.com/go/getskype-msi
  7. Puedes resetar tu contraseña (hay un botón) si se te olvidaron Para los sonidos vista RTM ya existe un addon http://www.wincert.net/forum/topic/4640-addon-windows-ultimate-extras/ Para los demás ajustes, nLite los puede cambiar
  8. Yes, unzip and they will work
  9. nLite can integrate IE but it will fail if you try to integrate the cumulative update why WU is prompting for rvkroots is a mystery to me
  10. ricktendo replied to AshranPewter's post in a topic in Win Toolkit
    This is why I always recommend KUC http://windows-update-checker.com/ There is a command you can run to make it scan a mounted image, read the FAQ
  11. ricktendo replied to AshranPewter's post in a topic in Win Toolkit
    Aparently dns issues and McRip is on vacation
  12. Every time I edit a post spaces are added in between and
  13. Good for 4.0 but 3.5.1 are separate
  14. Welcome to the world of updatepack/addon makers, this is normal
  15. Not McRip but somebody is http://forums.mydigitallife.info/threads/35675-Windows-8-Hotfix-Repository/page100?p=775494&viewfull=1#post775494
  16. ricktendo replied to GrofLuigi's post in a topic in Tips and Tricks
    AFAIK the dll is used for html5 hardware acceleration. I used to delete these dll's from the setup/install dir of mozilla firefox (because I have the latest dx installed) but the latest v23 gives error when I do (the earlier versions did not complain) Only use the x64 dll if the browser is x64, if its 32 bit the 64 bit dll is useless
  17. Sounds like you need to add Satisfy WU updates (these are superseded updates that Windows Update still asks for)
  18. After you apply transform with InstEd, then you need to go again to Transform menu and choose "Save Transformed" You can also use a command line tool MsiTran.exe http://dl.dropbox.com/u/56155351/Tools/MsiTran.Exe You apply transform like so: MsiTran.exe -a transform.mst installer_name.msi
  19. No the transform is not included in my installer, only been updated and slimed If you want to apply the MSP update, create a admin install of the MSI, open a cmd prompt and type this command msiexec /a msi_name.msi /p msp_patch.msp /qbNow you use InstEd to rebuild and change summary info from admin long filenames to compressed long filenames
  20. OK I see, you are using the embedded MSI from the Adobe Reader EXE installer, that one has Data1.cab on the outside. (in the media table you can add a # symbol at the beginning of Data1.cab and insted will embed the CAB) I personally don't use the EXE I use this MSI installer ftp://ftp.adobe.com/pub/adobe/reader/win/11.x/11.0.00/en_US/AdbeRdr11000_en_US.msi I made you this liter installer. Its the same as my lite but I kept: Accessibility, Read Out Loud, Make Accessible and Reflow https://dl.dropboxusercontent.com/u/56155351/Tools/AdbeRdrLiter11003_en_US.msi Here is my CustWiz MST you can apply with InstEd if you want (or you can use your own) https://dl.dropboxusercontent.com/u/56155351/Tools/AdbeRdr11003_en_US_CustWiz.mst Good luck!
  21. Open the installer in InstEd, go to the "Media" Table, right click on "#Data1.cab" and choose "Rebuild selected CABs"