Jump to content

mooms

Member
  • Posts

    306
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    France

Everything posted by mooms

  1. Instead of integrating each updates one by one, you can use an update pack, similar to a service pack, it will replace the files directly Check this forum, very handy http://www.ryanvm.net/forum/index.php
  2. WUD has already its own subforum
  3. I always uncheck MS Network Client in the installation process and VirtualBox Guest Additions works well.
  4. I think you can change ComputerType to automatic, normally Windows installs the right HAL by itself. Also, i recommend you to only disable the services you don't want, I can see you have removed a lot of them. Just disable the ones your are sure to not need and leave the others in the default state, it's the safest. maybe also keep NetShell Cmd-Tool, i'm not sure for this one.
  5. qfecheck /v in a command prompt to see wich KB are installed. You may have to download qfecheck as it is not in a default Windows install. You can also use WinUpdatesList by Nirsoft.
  6. My bad, i have misread your last_session.ini, it's your host XP wich in SP2, your target is SP3.... So it must be because of an old nLite version, as JohnC says, tell us if all is good now.
  7. "OnePiece_IE8_WinXPSP3_v1.1.0_AddOn_ENU.7z " is only compatible with XP SP3 as it is stated in his name. So I think it's because you don't have slipstreamed (integrated) the Service Pack 3 into your XP installation. You can do it with with Nlite; you can also add an Post SP3 update pack. You can load your previous session in nLite to keep your configuration Edit (important): you must use the latest nLite 1.4.9.1 BTW, do you have installed WMP11 slipstreamer ? it's needed to integrate WMP11... Instead you can try this addon, maybe easier to use because it contains all WMP11 updates. Also, Several addons are not up to date, like ccleaner 2.19.900 Unlocker 1.8.7, Firefox 3.0.10, Opera 9.64 , Java 1.6u13 , K-Lite Codec Pack 4.8.0 (mega contains Real alternative and you can add Quicktime Lite too) FoxIt reader (much quicker and lighter than Adobe reader) and maybe flash player (two addons). Have fun with nLite and Virtualbox and don't forget to start with a fresh source !!
  8. Go here, much better (hide the ads when updating) and always up to date.
  9. use snmsynth yo build an addon that run at T-13 stage.
  10. CCleaner slim (without adware) - Stock installer repacked with commands to make it silent. - AddOn compatible with nLite and RVMi. - SFX compatible with WinToolkit and RVMi. - Compatible XP-Vista-7-8 32/64 bits. - Detect your language and configure CCleaner automatically. (Thanks to gora, ricktendo and bphlpt) - Desktop Icon removed. AddOn: Size: 3,47 MB MD5: 9204263cbb39ce92ea80acb56d0602b7 CCleaner_Slim_4.09.4471 Intl_AddOn.rar Silent Installer: Size: 3,47 MB MD5: f15e2825646629001c7825374fdad11b CCleaner_Slim_4.09.4471.exe Maker: Size: 1.05 MB MD5: b485d3c2ce0f36a605ff365b69ff0618 CCleaner_maker_2.1.7z How to use: Run CCleaner_Slim_online.cmd and the maker will download the slim installer of CCleaner and create a silent installer with commands to install it in the language of the operating system and an AddOn for RVMi/nLite in the output folder: Because the slim installer is available a few days after the release of a new CCleaner version, you can also manually download the (slim or standard) installer and put it in ccsetup folder, then run CCleaner_local.cmd The maker will automatically name the SFX & AddOn 'Slim" or "Standard" based on the file size. Be aware that the standard setup will install Chrome silently along with CCleaner if you have an active internet connection when executed ! The maker will warn you about this if it detect the standard installer.
  11. To clarify : ALL addons for nLite and rvm integrator are silent. some are silent installers (or official installers launched with a switch ) If you open the archive with Winrar or 7zip, you can extract the executable and install it on live system. And some are 'true Addons', means they are integrated in the i386 folder and installed by Windows setup. (they don't come with their own installers, you can't install them on live system)
  12. I save my XPCDs as ISO-Files and mount them for use - like this my sources are save against unwanted modifications. I do the same
  13. very interesting radix, thanks ! So instead of using HKLM,"SOFTWARE\Classes\CLSID\{A43F4073-BEBD-4142-B590-27A74384620B}\DefaultIcon",,0x0,"C:\PROGRA~1\FOXITR~1\FOXITR~1.EXE,0" We can use HKLM,"SOFTWARE\Classes\CLSID\{A43F4073-BEBD-4142-B590-27A74384620B}\DefaultIcon",,0x0,"%16422%\FOXITR~1\FOXITR~1.EXE,0" am i right ? i have not using inf method yet, i have created the one above with reg2inf and it doesn't convert absolute path to relative ones.
  14. mooms

    driver question

    To make an universal windows XP with many many drivers, go to driverpacks.net
  15. yes, it's self registering on the first launch. if you want the file association on the first boot here is a exemple reg file Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\FoxitReader.Document] ""="Foxit Reader Document" "BrowseInPlace"="1" "EditFlags"=dword:00010000 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\FoxitReader.Document\DefaultIcon] ""="C:\\PROGRA~1\\FOXITR~1\\FOXITR~1.EXE,1" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.pdf] ""="FoxitReader.Document" "Content Type"="application/pdf" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.pdf\ShellNew] "NullFile"="" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\FoxitReader.FDFDoc] ""="Foxit FDF Document" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.fdf] ""="FoxitReader.FDFDoc" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\FoxitReader.Document\shell\open\command] ""="\"C:\\PROGRA~1\\FOXITR~1\\FOXITR~1.EXE\" \"%1\"" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\FoxitReader.Document\shell\print\command] ""="\"C:\\PROGRA~1\\FOXITR~1\\FOXITR~1.EXE\"/p \"%1\" " [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\FoxitReader.Document\shell\printto\command] ""="\"C:\\PROGRA~1\\FOXITR~1\\FOXITR~1.EXE\"/t \"%1\" \"%2\" \"%3\" \"%4\" " [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\FoxitReader.FDFDoc\shell\open\command] ""="\"C:\\PROGRA~1\\FOXITR~1\\FOXITR~1.EXE\" \"%1\"" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\FoxitReader.Document\Insertable] ""="" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\FoxitReader.Document\protocol\StdFileEditing\verb\0] ""="&Edit" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{14E8BBD8-1D1C-4D56-A4DA-D20B75EB814E}] ""="Foxit Reader Document" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{14E8BBD8-1D1C-4D56-A4DA-D20B75EB814E}\Verb\1] ""="&Open,0,2" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{14E8BBD8-1D1C-4D56-A4DA-D20B75EB814E}\Insertable] ""="" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{14E8BBD8-1D1C-4D56-A4DA-D20B75EB814E}\AuxUserType\2] ""="PDF" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{14E8BBD8-1D1C-4D56-A4DA-D20B75EB814E}\AuxUserType\3] ""="Foxit Reader" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{14E8BBD8-1D1C-4D56-A4DA-D20B75EB814E}\MiscStatus] ""="32" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{14E8BBD8-1D1C-4D56-A4DA-D20B75EB814E}\DocObject] ""="0" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\FoxitReader.Document\DocObject] ""="0" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{14E8BBD8-1D1C-4D56-A4DA-D20B75EB814E}\Printable] ""="" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\FoxitReader.Document\CLSID] ""="{14E8BBD8-1D1C-4D56-A4DA-D20B75EB814E}" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\FoxitReader.Document\protocol\StdFileEditing\server] ""="C:\\PROGRA~1\\FOXITR~1\\FOXITR~1.EXE" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{14E8BBD8-1D1C-4D56-A4DA-D20B75EB814E}\ProgID] ""="FoxitReader.Document" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{14E8BBD8-1D1C-4D56-A4DA-D20B75EB814E}\InprocHandler32] ""="ole32.dll" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{14E8BBD8-1D1C-4D56-A4DA-D20B75EB814E}\LocalServer32] ""="C:\\PROGRA~1\\FOXITR~1\\FOXITR~1.EXE" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{14E8BBD8-1D1C-4D56-A4DA-D20B75EB814E}\DefaultIcon] ""="C:\\PROGRA~1\\FOXITR~1\\FOXITR~1.EXE,1" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{14E8BBD8-1D1C-4D56-A4DA-D20B75EB814E}\DefaultExtension] ""=".pdf, PDF Files(*.pdf)" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\FoxitReader.FDFDoc\Insertable] ""="" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\FoxitReader.FDFDoc\protocol\StdFileEditing\verb\0] ""="&Edit" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{A43F4073-BEBD-4142-B590-27A74384620B}] ""="Foxit FDF Document" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{A43F4073-BEBD-4142-B590-27A74384620B}\Verb\0] ""="&Edit,0,2" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{A43F4073-BEBD-4142-B590-27A74384620B}\Verb\1] ""="&Open,0,2" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{A43F4073-BEBD-4142-B590-27A74384620B}\Insertable] ""="" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{A43F4073-BEBD-4142-B590-27A74384620B}\AuxUserType\2] ""="FDF" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{A43F4073-BEBD-4142-B590-27A74384620B}\AuxUserType\3] ""="Foxit Reader" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{A43F4073-BEBD-4142-B590-27A74384620B}\MiscStatus] ""="32" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{A43F4073-BEBD-4142-B590-27A74384620B}\DocObject] ""="0" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\FoxitReader.FDFDoc\DocObject] ""="0" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{A43F4073-BEBD-4142-B590-27A74384620B}\Printable] ""="" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\FoxitReader.FDFDoc\CLSID] ""="{A43F4073-BEBD-4142-B590-27A74384620B}" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\FoxitReader.FDFDoc\protocol\StdFileEditing\server] ""="C:\\PROGRA~1\\FOXITR~1\\FOXITR~1.EXE" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{A43F4073-BEBD-4142-B590-27A74384620B}\ProgID] ""="FoxitReader.FDFDoc" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{A43F4073-BEBD-4142-B590-27A74384620B}\InprocHandler32] ""="ole32.dll" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{A43F4073-BEBD-4142-B590-27A74384620B}\LocalServer32] ""="C:\\PROGRA~1\\FOXITR~1\\FOXITR~1.EXE" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{A43F4073-BEBD-4142-B590-27A74384620B}\DefaultIcon] ""="C:\\PROGRA~1\\FOXITR~1\\FOXITR~1.EXE,0" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{A43F4073-BEBD-4142-B590-27A74384620B}\DefaultExtension] ""=".fdf, FDF Files(*.fdf)" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\MIME\Database\Content Type\application/pdf] "CLSID"="{14E8BBD8-1D1C-4D56-A4DA-D20B75EB814E}" "Extension"=".pdf" [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.pdf] "Progid"="FoxitReader.Document" or in inf format [Version] Signature="$Windows NT$" [Optional Components] MyRegTweaks [DefaultInstall] AddReg =REGEntries.AddReg DelReg =REGEntries.DelReg [MyRegTweaks] OptionDesc ="Registry Entries" Tip ="Registry Entries" Modes =0,1,2,3 AddReg =REGEntries.AddReg DelReg =REGEntries.DelReg [REGEntries.AddReg] HKLM,"SOFTWARE\Classes\FoxitReader.Document",,0x0,"Foxit Reader Document" HKLM,"SOFTWARE\Classes\FoxitReader.Document","BrowseInPlace",0x0,"1" HKLM,"SOFTWARE\Classes\FoxitReader.Document","EditFlags",0x10001,00,00,01,00 HKLM,"SOFTWARE\Classes\FoxitReader.Document\DefaultIcon",,0x0,"C:\PROGRA~1\FOXITR~1\FOXITR~1.EXE,1" HKLM,"SOFTWARE\Classes\.pdf",,0x0,"FoxitReader.Document" HKLM,"SOFTWARE\Classes\.pdf","Content Type",0x0,"application/pdf" HKLM,"SOFTWARE\Classes\.pdf\ShellNew","NullFile",0x0 HKLM,"SOFTWARE\Classes\FoxitReader.FDFDoc",,0x0,"Foxit FDF Document" HKLM,"SOFTWARE\Classes\.fdf",,0x0,"FoxitReader.FDFDoc" HKLM,"SOFTWARE\Classes\FoxitReader.Document\shell\open\command",,0x0,"""C:\PROGRA~1\FOXITR~1\FOXITR~1.EXE"" ""%%1""" HKLM,"SOFTWARE\Classes\FoxitReader.Document\shell\print\command",,0x0,"""C:\PROGRA~1\FOXITR~1\FOXITR~1.EXE""/p ""%%1"" " HKLM,"SOFTWARE\Classes\FoxitReader.Document\shell\printto\command",,0x0,"""C:\PROGRA~1\FOXITR~1\FOXITR~1.EXE""/t ""%%1"" ""%%2"" ""%%3"" ""%%4"" " HKLM,"SOFTWARE\Classes\FoxitReader.FDFDoc\shell\open\command",,0x0,"""C:\PROGRA~1\FOXITR~1\FOXITR~1.EXE"" ""%%1""" HKLM,"SOFTWARE\Classes\FoxitReader.Document\Insertable",,0x0 HKLM,"SOFTWARE\Classes\FoxitReader.Document\protocol\StdFileEditing\verb\0",,0x0,"&Edit" HKLM,"SOFTWARE\Classes\CLSID\{14E8BBD8-1D1C-4D56-A4DA-D20B75EB814E}",,0x0,"Foxit Reader Document" HKLM,"SOFTWARE\Classes\CLSID\{14E8BBD8-1D1C-4D56-A4DA-D20B75EB814E}\Verb\1",,0x0,"&Open,0,2" HKLM,"SOFTWARE\Classes\CLSID\{14E8BBD8-1D1C-4D56-A4DA-D20B75EB814E}\Insertable",,0x0 HKLM,"SOFTWARE\Classes\CLSID\{14E8BBD8-1D1C-4D56-A4DA-D20B75EB814E}\AuxUserType\2",,0x0,"PDF" HKLM,"SOFTWARE\Classes\CLSID\{14E8BBD8-1D1C-4D56-A4DA-D20B75EB814E}\AuxUserType\3",,0x0,"Foxit Reader" HKLM,"SOFTWARE\Classes\CLSID\{14E8BBD8-1D1C-4D56-A4DA-D20B75EB814E}\MiscStatus",,0x0,"32" HKLM,"SOFTWARE\Classes\CLSID\{14E8BBD8-1D1C-4D56-A4DA-D20B75EB814E}\DocObject",,0x0,"0" HKLM,"SOFTWARE\Classes\FoxitReader.Document\DocObject",,0x0,"0" HKLM,"SOFTWARE\Classes\CLSID\{14E8BBD8-1D1C-4D56-A4DA-D20B75EB814E}\Printable",,0x0 HKLM,"SOFTWARE\Classes\FoxitReader.Document\CLSID",,0x0,"{14E8BBD8-1D1C-4D56-A4DA-D20B75EB814E}" HKLM,"SOFTWARE\Classes\FoxitReader.Document\protocol\StdFileEditing\server",,0x0,"C:\PROGRA~1\FOXITR~1\FOXITR~1.EXE" HKLM,"SOFTWARE\Classes\CLSID\{14E8BBD8-1D1C-4D56-A4DA-D20B75EB814E}\ProgID",,0x0,"FoxitReader.Document" HKLM,"SOFTWARE\Classes\CLSID\{14E8BBD8-1D1C-4D56-A4DA-D20B75EB814E}\InprocHandler32",,0x0,"ole32.dll" HKLM,"SOFTWARE\Classes\CLSID\{14E8BBD8-1D1C-4D56-A4DA-D20B75EB814E}\LocalServer32",,0x0,"C:\PROGRA~1\FOXITR~1\FOXITR~1.EXE" HKLM,"SOFTWARE\Classes\CLSID\{14E8BBD8-1D1C-4D56-A4DA-D20B75EB814E}\DefaultIcon",,0x0,"C:\PROGRA~1\FOXITR~1\FOXITR~1.EXE,1" HKLM,"SOFTWARE\Classes\CLSID\{14E8BBD8-1D1C-4D56-A4DA-D20B75EB814E}\DefaultExtension",,0x0,".pdf, PDF Files(*.pdf)" HKLM,"SOFTWARE\Classes\FoxitReader.FDFDoc\Insertable",,0x0 HKLM,"SOFTWARE\Classes\FoxitReader.FDFDoc\protocol\StdFileEditing\verb\0",,0x0,"&Edit" HKLM,"SOFTWARE\Classes\CLSID\{A43F4073-BEBD-4142-B590-27A74384620B}",,0x0,"Foxit FDF Document" HKLM,"SOFTWARE\Classes\CLSID\{A43F4073-BEBD-4142-B590-27A74384620B}\Verb\0",,0x0,"&Edit,0,2" HKLM,"SOFTWARE\Classes\CLSID\{A43F4073-BEBD-4142-B590-27A74384620B}\Verb\1",,0x0,"&Open,0,2" HKLM,"SOFTWARE\Classes\CLSID\{A43F4073-BEBD-4142-B590-27A74384620B}\Insertable",,0x0 HKLM,"SOFTWARE\Classes\CLSID\{A43F4073-BEBD-4142-B590-27A74384620B}\AuxUserType\2",,0x0,"FDF" HKLM,"SOFTWARE\Classes\CLSID\{A43F4073-BEBD-4142-B590-27A74384620B}\AuxUserType\3",,0x0,"Foxit Reader" HKLM,"SOFTWARE\Classes\CLSID\{A43F4073-BEBD-4142-B590-27A74384620B}\MiscStatus",,0x0,"32" HKLM,"SOFTWARE\Classes\CLSID\{A43F4073-BEBD-4142-B590-27A74384620B}\DocObject",,0x0,"0" HKLM,"SOFTWARE\Classes\FoxitReader.FDFDoc\DocObject",,0x0,"0" HKLM,"SOFTWARE\Classes\CLSID\{A43F4073-BEBD-4142-B590-27A74384620B}\Printable",,0x0 HKLM,"SOFTWARE\Classes\FoxitReader.FDFDoc\CLSID",,0x0,"{A43F4073-BEBD-4142-B590-27A74384620B}" HKLM,"SOFTWARE\Classes\FoxitReader.FDFDoc\protocol\StdFileEditing\server",,0x0,"C:\PROGRA~1\FOXITR~1\FOXITR~1.EXE" HKLM,"SOFTWARE\Classes\CLSID\{A43F4073-BEBD-4142-B590-27A74384620B}\ProgID",,0x0,"FoxitReader.FDFDoc" HKLM,"SOFTWARE\Classes\CLSID\{A43F4073-BEBD-4142-B590-27A74384620B}\InprocHandler32",,0x0,"ole32.dll" HKLM,"SOFTWARE\Classes\CLSID\{A43F4073-BEBD-4142-B590-27A74384620B}\LocalServer32",,0x0,"C:\PROGRA~1\FOXITR~1\FOXITR~1.EXE" HKLM,"SOFTWARE\Classes\CLSID\{A43F4073-BEBD-4142-B590-27A74384620B}\DefaultIcon",,0x0,"C:\PROGRA~1\FOXITR~1\FOXITR~1.EXE,0" HKLM,"SOFTWARE\Classes\CLSID\{A43F4073-BEBD-4142-B590-27A74384620B}\DefaultExtension",,0x0,".fdf, FDF Files(*.fdf)" HKLM,"SOFTWARE\Classes\MIME\Database\Content Type\application/pdf","CLSID",0x0,"{14E8BBD8-1D1C-4D56-A4DA-D20B75EB814E}" HKLM,"SOFTWARE\Classes\MIME\Database\Content Type\application/pdf","Extension",0x0,".pdf" HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.pdf","Progid",0x0,"FoxitReader.Document" But keep in mind it won't work if you don't install foxit in "c://Program Files" (it's why i don't included this in the addon)
  16. If it's not compartible it's for a good reason i think i'm afraid you have to redo your selection.
  17. Thank you very much for this beast64, il will try it EDIT: I have tested it and the "Unlocker" entry does not show up in context menu. If i manually do all works fine and Unlocker is in french so apparently you have forgotten to register UnlockerCOM.dll.Also it may be better to use nsis to add the registry entry as it supports Environment variable (If the Program files folder is set elsewhere than C: ) If you would share your nsis script it may be educational ( i have the project to learn nsis scipting someday...it can be the beginning!) and I can compare with Innocent devil's one If you have time to correct that i will be glad !
  18. Welcome to MSFN ! http://www.msfn.org/board/index.php?showto...st&p=772508 Do you have support for foreign languages like the original installer ? everytime i tried an installer different than the official (like ones in the linked thread) i was disappointed as Unlocker was always in english (i want french) Also, auto starting of the assistannt is not a good thing IMO, as it can break the install at T-13 stage. (it's important for folks like me who whant to install it via svcpack and not at gui runonce ) If you can make a version that install in French (and other language as well, according to your windows language ) and without auto-starting of the assistant (in fact i think it's completely useless and just a waste of space) it will be great!
  19. I thought nobody use adaptec's ASPI by now
  20. mooms

    General

    Very hard to read .....
×
×
  • Create New...