Everything posted by ricktendo
-
is it possible to re-add components that have been removed?
Hey lego you should add a compatibility dialog for component removal like vLite did Like for instance if you check compatibility for ninite it will hide parental controls to prevent it from removal It will however need allot of user feedback saying I removed X component and it broke X program
- [SVCPACK] Vista Codec Pack 6.2.1.0 Slim
-
[AddOn] Vista RTM Fonts v1.1
Thanks dareckibmw
-
Dudas Consultas Ayuda 7
Microsoft-Windows-Shell-Setup
-
[AddOn] Vista RTM Fonts v1.1
This is pretty much all you need in your entries_fonts.ini [general] builddate=2012/02/03 description=Fonts addon description. language=Multilanguage title=Fonts pack version=1.0.0 website=http://www.example.com [EditFile] i386\hivesft.inf,AddReg,AddFonts [AddFonts] HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts","Font 1 Example (TrueType)",,"font1.ttf" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts","Font 2 Example (TrueType)",,"font2.ttf" [dosnet_files] d1,font1.ttf d1,font2.ttf [txtsetup_files] font1.ttf = 100,,,,,,,22,0,0,,1,22 font2.ttf = 100,,,,,,,22,0,0,,1,22 [i386_compress] rvmtemp\extracted\font1.ttf rvmtemp\extracted\font2.ttf When you are done making your addon and you want me to give it a glimpse to see if its OK, go ahead and post it here
-
Dudas Consultas Ayuda 7
Antes solo tenias que agregar tus themes y usar esto en tu autounattend.xml <Themes> <CustomDefaultThemeFile>%ResourceDir%\Themes\theme1.theme</CustomDefaultThemeFile> <DefaultThemesOff>false</DefaultThemesOff> </Themes> Pero eso ya no funciona, thienes que agregar tus .msstyles y wallpaers a tu wim y crear el .theme con el autounattend.xml <Themes> <ThemeName>Urban Helix v2 Baraka3</ThemeName> <DefaultThemesOff>false</DefaultThemesOff> <DesktopBackground>%WINDIR%\web\wallpaper\fabrikam.jpg</DesktopBackground> <ScreenSaver>Urban.scr</ScreenSaver> <WindowColor>Violet</WindowColor> </Themes> Al parecer los .mssyltes tampoco es apoyado
-
[AddOn] Vista RTM Fonts v1.1
I did not say you have to use the addon, just download and look how I add/copy the fonts using entries.ini and how I add the font registry entries (I dont use a INF its all done with the INI)
-
[AddOn] Vista RTM Fonts v1.1
Sorry, 5 year old addon dont have it anymore...you can find the same fonts type addon in my sidebar addon
-
Dudas Consultas Ayuda 7
Puedes subir tu .theme te muestro como crearlo con autounattend.xml
- [Edited] Win7codecs, Vista Codec Package, X64 Components
-
[Edited] Win7codecs, Vista Codec Package, X64 Components
These installers have been edited to remove toolbars (I also removed old visual c++ 2008 red) and I update some internal components link removed... More Details: - (x86) Removed Ask, Bing and WeatherBug ToolBars from the installer - (x86) Removed old Visual C++ 2008 Redistributable (so you may need to install separately) - (x86/x64) Internally updated the following files: Microsoft.VC90.CRT.manifest msvcp90.dll 9.0.30729.6225 msvcr90.dll 9.0.30729.6225 msvcp71.dll 7.10.6052.0 msvcr71.dll 7.10.7031.4 SetACL.exe 2.3.0.0 unrar.dll 4.10.100.374 - (x64) Uninstall name and install directory of the x64 Components change depending on what O.S. you install Install directory: %ProgramW6432%\Win7codecs or %ProgramW6432%\VistaCodecPack vs (generic directory) %ProgramW6432%\Shark007
-
[AddOn] Movie Maker 2.6.4040.0 (Español)
Resubido y actualizado con KB2424434
-
[AddOn] Windows Management Framework Core (Español)
Hecho
-
[AddOn] Windows 7 Media Center v2.0 (Espa
Era la versión ingles, corregido
-
[Enero] Update Pack Latino v2.0.6
cmdlines.txt no ejecuta después de primer inicio es ejecutado cuando faltan 12 minutos para que termine la instalación
-
Duda con UpdatePack Latino
Es para XP Home y Pro SP3
- Help me. Please.
-
[Slim] .NET Framework 4 Full x86/x64 (1-10-2016)
Im not talking about that sfx maker I am talking about mine that is specifically for this package...look on the first page for the "other tools" section under the lang pack links There is even a silent 7zsd.sfx/config.txt alternative that you can use if you are building a silent switch installer
-
[Slim] .NET Framework 4 Full x86/x64 (1-10-2016)
Its pretty easy to do, you can repack it using the sfxmaker and simply add the ngen command in config.txt under the 'client only' install section you call with a switch, or you could add it under them all like so ;Default Full w/ install prompt RunProgram="x64:netfx_core_x64.msi /qb!" ;RunProgram="x64:netfx_corelp_x64.msi /qb!" RunProgram="x86:netfx_core_x86.msi /qb!" ;RunProgram="x86:netfx_corelp_x86.msi /qb!" RunProgram="x64:netfx_extended_x64.msi /qb!" ;RunProgram="x64:netfx_extendedlp_x64.msi /qb!" RunProgram="x86:netfx_extended_x86.msi /qb!" ;RunProgram="x86:netfx_extendedlp_x86.msi /qb!" RunProgram="hidcon:%windir%\\Microsoft.NET\\Framework\\v4.0.30319\\ngen executequeueditems /nologo /silent" RunProgram="x64:hidcon:%windir%\\Microsoft.NET\\Framework64\\v4.0.30319\\ngen executequeueditems /nologo /silent" ;[/ai | SHIFT] Client ONLY w/ progress bar AutoInstall="x64:netfx_core_x64.msi /qb!" ;AutoInstall="x64:netfx_corelp_x64.msi /qb!" AutoInstall="x86:netfx_core_x86.msi /qb!" ;AutoInstall="x86:netfx_corelp_x86.msi /qb!" AutoInstall="hidcon:%windir%\\Microsoft.NET\\Framework\\v4.0.30319\\ngen executequeueditems /nologo /silent" AutoInstall="x64:hidcon:%windir%\\Microsoft.NET\\Framework64\\v4.0.30319\\ngen executequeueditems /nologo /silent" ;[/aic] Client ONLY w/o progress bar AutoInstallc="x64:netfx_core_x64.msi /qn" ;AutoInstallc="x64:netfx_corelp_x64.msi /qn" AutoInstallc="x86:netfx_core_x86.msi /qn" ;AutoInstallc="x86:netfx_corelp_x86.msi /qn" AutoInstallc="hidcon:%windir%\\Microsoft.NET\\Framework\\v4.0.30319\\ngen executequeueditems /nologo /silent" AutoInstallc="x64:hidcon:%windir%\\Microsoft.NET\\Framework64\\v4.0.30319\\ngen executequeueditems /nologo /silent" ;[/aif] Client + Extended w/o progress bar AutoInstallf="x64:netfx_core_x64.msi /qn" ;AutoInstallf="x64:netfx_corelp_x64.msi /qn" AutoInstallf="x86:netfx_core_x86.msi /qn" ;AutoInstallf="x86:netfx_corelp_x86.msi /qn" AutoInstallf="x64:netfx_extended_x64.msi /qn" ;AutoInstallf="x64:netfx_extendedlp_x64.msi /qn" AutoInstallf="x86:netfx_extended_x86.msi /qn" ;AutoInstallf="x86:netfx_extendedlp_x86.msi /qn" AutoInstallf="hidcon:%windir%\\Microsoft.NET\\Framework\\v4.0.30319\\ngen executequeueditems /nologo /silent" AutoInstallf="x64:hidcon:%windir%\\Microsoft.NET\\Framework64\\v4.0.30319\\ngen executequeueditems /nologo /silent" ;[/ain] Client + Extended + ngen w/o progress bar ;Not needed for this section
-
Hello everybody
Welcome to you too "NIM" LOL
-
[Enero] Update Pack Latino v2.0.6
Es un error que me sucede de vez en cuando (es muy raro,) no es normal si te sucede todo el tiempo y no se la causa
-
drivers counter disappear after removing invalid drivers
Wim compression is pretty smart, it definitely wont be 64.8x3
-
[Enero] Update Pack Latino v2.0.6
Es broma
-
[AddOn] Media Center 2005 (Español) 24 de Enero 2012
Actualizado y resubido a mediafire
-
[Enero] Update Pack Latino v2.0.6
El UPL se integra con nLite igual a un hotfix El lang actualizado no lo tengo fíjese, ojala alguien mas lo tiene