Jump to content

ricktendo

Members
  • Posts

    8,715
  • Joined

  • Last visited

  • Days Won

    444

Everything posted by ricktendo

  1. UG does this look OK? <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <assemblyIdentity version="1.4.2.2308" name="7-Zip.SfxMod" type="win32"></assemblyIdentity> <dependency><dependentAssembly> <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="X86" publicKeyToken="6595b64144ccf1df"></assemblyIdentity> </dependentAssembly></dependency> <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"><security> <requestedPrivileges><requestedExecutionLevel level="requireAdministrator" uiAccess="false"></requestedExecutionLevel></requestedPrivileges> </security></trustInfo> <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"><application> <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"></supportedOS> </application></compatibility> </assembly>
  2. You would have to repack it...to not show any dialogs AT ALL use this sfx and config.txt along with the sfx maker (you can use 7zsplit.exe to get the 7z archive from the exe) http://www.filesonic.com/file/4238151814/dotNET4sfx_NoGUI.7z If want to keep the begin and end prompt and only hide the extracting it will take some resource editing skills to remove the dialog...you could also change GUIMode from 0 to 2 but that will mess up the dialogs
  3. Cada (segundo martes del) mes
  4. Manually install it after Windows setup
  5. http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=2639157
  6. So does the error still persist with this most recent installer? BTW silent update, added KB2639157
  7. My good laptop is dead so I dont have Windows 7 x64 to test it on, can you try with the new installer I updated today with KB2645084? And anybody with Win7 x64 have this or any problem?
  8. Actualizado No creo que sea necesario el addon de MSI Fix
  9. I came across this a few years ago http://ashleystechblog.blogspot.com/2009/03/how-to-create-hardware-independent.html
  10. For me its unanswerable but not for IcemanND http://www.msfn.org/board/topic/101383-guide-creating-wim-images-of-windows-xp-for-system-deployment-using/
  11. For KB2607070 are you extracting the 3 cabs? WUClient-SelfUpdate-ActiveX.cab WUClient-SelfUpdate-Aux-TopLevel.cab WUClient-SelfUpdate-Core-TopLevel.cab If so make sure they are the correct (x86 or x64) architecture
  12. Creo que si, en nLite solo seleccionas a desatendido y lo arreglas
  13. Bien hecho
  14. Yea I think it needs the sample stuff during testing
  15. Sorry, have no clue what could be the cause
  16. OK, pero es mejor preguntar en el hilo donde tienes problemas
  17. There is a RVMi compatible addon available on 1st post...not my addons fault the integrator deletes those folders
  18. The VBS file is very easy to use, just place it in the same dir as the msi's, open a cmd prompt and execute: cscript netfx4+lp_slim.vbs Now do a administrative install of all the msi installers (you can also use universal extractor to do this part) to leave the setup crap behind msiexec /a <installer_name>.msi TARGETDIR=<name_of_folder> I will do it for you and upload it to first post anyway, you can give it a go if you feel like To repack the installer with your slim lp you need to extract my installer, add your slim lp files and installers, download the sfx builder and edit config.txt to activate the install lines for the lp installers (remove the semicolons ";" from the lines of the lp installers), recompress the installers with 7zip and drag & drop the .7z onto the .bat to build your exe installer BTW I redid the Spanish, German, Portuguese, and French LP's so...redownload
  19. Updated Updated the sfx maker: added /qb! switch to remove the cancel button from the msi gui install and updated the 7zsd.sfx to the latest stable version Also added a VBS Slimmer script (thanks to dumpydooby) for .net 4, 4.5 and should also work on any of the LP's
  20. Y haga todo en una sola sesion, no elimines componentes en sesiones secundarias haga todo al mismo tiempo de que integras el UPL
  21. Try Orca, and search for the error code usually you find the cause of the warning (its usually in CustomAction)
  22. Not that I know of
  23. In my experience, if you plug in your usb drive and Windows sees it as a normal HDD you need to add your xml to boot.wim, if it sees it as a removable drive (with black marking on the drive) the root dir of the drive is OK
×
×
  • Create New...