Jump to content

ricktendo

Members
  • Joined

  • Last visited

Everything posted by ricktendo

  1. K link removed Edit: added link to dumpydooby's (sanctioned) silent installer http://doitrightconsulting.net/forums/thread-59.html
  2. Thanks dareckibmw
  3. Microsoft-Windows-Shell-Setup
  4. 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
  5. 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
  6. 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)
  7. Sorry, 5 year old addon dont have it anymore...you can find the same fonts type addon in my sidebar addon
  8. Puedes subir tu .theme te muestro como crearlo con autounattend.xml
  9. Was asked to cease and decist by author and that is what I will do
  10. 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
  11. Resubido y actualizado con KB2424434
  12. Era la versión ingles, corregido
  13. cmdlines.txt no ejecuta después de primer inicio es ejecutado cuando faltan 12 minutos para que termine la instalación
  14. Es para XP Home y Pro SP3
  15. ricktendo replied to Alexandre's post in a topic in Win Toolkit
    Yes, any language and any version of windows 7 sp1 you can add all of SoLoR's updates to
  16. 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
  17. 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
  18. ricktendo replied to thespeedy20's post in a topic in Introduction
    Welcome to you too "NIM" LOL
  19. 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
  20. Wim compression is pretty smart, it definitely wont be 64.8x3
  21. Actualizado y resubido a mediafire
  22. El UPL se integra con nLite igual a un hotfix El lang actualizado no lo tengo fíjese, ojala alguien mas lo tiene