Everything posted by ricktendo
-
Microsoft .NET Framework 4.5
m_s you think its possible for you to mod this to work on a live system to get the curret directory?
-
[AddOn] DAEMON Tools Lite 4.48.1.347 (International)
Updated
- [SendTo] InstallShield Cabinet-Log File Viewer
-
[Slim] .NET Framework 4.6.1 Full x86/x64 (2-27-2016)
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)
-
Manually removing components?
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
- [Tweaked] Skype 7.18.32.111 (Multilanguage)
- [Tweaked] Skype 7.18.32.111 (Multilanguage)
-
Peticiones de Addons
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
-
"Sam Drivers" driver packs and WinToolKit
Yes, unzip and they will work
- Need help trying to slipstream KB2846071 & KB2798897
-
[Repak] Microsoft Security Essentials x86/x64 4.5.216 (Intl)
Updated
-
McRip Server Down?
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
-
McRip Server Down?
Aparently dns issues and McRip is on vacation
-
Every time I edit a post spaces are added
Every time I edit a post spaces are added in between and
-
[Slim] .NET Framework 4.6.1 Full x86/x64 (2-27-2016)
Good for 4.0 but 3.5.1 are separate
-
[Slim] .NET Framework 4.6.1 Full x86/x64 (2-27-2016)
Yes, I fixed and reuploaded
-
[Slim] .NET Framework 4.6.1 Full x86/x64 (2-27-2016)
Redownload and try it again
-
Dream Update Pack For Windows XP Post SP3 11072013
Welcome to the world of updatepack/addon makers, this is normal
-
Mcrip alternative with more recent updates?
Not McRip but somebody is http://forums.mydigitallife.info/threads/35675-Windows-8-Hotfix-Repository/page100?p=775494&viewfull=1#post775494
-
d3dcompiler_46.dll
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
-
Mcrip alternative with more recent updates?
Sounds like you need to add Satisfy WU updates (these are superseded updates that Windows Update still asks for)
-
[Repak] Adobe Reader XI Lite 11.0.10 (de en es fr hu it pl ptb ru tr)
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
-
[Repak] Adobe Reader XI Lite 11.0.10 (de en es fr hu it pl ptb ru tr)
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
-
[Repak] Adobe Reader XI Lite 11.0.10 (de en es fr hu it pl ptb ru tr)
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!
- [Repak] Adobe Reader XI Lite 11.0.10 (de en es fr hu it pl ptb ru tr)