Trilogy 4.2

Discussion in 'MDL Projects and Applications' started by timesurfer, Feb 11, 2011.

Thread Status:
Not open for further replies.
  1. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,527
    4,112
    270
    #1 timesurfer, Feb 11, 2011
    Last edited: Mar 26, 2013
  2. DARKOR04

    DARKOR04 MDL Tester/Developer

    Jul 5, 2010
    497
    909
    10
    Nice AIO timesufer
     
  3. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,527
    4,112
    270
    #3 timesurfer, Feb 14, 2011
    Last edited by a moderator: Apr 20, 2017
    (OP)
  4. Alphawaves

    Alphawaves Super Moderator/Developer
    Staff Member

    Aug 11, 2008
    6,222
    22,280
    210
  5. medway

    medway MDL Novice

    Nov 12, 2010
    45
    7
    0
    congratulations mister timesurfer
     
  6. dabits

    dabits Guest

    #6 dabits, Feb 14, 2011
    Last edited by a moderator: Apr 20, 2017
    Nice work :smile3:

    But ...
    if you want it to be perfect ...
    shouldn't you :eek:

    Change line 11:
    Code:
    echo.                 A. IR5 3.2
    
    And make it:
    Code:
    echo.                 A. IR4 3.2
    
    :shisha:
     
  7. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,527
    4,112
    270
    #7 timesurfer, Feb 14, 2011
    Last edited by a moderator: Apr 20, 2017
    (OP)
    lol...It's now called IR5 cause SP1 gives 5 rearms plus initial 30 days hence 180 days grace with my rearm concept and you missed all the other lines that said IR5...lol Please be thorough next time :p

    Didn't you get the memo :shisha:
     
  8. dabits

    dabits Guest

    Sorry, been busy lately, personal issues.

    In your first post I read
    and then I see IR5 in the code and in the image.
    I wanted you to be perfect, that's all :smile3:
    And I must have missed the memo :eek:
     
  9. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,527
    4,112
    270
    #12 timesurfer, Feb 14, 2011
    Last edited by a moderator: Apr 20, 2017
    (OP)
    I am having trouble with uninstall function

    Code:
    :UninstallIR5
    cls
    REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform\Activation" /v NotificationDisabled /t REG_DWORD /d 0 /f >NUL
    schtasks /delete /tn "IR5" /f 2>NUL
    IF ERRORLEVEL 1 ( echo IR5 is not installed...
    echo.
    ) ELSE (
    echo IR5 has been successfully uninstalled...
    ping -n 5 127.0.0.1 >nul
    GOTO Start
    )
    It is different in above posts but I want it to actually give message that IR5 has been successfully uninstalled...
    but if it's already been uninstalled give message IR5 is not installed...
     
  10. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,527
    4,112
    270
    Plus it seems to go to rearm function if I use uninstall function. I just don't want it to say task has been uninstalled just IR5 has been successfully uninstalled...
     
  11. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,527
    4,112
    270
    #14 timesurfer, Feb 14, 2011
    Last edited by a moderator: Apr 20, 2017
    (OP)
    This might have fixed it...lol

    Code:
    :UninstallIR5
    cls
    REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform\Activation" /v NotificationDisabled /t REG_DWORD /d 0 /f >NUL
    schtasks /delete /tn "IR5" /f 2>NUL
    IF ERRORLEVEL 1 ( echo IR5 is not installed...
    echo.
    ) ELSE (
    echo IR5 has been successfully uninstalled...
    )
    ping -n 5 127.0.0.1 >nul
    GOTO Start
    Will test :shisha:
     
  12. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,527
    4,112
    270
    #15 timesurfer, Feb 14, 2011
    Last edited: Feb 14, 2011
    (OP)
    Ok so that change worked but it still says task has been deleted when I don't want that just

    IR5 has been successfully uninstalled...
     
  13. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,527
    4,112
    270
    #16 timesurfer, Feb 14, 2011
    Last edited by a moderator: Apr 20, 2017
    (OP)
  14. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,527
    4,112
    270
    #17 timesurfer, Feb 14, 2011
    Last edited by a moderator: Apr 20, 2017
    (OP)
  15. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,527
    4,112
    270
    Just checked IR4 .ahk file and it too is hardcoded same but it always works. I give up :shisha:
     
  16. Alphawaves

    Alphawaves Super Moderator/Developer
    Staff Member

    Aug 11, 2008
    6,222
    22,280
    210
    This is real nice and very cool..:shisha:
     
  17. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,527
    4,112
    270
    yea I'm digging it as I only need one app now to test these softwares :shisha: