Jump to content

OnePiece

Members
  • Posts

    1,954
  • Joined

  • Last visited

  • Days Won

    26

Posts posted by OnePiece

  1. Ciao Ragazzi, appena posso vedrò includerlo, detto questo perché da qualche settimana o problemi di wifi, perché per metterlo dentro serve davvero poco questione davvero di 2 minuti, ma il problema dopo e upload, comunque come sempre basta integrarlo con nLite dopo ed sara tutto OK, del resto e un hotfix semplice semplice, a dentro solo 2 file cosi chi vuole potrà integrarlo sia in cd sia in updatepack anche da se subito

    1 - estrarre hotfix - WindowsXP-KB4012598-x86-custom-ita.exe -x:"C:\WindowsXP-KB4012598-x86-ITA" /Q
    2 - prendere dal C:\WindowsXP-KB4012598-x86-ITA\SP3QFE le file "sprv0410.dll" e il "srv.sys" 
    3 - estrarre update pack e copiare\sostituire dentro questi due file, copiare anche nella cartella SvcPack il "KB4012598.CAT"
    4 - questo hotfix mette obsolete il KB2508429, cosi se volete potrete cancellare dalla cartella svcpack il KB2508429.cat, e in OPMWXPUP.inf sostituire (tutti KB2508429 con KB4012598), sostituire la sezione KB4012598.AddReg con questo

    [KB4012598.AddReg]
        HKLM, "%UpdateRegKey%\%PRODUCT_NAME%\SP%SERVICE_PACK_NUMBER%\KB4012598", "Description", %REG_SZ%, "%LOC_SECURITY_UPDATE% per %PRODUCT_NAME% (KB4012598)"
        HKLM, "%UpdateRegKey%\%PRODUCT_NAME%\SP%SERVICE_PACK_NUMBER%\KB4012598", "InstalledBy", %REG_SZ%, "%NAME%"
        HKLM, "%UpdateRegKey%\%PRODUCT_NAME%\SP%SERVICE_PACK_NUMBER%\KB4012598", "InstalledDate", %REG_SZ%, "%VERSION%"
        HKLM, "%UpdateRegKey%\%PRODUCT_NAME%\SP%SERVICE_PACK_NUMBER%\KB4012598", "Type", %REG_SZ%, "Update"
        HKLM, "%UpdateRegKey%\%PRODUCT_NAME%\SP%SERVICE_PACK_NUMBER%\KB4012598\Filelist\0", "FileName", %REG_SZ%, "srv.sys"
        HKLM, "%UpdateRegKey%\%PRODUCT_NAME%\SP%SERVICE_PACK_NUMBER%\KB4012598\Filelist\0", "Version", %REG_SZ%, "5.1.2600.7208"
        HKLM, "%UpdateRegKey%\%PRODUCT_NAME%\SP%SERVICE_PACK_NUMBER%\KB4012598\Filelist\0", "BuildDate", %REG_SZ%, "Sat Feb 11 21:38:35 2017"
        HKLM, "%UpdateRegKey%\%PRODUCT_NAME%\SP%SERVICE_PACK_NUMBER%\KB4012598\Filelist\0", "BuildCheckSum", %REG_SZ%, "5ddea"
        HKLM, "%UpdateRegKey%\%PRODUCT_NAME%\SP%SERVICE_PACK_NUMBER%\KB4012598\Filelist\0", "Location", %REG_SZ%, "%12%"
        HKLM, "%UpdateRegKey%\%PRODUCT_NAME%\SP%SERVICE_PACK_NUMBER%\KB4012598\Filelist\1", "FileName", %REG_SZ%, "xpsp4res.dll"
        HKLM, "%UpdateRegKey%\%PRODUCT_NAME%\SP%SERVICE_PACK_NUMBER%\KB4012598\Filelist\1", "Version", %REG_SZ%, "5.1.2600.7208"
        HKLM, "%UpdateRegKey%\%PRODUCT_NAME%\SP%SERVICE_PACK_NUMBER%\KB4012598\Filelist\1", "BuildDate", %REG_SZ%, "Sat Feb 11 10:45:14 2017"
        HKLM, "%UpdateRegKey%\%PRODUCT_NAME%\SP%SERVICE_PACK_NUMBER%\KB4012598\Filelist\1", "BuildCheckSum", %REG_SZ%, "e720"
        HKLM, "%UpdateRegKey%\%PRODUCT_NAME%\SP%SERVICE_PACK_NUMBER%\KB4012598\Filelist\1", "Location", %REG_SZ%, "%11%"
        HKLM, "%KEY_HOTFIX%\KB4012598", "Backup Dir", %REG_SZ%, ""
        HKLM, "%KEY_HOTFIX%\KB4012598", "Comments", %REG_SZ%, "%LOC_SECURITY_UPDATE% per %PRODUCT_NAME% (KB4012598)"
        HKLM, "%KEY_HOTFIX%\KB4012598", "Fix Description", %REG_SZ%, "%LOC_SECURITY_UPDATE% per %PRODUCT_NAME% (KB4012598)"
        HKLM, "%KEY_HOTFIX%\KB4012598", "Installed", %REG_DWORD%, "1"
        HKLM, "%KEY_HOTFIX%\KB4012598", "Installed By", %REG_SZ%, "%NAME%"
        HKLM, "%KEY_HOTFIX%\KB4012598", "Installed On", %REG_SZ%, "%VERSION%"
        HKLM, "%KEY_HOTFIX%\KB4012598", "Service Pack", %REG_DWORD%, %SERVICE_PACK_NUMBER%
        HKLM, "%KEY_HOTFIX%\KB4012598", "Valid", %REG_DWORD%, "1"
        HKLM, "%KEY_HOTFIX%\KB4012598\File 1", "Flags", %REG_SZ%, ""
        HKLM, "%KEY_HOTFIX%\KB4012598\File 1", "New File", %REG_SZ%, ""
        HKLM, "%KEY_HOTFIX%\KB4012598\File 1", "New Link Date", %REG_SZ%, ""
        HKLM, "%KEY_HOTFIX%\KB4012598\File 1", "Old Link Date", %REG_SZ%, ""
       HKLM,"SYSTEM\CurrentControlSet\Services\Eventlog\System\Srv","EventMessageFile",%REG_EXPAND_SZ%,"%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\xpsp4res.dll"
    

    archiviare UpdatePack con 7-Zip o WinRar o altro (che nLite e RVMi supporta) ed e tutto OK.

    come si vede che poco da incasinarsi li o da fare qualche cosa in modo sbagliato o altro, e semplicemente un copia incolla e niente altro
     

    Ciao a tutti.

  2. After MSItoinf, extract with 7-zip the setup.msi, and take the files, example extract SkypeSetup.msi, and take from them the Product.cab, and add in SkypeSetup.inf 

    [SourceDisksNames]
       1="Skype Setup Files","Product.cab",,"i386" 

    or extract 7z1514-x64.msi and add in 7z1514-x64.inf 

    [SourceDisksNames]
       1="7-Zip Files","WIN51",,"i386" 


    so you've almost done the true addon

    Ciao.

  3. On 27/10/2015 at 1:49 PM, OnePiece said:

    scaricare anche il 7z%ver%-extra.7z in questo caso il 7z1509-extra.7z estrarlo e prendere il 7za.exe e rinominarlo in 7zdn.exe, e dopo copiare\sostituire\aggiornare nel cartella del RVMi\Plugins, comunque ecco gia pronte

     

     

    nLite & RVMi 7-Zip Plugins

    tabdownload.png Aggiornato (27 Ottobre 2015)

    tabdownload.png Aggiornato (27 Ottobre 2015)

    tabdownload.png Aggiornato (27 Ottobre 2015)

    tabdownload.png Aggiornato (27 Ottobre 2015)

    tabdownload.png Aggiornato (27 Ottobre 2015)

    tabdownload.png Aggiornato (27 Ottobre 2015)

    tabdownload.png Aggiornato (27 Ottobre 2015)

    tabdownload.png Aggiornato (27 Ottobre 2015)

    tabdownload.png Aggiornato (27 Ottobre 2015)

    Hash MD5 44AC834A7F8947CD0968EE17D68BE693

    Filesize: 0.61 MB (644680 bytes)

    Ciao a tutti.

    potrai prendere\usare anche le file gia pronte del v15.09 sopra, comunque in questo caso e il http://sourceforge.net/projects/sevenzip/files/7-Zip/15.14/7z1514-extra.7z/download

    cosi basta prendere il 7za.exe rinominarlo in 7zdn.exe e sostituirlo con quello vecchio in "..\XP_Project\Plugins\7zip\7zdn.exe"

    Ciao.

     

     

     

  4. [Version]    signature="$Windows NT$"[NirSoft.ntx86]    CopyFiles     = NirSoft.x86.System.Files    AddReg        = Uninstall.AddReg[NirSoft.ntamd64]    CopyFiles      = NirSoft.x86.System.Files, NirSoft.amd64.System.Files    AddReg         = Uninstall.AddReg[NirSoft.x86.System.Files]    NirCmd.chm, , ,32    nircmd.exe, , ,32    nircmdc.exe, , ,32[NirSoft.amd64.System.Files]    NirCmd.chm, , ,32    nircmd.exe, , ,32    nircmdc.exe, , ,32[DestinationDirs]    NirSoft.x86.System.Files   = 16425    NirSoft.amd64.System.Files = 11    DefaultDestDir             = 17[SourceDisksNames.x86]    1="NirSoft Files","WINNT6",,"\x86"[SourceDisksNames.amd64]    2="NirSoft x64 Files","WINNT6",,"\amd64"[SourceDisksFiles.x86]    NirCmd.chm=1,,45977    nircmd.exe=1,,44032    nircmdc.exe=1,,43520[SourceDisksFiles.amd64]    NirCmd.chm=2,,45977    nircmd.exe=2,,115712    nircmdc.exe=2,,113664[Uninstall.AddReg]    ;   Used during remove    HKLM,"%KEY_WIN_CURVER%\Uninstall\NirSoft"    ;   Used during install    HKLM,"%KEY_WIN_CURVER%\Uninstall\NirSoft","DisplayIcon", ,"%11%\NirSoft.exe"    HKLM,"%KEY_WIN_CURVER%\Uninstall\NirSoft","DisplayName", ,"NirSoft %NirSoft_ProductVersion%"    HKLM,"%KEY_WIN_CURVER%\Uninstall\NirSoft","DisplayVersion", ,"%NirSoft_ProductVersion%"    ;HKLM,"%KEY_WIN_CURVER%\Uninstall\NirSoft","Language", ,"%LanguageId%"    HKLM,"%KEY_WIN_CURVER%\Uninstall\NirSoft","OnlineVersion", ,"%NirSoft_ProductVersion%"    HKLM,"%KEY_WIN_CURVER%\Uninstall\NirSoft","Publisher", ,"Nir Sofer."    ;HKLM,"%KEY_WIN_CURVER%\Uninstall\NirSoft","UninstallString", ,"%11%\uninst.exe"    HKLM,"%KEY_WIN_CURVER%\Uninstall\NirSoft","UninstallString", ,"rundll32.exe advpack.dll,LaunchINFSection %17%\NirSoft.inf,DefaultUninstall"    HKLM,"%KEY_WIN_CURVER%\Uninstall\NirSoft","URLInfoAbout", ,"http://www.nirsoft.net/"    ;HKLM,"%KEY_WIN_CURVER%\Uninstall\NirSoft","SystemComponent",%REG_DWORD%,"1"    HKLM,"%KEY_WIN_CURVER%\Uninstall\NirSoft","ParentKeyName", ,"OperatingSystem"    HKLM,"%KEY_WIN_CURVER%\Uninstall\NirSoft","ParentDisplayName", ,"%PARENT_DISPLAY_NAME%"[DefaultUninstall]    BeginPrompt         = BeginUnInsPrompt    RunPreSetupCommands = Stop_NirSoft:1    DelFiles            = NirSoft.x86.System.Files, NirSoft.amd64.System.Files    DelReg              = Uninstall.AddReg    EndPrompt           = EndUnInsPrompt[Stop_NirSoft]    TASKKILL /F /IM nircmd.exe    TASKKILL /F /IM nircmdc.exe[BeginUnInsPrompt]    Title      = %PROG_NAME% Uninstaller    Prompt     = %UnInsPrompt%    ButtonType = YESNO ;<- YESNO or OKCANC[EndUnInsPrompt]    Prompt        = %EndUnInsPrompt%[DefaultInstall.ntx86]    CopyFiles    = @NirSoft.inf, NirSoft.x86.System.Files    AddReg      = Uninstall.AddReg[DefaultInstall.ntamd64]    CopyFiles    = @NirSoft.inf, NirSoft.x86.System.Files, NirSoft.amd64.System.Files    AddReg      = Uninstall.AddReg[Strings]    KEY_WIN_CURVER             = "Software\Microsoft\Windows\CurrentVersion"    NirSoft_ProductVersion     = "1.0.0"    PROG_NAME                  = "NirSoft"    REG_EXPAND_SZ=0x00020000    REG_SZ=0x00000000    REG_DWORD=0x00010001    REG_BINARY=0x00000001    REG_MULTI_SZ = 0x00010000    REG_DWORD_NOCLOBBER = 0x00010003    Reg_SZ_NOCLOBBER = 0x00000002    REG_BINARY_NOCLOBBER = 0x00000003    REG_MULTI_SZ_APPEND = 0x0001000A    REG_MULTI_SZ_NOCLOBBER = 0x00010002    REG_MULTI_SZ_DELVAL = 0x00010006    REG_ADDREG_APPEND = 0x00010008    REG_EXPAND_SZ_NOCLOBBER = 0x00020002    REG_NONE = 0x00020001    VALUE_NOT_SET = 0x00000010    VALUE_NOT_SET_NOCLOBBER = 0x00000012    ;Localizable    LANGNAME            = "English"    LanguageId          = "1033"    NirSoftTip          = "Freeware Utilities for Windows "    PARENT_DISPLAY_NAME = "Optional Components"            ;"Windows XP - Software Updates"    UnInsPrompt         = "Are you sure you want to remove NirSoft from your computer?"    EndUnInsPrompt      = "NirSoft was successfully removed from your computer."

    See example (Remember NirSoft_True_AddOn.cab (Also like structure) is more Ok)

    NirSoft_True_AddOn_WinNT6.x_Only.cab (for WinNT6.x Vista/Seven/8/10/NEXT with WinNT6.x True Integrator)

    NirSoft_True_AddOn.cab (for WInNT5.x XP\2003 with nLite\RVMI and WinNT6.x Vista/Seven/8/10/NEXT with WinNT6.x True Integrator)

     

    Ciao.

    NirSoft_True_AddOn_WinNT6.x_Only.cab

    NirSoft_True_AddOn.cab

×
×
  • Create New...