Jump to content

ricktendo

Members
  • Joined

  • Last visited

Everything posted by ricktendo

  1. Its nothing special, I just add a "FirstLogonCommands" to run when I first log in with the following infdefaultinstall %WINDIR%\inf\tweaks.inf Here is what it looks like in the Autounattend.xml <SynchronousCommand wcm:action="add"> <CommandLine>infdefaultinstall %WINDIR%\inf\tweaks.inf</CommandLine> <Description>Registry Tweaks</Description> <Order>8</Order> <RequiresUserInput>false</RequiresUserInput> </SynchronousCommand> InfDefaultInstall.exe comes with Windows 7 in the system32 folder, its what I use to launch my INF instead of rundll32
  2. http://adf.ly/1713566/tinkeres Peso: 63.3 MB MD5: abb6b42740b8abcc99eab3e0ad51fdd9 Web: http://www.microsoft...ges/tinker.aspx
  3. ricktendo replied to Raoul's post in a topic in Windows 7
    Keep trying to unmount the folder, also keep rebooting and running /Cleanup-Wim switch
  4. ricktendo replied to Raoul's post in a topic in Windows 7
    Try dism /Cleanup-Wim No need to point to a /MountDir or /Image just /Cleanup-Wim
  5. El UPL tiene al RDP v7.0, creo que este ya apoya múltiples conexiones porque habla del icono en la barra de tareas para cerrar y cambiar entre ventanas (pero no tengo como probarlo, solo hay un otro PC donde me puedo conectar en mi casa) http://www.ervik.as/index.php/microsoft-mainmenu/terminal-server/2019-remoteapp-and-desktop-connection-system-tray-icon No estoy seguro si es lo mismo en XP
  6. HKCU,"Software\WinRAR\Setup","CascadedMenu",0x10001,01,00,00,00
  7. AWESOME trick to finding cmd lines
  8. Maxii solo es necesario si tuviste problemas con alguno de sus instaladores MSI con versiones anteriores del upl, KB972397-v2 sigue siendo el mismo que las versiones anteriores y MSI Fix sigue siendo compatible con esta versión del upl. No te0z, el updatepack para 2k3 de ingles no es compatible con Server 2k3 español
  9. You can do this yourself mate, just: - Rename the %ProgramFiles%\Windows Sidebar\xx-XX folder to en-US (make sure sidebar.exe.mui is in there) - Take a original sidebar.exe from vista sp2 and add your icon/skin or whatever then copy it to your Windows Sidebar dir - Right click on it and choose patch vista executable and you have sidebar.exe with the icon/skin of your choice
  10. ricktendo replied to yvangkwheng's post in a topic in Introduction
    LOL hello kunty, your name sounds dirty
  11. No se puede instalar en un systema ya formateado, solo se puede integrar dentro de sus archivos de instalacion (CD)
  12. If you take a file like ocgen.dll, rename it to wlmoc.dll and create a bmp and add it to that you can maybe do that, that is what onepiece does Or you can use the one that old Windows Messenger uses IconIndex = *, msgrocm.dll, 2
  13. OK let me explain the icon thingy, you can specify a icon (but its really a BMP not a ICO) by using a number, this number points to one of the bitmaps in 1201.bmp in setupapi.dll You start to count from zero: 0,1,2,3,4,5,6,7,8,9,etc and you will get your icon number This is how you would point to a icon in setupapi.dll You can also specify other BMP icons that are in other DLL's, this one points to plusoc.dll BMP number 114 that is in "C:\WINDOWS\system32\Setup" If your DLL is in system32 you do this ..\ and it will go up one level and into system32, example ieaccess.inf IconIndex = *, ..\xpsp1res.dll, 200
  14. You dont need to add any reg entries for your addon to show in Optional Components, just unhide it and add Uninstall=name.Uninstall to your [VideoLAN] section
  15. You integrate it into your XP with nLite
  16. You cannot manually install this addon
  17. No you cannot use just the registry, you need to have a INF installer/uninstaller and have it also listed in sysoc.inf
  18. 1st you need to make it visible in Add/Rem Win Components by removing HIDE from the sysoc entry It will look like Then in your Optional Component section you add a Uninstall directive which will point to a Uninstall section with DelFiles, DelReg and stuff Take a look and see how Windows does it, open accessor.inf, shl_img.inf and other inf files to get a good idea
  19. Si rezzo, si tienes problemas con algún instalador suyo utilice el msifix. Es valido con 1.3.X hasta que yo diga que no es valido