Jump to content

JFX

Member
  • Posts

    1,271
  • Joined

  • Last visited

  • Days Won

    6
  • Donations

    0.00 USD 

Posts posted by JFX

  1. WinNTSetup 5.3 Beta 7

    - workaround windows 7 Dism /add-driver bug 30 (AMD, NVIDIA drivers with LZSS compression)
    - workaround EFI NTFS driver bug
    - fixed capture problem with OneDrive On-Demand files
    - added combobox script selection to diskpart window
    - added -diskpart command line switch to bring up diskpart window
    - added WIM_MSG_ERROR and WIMLIB_PROGRESS_MSG_HANDLE_ERROR Messagebox choice
     

  2. It's seems to run a diskpart script and assign S: and W:, then calls WinNTSetup like this:

    WinNTSetup_x64 NT6 -source:"D:\sources\install.wim" -wimindex:1 -syspart:S: -tempdrive:W: -unattend:"path_unattend.xml" -compact:xpress4k

    PS: See, F1 -Help for command line options

  3. Please use code tags.

    Your list is a bit radical. Most of them are empty folder or space gain is minimal.
    Deleting wbem folder saves some space but will break all applications that uses WMI.

    Downlevel folder should be save, if recall correctly it's only be used while servicing from older WinOS.
    (like Win7/8 uses dism to add drivers to offline Win10/11 system)

  4. On 1/13/2023 at 10:32 AM, gdc88 said:

    wimlib_add_image 0x33: Could not read the target of a symbolic link

    Hmm, never got this error message. There is currently no way to skip errors.
    Can you post log file: %TEMP%\WinNTSetup\Logs\wimlib_error.log (don't close WinNTSetup it will delete the temp folder)

    @galkinvv Thanks for these tests. I will remove the 2 Messageboxes and silently create/delete the folders in next version.

  5. Thanks for the reports sharicov.
    I have trouble reproducing them, It could be that the FormatEx API has a problem with some characters of the drive label.

    Could you try the same on command line with a simple label:

    WinNTSetup_x64.exe VHD-CREATE -file:"X:\full_path_to_VHD.vhd" -size:20GB -type:expandable -label:"VHD"

    The other problem could occur with a inaccessible device, if so it will be fixed with next version.

    @Antonino Dunno, I was under the impression that I had fixed all Win11 explorer issues.

  6. WinNTSetup 5.3 Beta 4

    - fixed offline windows scan may not detect Windows 10/11 builds correctly
    - fixed internal VHD boot files option may create duplicate BCD entries
    - fixed auto format may not work if drive is in use
    - fixed loading ISO with relative path may create duplicates in source combo box
    - added Remove OneDrive tweak
    - added DISM feature enable/disable and APPX removal
    - new right-click on tweaks button to quickly disable all tweaks

  7. 22 hours ago, Melchior43 said:

    Where might I be able to 'harvest' 1037.dll from?    Wo kann ich 1037.dll „ernten“?

    Click on the windows flag on top right. Than check "Create Language File" in the menu.

      

    2 hours ago, 71b1lev said:

    When installing Windows via WinNTSetup 5.2.6, when selecting an image with the right mouse button, nothing happens, nothing opens. I uploaded version 4.2.5 (x86-x64) + 5.1.2 (x64) to a flash drive, only version 4.2.5 worked. Nobody faced?

    I removed it on the NT6 Tab site. There was no need, you can select ISO or WIM with normal left click.

  8. I can't reproduce it with ru-ru_windows_11_consumer_editions_version_21h2_updated_nov_2022_x64_dvd_0b76dae7.iso nor with
    ru-ru_windows_11_consumer_editions_version_22h2_updated_nov_2022_x64_dvd_d94d1eb8.iso

    However, MSMG ToolKit adds the following to registry:

    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE]
    "BypassNRO"=dword:00000001

    If this work for you I'll add it to next beta.

×
×
  • Create New...