1. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Sorry can't make it faster further than this, either have to remove the code protection or else have to port the code C++ to run it natively.
     
  2. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Have fixed it.
     
  3. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Thanks, have fixed and re-uploaded the Toolkit.
     
  4. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Re-download the fixed Toolkit.
     
  5. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    We only have 2 packages available to install.
    DebugTools=DebugTools_10.0.22000.tpk
    DebugTools=DebugTools_10.0.22621.tpk

    I know that from 22563 it was reached 22621, so I put the code like this, just to cover. But no one will get these old insider.

    So I put from 21996 to 22563 to use the 22000 package.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Isn't the Package version set properly, will check and fix.

    Code:
    
    :: Setting Package Service Pack Build, Version and Service Pack Build
    if "%SelectedSourceOS%" equ "w7" set "PackageServicePackBuild=17514"
    if "%SelectedSourceOS%" equ "w81" set "PackageServicePackBuild=16384"
    
    if "%SelectedSourceOS%" equ "w10" (
       if "%ImageBuild%" geq "10240" if "%ImageBuild%" leq "15063" (
           set "PackageBuild=%ImageBuild%"
           set "PackageVersion=10.0.%ImageBuild%"
           set "PackageServicePackBuild=0"
       )
       if "%ImageBuild%" equ "16299" (
            set "PackageBuild=16299"
            set "PackageVersion=10.0.16299"
            set "PackageServicePackBuild=15"
        )
        if "%ImageBuild%" geq "17134" if "%ImageBuild%" leq "17763" (
           set "PackageBuild=%ImageBuild%"
           set "PackageVersion=10.0.%ImageBuild%"
           set "PackageServicePackBuild=1"
       )
        if "%ImageBuild%" geq "18362" if "%ImageBuild%" leq "18363" (
            set "PackageBuild=18362"
            set "PackageVersion=10.0.18362"
            set "PackageServicePackBuild=1"
        )
        if "%ImageBuild%" geq "19041" if "%ImageBuild%" leq "19044" (
            set "PackageBuild=19041"
            set "PackageVersion=10.0.19041"
            set "PackageServicePackBuild=1"
        )
        if "%ImageBuild%" equ "20348" (
            set "PackageBuild=%ImageBuild%"
            set "PackageVersion=10.0.%ImageBuild%"
            set "PackageServicePackBuild=1"
        )
    )
    
    if "%SelectedSourceOS%" equ "w11" (
        if "%ImageBuild%" geq "22000" (
            set "PackageBuild=%ImageBuild%"
            set "PackageVersion=10.0.%ImageBuild%"
            set "PackageServicePackBuild=1"
        )
    )
    
     
  7. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Please do check the website, think it's working fine now.
     
  8. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    Ok, I had not noticed the "geq" I had read "equ". I don't remember when you changed it.
    Code:
    if "%SelectedSourceOS%" equ "w11" (
       if "%ImageBuild%" geq "22000" (
           set "PackageBuild=%ImageBuild%"
           set "PackageVersion=10.0.%ImageBuild%"
           set "PackageServicePackBuild=1"
       )
    )
    
    Sorry, man! hehehehe
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. mhussain

    mhussain MDL Senior Member

    Oct 1, 2012
    384
    161
    10
    @MSMG
    many thanks for your responce!
    sorry to hear that it can't be made faster,
    would it be possible for you to give a direct link to the new fixed msmg toolkit zip?
    does the very latest version of msmg toolkit v 12.3 have a changed name to reflect the revized version?
    if you are unable to provide the direct link, then could you tell us which hoster has the very latest revized version?
    hopeing that your health is well,
    Majid
     
  10. haris_mdlf69

    haris_mdlf69 MDL Addicted

    Oct 23, 2018
    657
    1,235
    30
  11. mhussain

    mhussain MDL Senior Member

    Oct 1, 2012
    384
    161
    10
    cheers!
    bookmarked.
     
  12. haris_mdlf69

    haris_mdlf69 MDL Addicted

    Oct 23, 2018
    657
    1,235
    30
  13. graver.x

    graver.x MDL Senior Member

    Jan 18, 2020
    349
    486
    10
    #23114 graver.x, Jun 21, 2022
    Last edited: Jun 21, 2022
    @MSMG,
    maybe it makes sense to rename the fixed versions as follows: v12.3.1, v12.3.2, etc....? To avoid unnecessary questions and confusion. And you can also add appropriate changes to the Changelog.

    At your discretion, of course.
     
  14. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    I do this version and also for dates, for my control.
    But it's interesting for everyone.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. kgbab

    kgbab MDL Novice

    Jul 15, 2010
    11
    5
    0
    Full new Toolkit Pack in .zip format;
     
  16. mhussain

    mhussain MDL Senior Member

    Oct 1, 2012
    384
    161
    10
    yeah,
    put revized at the end of mine.
    i'm collecting msmg toolkit versions the programme not addons.
    earliest version is ToolKit_v4.3
    @MSMG

    would it be possible for you to tell us in detail how you make the toolkit packs?
    both as a help if we wanted to make our own and incase someone does ask in future?
    wish there was a utility that would doo this.
    would be greatful for your help.
     
  17. graver.x

    graver.x MDL Senior Member

    Jan 18, 2020
    349
    486
    10
    Dear friend, we are with you trying to closely monitor all changes. Therefore, it is not difficult for us to remember exactly what was fixed and when, and even create appropriate notes for ourselves, or save the necessary links on the topic in order to possibly help those and other users asking questions here about exactly those problems that are being promptly corrected.

    I just thought that in this way, for those users who do not follow this forum too closely, the corrections being made will be much more obvious. :rolleyes:
     
  18. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    786
    631
    30
    Because Pro and Enterprise will both show on my ISO image without this change. With this change, I only get Enterprise image. @graver.x very kindly taught me this some time ago, in this post.
     
  19. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    786
    631
    30
    @MSMG
    Your website was working perfectly in Firefox today, until tonight when I tried to download the updated ToolKit. This is the message I get in Firefox: