Jump to content

ricktendo

Members
  • Posts

    8,715
  • Joined

  • Last visited

  • Days Won

    444

Everything posted by ricktendo

  1. (just switch "8" to "A" and it deletes the shortcut) Yes you can also try/use either 0x00000002 or 0x00000003 to delete the shortcut. You have to also take in mind when you run your script...remember this shortcut does not actually get created until syssetup.inf is executed, which happens somewhere around or before t13 Test your shortcut removal code on right now on your actual pc, if it works fine but not during setup then you should look at when you are executing it during the install @egorz if you know a way to use CMD.EXE or some other tool I could maybe try to launch it with .INF but no, dont know how to do that
  2. Do you mean where to send it if you were going to? If so I can send you my address via PM
  3. Si yo los hize, la razon porque es mucho mas pequeño es porque logre hacer una instalacion administrativa de .net 3.5 y los lang packs...al lograr esto ahora es posible integrar las actualizaciones dentro de 3.5 (antes no se podia) ahorrando tiempo en instalacion y tambien hace para mejor compresion con 7zip No te preocupes por los detalles, te aseguro que todo esta bien Y si quieres tener el 100% de actualizaciones que pide Microsoft Update solo nesesitas los siguientes addons: upl (con search instalado) .net 4eu powershell live essentials (con wlm o mail)
  4. Si esa version tiene este bug, el 1.2.5 rc1 y el 1.2.5 final que sale el martes supuestamente no
  5. tincho83 que version del upl estas usando y me gustaria ver su ultimo session.ini de nLite
  6. I know I hate that too, no I have not found out a way to use MUI files Jatin Beniwal I don't know why you would want to do this but here is what you add to your WINNT.SIF so MCE doesn't install [Components] Freestyle=Off ; Media Center SonicDVDandCDBurning=Off ; Sonic DVD and CD Burning
  7. Hey these are good to save, maybe some news article or something they can be used...like on WinCerts birthday or something
  8. Fijate como lo hacemos con el Vista Boot screen http://www.wincert.net/forum/index.php?showtopic=3858 - Agarre esos cuatro archivos actualizados del upl y agregue los bitmaps de tu NTCUSTOM.EXE a ellos para crear tu bootscreen - Para crear tu addon desempaque el addon de Vista Boot Screen y agregue los krnls que acabas de modificar - Edite el Entries_*.ini del addon de bootscreen con el nuevo nombre del addon de que quieres darle - Reempaque el addon nuevo e integrelo Este tipo de addon para nlite funciona con cualquier archivo existente en el CD de Windows...puedes hacer lo mismo con shell32.dll, explorer.exe y los demas...solo tienen que modificarlos y empakarlos con un entries.ini simple, solo nesesita lo datos generales como nombre, version, descripcion, etc. Asi se miraria un addon con estos archivos Entries_LoQueSea.ini explorer.exe shell32.dll user32.dll ntoskrnl.exe etc etc etc
  9. If you use this you dont need to use SourceDisksNames.x86 at all in your .INF (if you are compressing the file in i386) all you need to do is add is LayoutFile and SourceDisksFiles with =1 (if they are in i386 or amd64 dir) [Version] signature="$Windows NT$" LayoutFile=layout.inf [SourceDisksFiles] nameoffile.ext=1 It will use layout.inf to find what 1 equals, in this case it will look in layout.inf and find that [SourceDisksNames.x86] 1 = %cdname%,%cdtagfilei%,,\i386 or for the x64 [SourceDisksNames.amd64] 1 = %cdname%,%cdtagfilem%,,\amd64
  10. If you want to make a addon out of your silent switch for nLite its pretty easy: - Create a new folder named svcpack and place your silent installer you made with this tuto into it - Create a new text file, rename it Entries_whatever.ini (where whatever is you can put what you like example Entries_Firefox.ini) - Copy & Paste the following into your Entries_*.ini and fill in the details [general] builddate=2009/10/05 description=Description of the program goes here. language=English title=Program Name version=1.0.1 website=http://www.example.com [EditFile] SVCPACK.INF,SetupHotfixesToRun,AddProgram [AddProgram] NameOfInstaller.exe - Now you can compress the Entreis_*.ini and the svcpack folder together into a addon that nLite will be able to read and integrate Tip: you can download a already pachaged nlite addon so you can see how its done http://www.wincert.net/forum/index.php?/forum/105-svcpack-addons/ If you want to add reg entries you can compress a .reg file along with your regular installer (in the 7zip sfx) and use something like this in your config.txt (assuming your reg file is named NameOfReg.Reg) ;!@Install@!UTF-8! RunProgram="Installer.exe /X" RunProgram="regedit /s NameOfReg.Reg" GUIMode="2" ;!@InstallEnd@! After the sfx extracts and installs your program silently it will apply the .reg file afther the program finishes installing (read the .chm included in ssmaker for many more examples like this)
  11. PEChecksum by n7Epilson works on Vista/Windows 7, modifyPE doesnt And congrats on the program its working perfect...CAB compression is just as small as TugZIP
  12. Post your .INF nosotros asi te lo podemos chechear (feel free to post your inf files so we can check them)
  13. I agree, windows 7 sidebar, calc and paint & wordpad (with ribbon) would be nice to have on XP
  14. Thanks I did not know what exactly cool n quiet did until now...I thought it had to do with the fan speed, fast when its hot and slow when its cooler
  15. Oct 3-09 - Actualizacion menor (detalles technicos)
  16. Oct 3-09 - Agregado plus.cat y sonic.cat a instalar
  17. 03-10-2009 - Actualizado .NET 4EU v2.6 (integrado muchas actualizaciones y reducido tama
  18. ricktendo

    Hello all

    Bienvenido
  19. He asked me to make a true wlm addon lik OnePiece that uninstalls from add/rem components...I told him its not worth the trouble, msi installer is perfectly fine But if he, in the end, ends up learning a thing or two about making addons then I guess this would be worth it
  20. Updated and uploaded to RS Changelog: Added plus.cat & sonic.cat to install
  21. zokey no viste los videos? How To make Silent Switch Installers How to make a INF Theme addon How to make a INF Program addon
×
×
  • Create New...