Jump to content

Thomas Kpunkt

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by Thomas Kpunkt

  1. Hey Legolash2o,

    thank you so much for this great tool! I used to build Win7 images with RT7Lite which is really a pain in the ass compared to your great tool :D

    I found just one little annoying bug that appears everytime I want to unmount an image file.

    The "Errors.txt" file shows the following two entries:


    sErr:
    ***********************************
    Form: All-In-One Tool (Windows 7 PROFESSIONAL)(frmAllInOne)
    Description: Error trying to commit image
    Status: Tool Name: All-In-One Tool (Windows 7 PROFESSIONAL)
    Image Name: Microsoft Windows PE (x64)
    Argument: /Unmount "E:\Temp\W7T\BootPE" /commit
    WIM File: E:\Win7\SOURCES\boot.wim
    Drive Type: Fixed
    Free Space: 42.74 GB
    File Exists: True
    IsReady: True[/font][/color]
    Exception: ExMessage: Das System kann die angegebene Datei nicht finden

    sErr:
    ***********************************
    Form: All-In-One Tool (Windows 7 PROFESSIONAL)(frmAllInOne)
    Description: Error trying to commit image
    Status: Tool Name: All-In-One Tool (Windows 7 PROFESSIONAL)
    Image Name: Microsoft Windows Setup (x64)
    Argument: /Unmount "E:\Temp\W7T\Boot" /commit
    WIM File: E:\Win7\SOURCES\boot.wim
    Drive Type: Fixed
    Free Space: 42,67 GB
    File Exists: True
    IsReady: True[/font][/color]
    Exception: ExMessage: Das System kann die angegebene Datei nicht finden

    The translation for the exception statement at the end is: The system cannot find the specified file

    To fix this error, you only need to adjust the unmount-parameters for dism, because they do not work the way you implemented them.

    Original parameters for dism.exe as currently used in the Windows 7 Toolkit v1.3.0 RC2:


    /Unmount "E:\Temp\W7T\Boot" /commit

    Fixed version (I could easily unmount the images with this before clicking on the OK button in the error message box):


    /Unmount-Wim /MountDir:"E:\Temp\W7T\Boot" /commit

    I hope you could fix this real quick since it affects only a single line of your code.

    Thanks :cap:

×
×
  • Create New...