Jump to content

ricktendo

Members
  • Posts

    8,715
  • Joined

  • Last visited

  • Days Won

    444

Everything posted by ricktendo

  1. I forgot to mention but those 2010 updates were also added
  2. I forgot to say but the reason I suggest this, but it is because /d uses colons ":" and CMD/BAT files use these to mark sections where you can jump to goto section2:section1cmd /bla:section2cmd /bla /blaThis may be why it works when you paste it in the cmd but not with your script
  3. Just without /d p:0:11, the /t and other stuff keep
  4. If thats the case you have an addon that's causing that My suggestions: use a updatepack, use a wmp11 addon, use a svcpack type installer for your .net frameworks (v1.1 and the rest) and use nLite for everything...and if you remove components with nLite do it all in one pass, multiple passes screws things up And while you are at it why not use a IE8 addon
  5. Thats the way you should do things, this installer is "slim" because I removed most the setup stuff that uninstalls older .net 4x versions. I will add the vbs slim script and other tools later, but for now you can find a link for the vbs in the .net 4.0 topic (there is a 4.5.1 version in there) @compstuff the reason I wont add /norestart is because I want my installer to be more like the original and ask to reboot if needed, not like a addon type thing that installs in the b.g. without dialogs
  6. Try it without /d and stuff, do you really need this?
  7. Updatepack is a addon containing all updates/hotfixes for Windows XP. I have not tried the media center with OnePiece .net addons, I think you need a svcpack installer addon and not true addon What language XP are you using?
  8. No, I am not going to bother with the GDR installer @compstuff simple solution, use /y /norestart @mooms Windows 7 with no .net 4x offers 4.0, not 4.5 and I dont think it will change with 4.5.1 @Thiersee you did a upgrade install over .net 4.5? Did the LP install at any point?
  9. Try with this wmp11 addon http://www.ryanvm.net/forum/viewtopic.php?p=132883#132883 What updatepack are you using? What about .net framework addon, which ones are you using?
  10. Added 2013 runtimes
  11. Are you using the RVM integrater version? I think you should try a WMP11 addon vs using the integrator (if I recally this can cause problems) If you use nLite why not just use nlite for everything, make sure you use the nlite mce addon
  12. Updated DTPro v5.4.0.0377 + SPTD v1.84
  13. Probably never, I still only get offered 4.0 on Windows 7 SP1 I will publish single LP's and SFX repackers later, maybe tomorrow on on the weekend
  14. 4.5 installer by default was GDR but I patched it with KB2519265 to change it to take LDR updates (these are non security bug fixes,) with 4.5.1 (it changed) there are 2 installers with 2 sets of files netfx_Full_GDR_x*.msi andnetfx_Full_LDR_x*.msiIf you ONLY care about security updates you would choose the GDR, but if you want security updates and "hotfixes" from the microsoft knowledge base you should pick LDR (these will fail to install if you install the GDR)If you are using the default EXE and you want to install the LDR branch you need to use <ndp451_installer>.exe /trainswapBTWLDR = Limited Distribution Release (same as QFE = Quick Fix Engineering) GDR = General Distribution Release More info
  15. Try usin set Message="Finished Phase 1, base install, the system will reboot in 90 seconds and start Phase 2 - RunOnce WU_Satisfy"shutdown /r /t 90 /d p:0:11 /c %Message%
  16. No importa el idioma, solo ciertos componentes como Internet Explorer necesitan LP y/o diccionarios localizados
  17. Looks good to me, have you tried playing around with the quotes? timeout /T 30"shutdown /r /t 90 /d p:0:11 /c "Finished Phase 1, base install, the system will reboot in 90 seconds and start Phase 2 - RunOnce WU_Satisfy""timeout /T 10
  18. Added 4.5.1 RTM (intl will follow tomorrow) BTW 4.5 installer unchanged, will remove when I finish the intl package
  19. Las reactive, vuelva a descargar el addon Las había desactivado porque recibía error diciendo el servicio no estaba instalado, ahora veo que talvez solo era en win7 que no instalaba
  20. Yo usaba jqs.exe -unregister para desinstalar/desactivar (j=java q=quick s=start) pero ahora no funciona justo después de instalar a java, voy a probar agregándolo como runonce porque creo que ahora el servicio instala después de reiniciar P.D. actualizado, agregado jqs.exe -unregister a ejecutar (parece que si instala en xp y en win7 no)
  21. Pruebe el addon de MSI fix http://www.wincert.net/forum/topic/5783-addon-eliminar-componentes-no-deseados-del-upl/
  22. Actualizado @Javo no creo que el instalador aun instale ese servicio, yo usaba jqs.exe -unregister para desinstalarlo pero cuando lo hago me dice que no esta instalado
  23. Mario Ricardo Cooper Only enter me if less than 5 people respond, if more than 5 do take me out of the running so as to give members a better chance to win
  24. Argentina separo su zona horaria de (HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones) "SA Eastern Standard Time" a su propio llamado "Argentina Standard Time", necesitas un addon (que ya hize y puse en la pagina principal) igual al a Venezuela que ejecute este comando para cambiarlo durante instalación (puedes ejecutarlo y probarlo tu mismo ahorita, abre una ventana cmd y ejecute) tzchange.exe /C "Argentina Standard Time" /V "SA Eastern Standard Time" /GSolo te lo cambia si tienes fijado "SA Eastern Standard Time"
×
×
  • Create New...