Jump to content

ricktendo

Members
  • Posts

    8,715
  • Joined

  • Last visited

  • Days Won

    444

Everything posted by ricktendo

  1. Try just 64, that sounds like what you want to accomplish [securdel] "%11%\cmd.exe /c cd ""%16422%\Utility\SecureFolder\"" & %11%\cscript.exe //B Uninstall.vbs"
  2. Two commas after secu4.txt, because you also count the comma before secu4.txt Try these different RunPost commands [securdel] "cscript //B ""%16422%\Utility\SecureFolder\Uninstall.vbs""" ;or "cmd /c cscript //B ""%16422%\Utility\SecureFolder\Uninstall.vbs""" Also try RegisterDLLs [regdll] 11,,cscript.exe,,,"//B ""%16422%\Utility\SecureFolder\Uninstall.vbs""" ;or 11,,cmd.exe,,,"/c cscript //B ""%16422%\Utility\SecureFolder\Uninstall.vbs"""
  3. You have to call the uninstall section with advpack.dll,LaunchINFSection, post your INF lets have a look what you are doing
  4. Si tienes a UAC activado ejecute como administrador
  5. [RunPre/PostSetupCommand] cscript //B %16422%\Utility\someFolder\Uninstall.vbs For the ignore thing try the copyfiles flag sum of 16+32=48 [CopyFiles] Filename.ext,,,48
  6. Indexing is actually disabled by default but windows search still indexes
  7. My dl manager has some up, down, top, bottom buttons this is what they look like (maybe give you a little inspiration)
  8. Some stuff like VirtualPC and IE9 need to be installed before you apply any of its updates
  9. The ability to move updates up/down on the list would be nice, also maybe include all the way to top/bottom too Sorting by name, description, kb url would also be nice to have
  10. Otros parametros que puedes probar es cambiar cmdline a cmdlinesilent (encontre estos con bintext) 0000000976D4 0000004986D4 0 LanguageId 0000000976E0 0000004986E0 0 InstallationPath 0000000976FC 0000004986FC 0 SilentMode 000000097708 000000498708 0 Toolbar 000000097710 000000498710 0 ModifySearchProvider 000000097728 000000498728 0 ModifyWebBrowsersHomePage ..... 00000009A3E8 00000049B3E8 0 cmdline 00000009A3F0 00000049B3F0 0 cmdlinesilent 00000009A400 00000049B400 0 returncodetoreboot 00000009A418 00000049B418 0 requiresmsiengine
  11. Porque estas usando el stub y el instalador exe, extraiga el instalador msi del exe y haga tu instalador con eso Puedes probar editando a setup.exe con /qb o /qn en esta linea [Startup] CmdLine=ANALISISDISABLE="1" /qn Y para lo que no quieres que instale puedes usar un editor de msi para eliminar/apagarlo...aqui hay otros switches que puedes usar con el setup.ini USERNAME="???" COMPANYNAME="???" ISX_SERIALNUM="???"
  12. El PandaCloudAntivirus.exe es un sfx de winrar, lo puedes abrir con winrar y ver los comandos que usa para descargar e instalar el programa Setup=StubInstaller.exe /a "PCAFSI1190" /u "http://acs.pandasoftware.com/cloud/CloudAntivirus.exe" /v "8" TempMode Silent=1 Overwrite=1 El instalador exe que descargas del url contiene dentro el instalador msi, este es muy facil modificar para elimnar cosas que no quieres
  13. Depende del tipo de instalador, con inno y msi si se puede Deme un enlace o nombre
  14. Si es el complemento de silverlight pidiendo permiso
  15. Microsoft does not provide all its hotfixes via Windows Update, it only gives you the critical updates so hackers dont get into your PC...this does not mean that Microsoft is not busy fixing other small bugs that pop up and they usually release these hotfixes but you have to google the problem you are having and hope that there is a hotfix to fix that SoLoR gathers them all up in one place and removes any obsolete/superseded hotfixes to save time and space
  16. If you want ALL the updates (not just critical ones) since SP1 then you want to use SoLoR's updates
  17. @tele http://forums.mydigitallife.info/threads/19461-Windows-Hotfix-repository Descargue KB000000 de la pagina changelog
  18. El error no es mio sino el que lo esta instalando
  19. Pueden utilizar el original si quieres java update
  20. No hay nada que arreglar, desinstalen el java viejo antes de instalar este
×
×
  • Create New...