Multi OEM/Retail Project

Discussion in 'MDL Projects and Applications' started by The_Guardian, Nov 8, 2014.

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

    The_Guardian Contributor

    May 7, 2012
    2,054
    6,803
    90
    We have this already included in the project...same cert (TOSHIBA6) and same key (Win7 Pro edition) that is included so this machine should oem activate with this project.
     
  2. The_Guardian

    The_Guardian Contributor

    May 7, 2012
    2,054
    6,803
    90
    You said it didn't activate which we all know but it didn't install oem wallpaper theme either? This is odd. Did you setup the iso correctly? No branding is odd because even if it doesn't activate it should always brand to the oem manufacturer if present in project which TOSHIBA is. Think I might be on to something here. ;)
     
  3. The_Guardian

    The_Guardian Contributor

    May 7, 2012
    2,054
    6,803
    90
    #1303 The_Guardian, Jul 19, 2015
    Last edited: Jul 19, 2015
    (OP)
    This logging implementation is such a pain on win 8.x and win 10. It writes what it wants to only. I cant for the life of me figure out why. I even made a test cmd file and only parts write to it still. What a pita!!! :mad:

    I really don't know if this is worth it or not and this is why I say this...logging will only tell me where the script breaks but if an image didn't copy over correctly then I already know where the problem would lie anyways. lol So this really does nothing for me to help troubleshooting plus end user wont know anyway because of limited access to project files so it is somewhat useless for them.
     
  4. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,092
    24,400
    340
    #1304 s1ave77, Jul 19, 2015
    Last edited by a moderator: Apr 20, 2017
    Hi hi hi, reminds me at RearmWizard :cool2:. CMD to CMD to VBS to CMD inception :suicide:.

    Code:
    echo echo echo IF %%%%%%%%ERRORLEVEL%%%%%%%% EQU 7 del /s /q msgbox.vbs ^^^^^^^>nul ^^^^^^^& call :Exit ^^^>^^^>%%%%dl%%%%\installkey.bat ^>^>%%file%% >>%SystemDrive%\Rearm\Check.bat
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. The_Guardian

    The_Guardian Contributor

    May 7, 2012
    2,054
    6,803
    90
    #1305 The_Guardian, Jul 19, 2015
    Last edited: Jul 19, 2015
    (OP)
    Exactly my issue, deletes previous info written to file when other cmd file runs but my other issue is even in the install cmd file it only writes parts not everything. It only shows about a 1/4 of what it should write to the file. Its puzzling. :eek:

    Vista and Win7 does logging perfectly....go figure. lol

    Think it is a permission issue but everything I have tried made no difference so maybe do two separate log files and then put them together. I will try this and see results later on this evening.
     
  6. The_Guardian

    The_Guardian Contributor

    May 7, 2012
    2,054
    6,803
    90
    #1306 The_Guardian, Jul 19, 2015
    Last edited: Jul 19, 2015
    (OP)
    @ bitznpcz,
    I am waiting to hear from you on my above post to you. I am curious as to your answer. :)

    If the above is correct then it sounds as if the whole project failed for you which is very odd! I tend to believe the iso wasn't setup correctly.
     
  7. urie

    urie retired mod

    May 21, 2007
    8,996
    3,380
    300
    @The Guardian, that is exactly what i was thinking project has not run at all perhaps $oem$ folder added to root rather than sources folder.
     
  8. The_Guardian

    The_Guardian Contributor

    May 7, 2012
    2,054
    6,803
    90
    Yeppers, my thoughts exactly. Great minds think alike. lol :p

    Back to my logging issues. I will check back later this evening to see if he posted an answer.
     
  9. bitznpcz

    bitznpcz MDL Novice

    Jan 19, 2014
    23
    4
    0
    this was after running Daz loader... Not my original results.txt from the failed activation.
     
  10. bitznpcz

    bitznpcz MDL Novice

    Jan 19, 2014
    23
    4
    0
    I have used the process a few times and the OEM folder is in sources. The only thing I have changed is add some post-setup .net updates using NTLite, which also puts files in the OEM folder. I'll dig out a DVD I created a few months ago and report what happens with that.
     
  11. urie

    urie retired mod

    May 21, 2007
    8,996
    3,380
    300
    Well now we know why it is not working nothing to do with multi oem project.
     
  12. The_Guardian

    The_Guardian Contributor

    May 7, 2012
    2,054
    6,803
    90
    I agree, no problem with multi oem project. I see NTLite used so it could have corrupted the iso. Another slipstreaming issue. lol Not multi oem project related.

    I swear, we need a slipstreaming thread created. I even have a good name for it...slipstreaming 101. lol :D
     
  13. The_Guardian

    The_Guardian Contributor

    May 7, 2012
    2,054
    6,803
    90
    #1313 The_Guardian, Jul 19, 2015
    Last edited: Jul 19, 2015
    (OP)
    There are two methods that windows loader uses for activation. One is emulated which yours was not but instead was oem activated using key and cert included in the windows loader which is also in this project. If windows loader activated by oem (not emulated) then the project will as well for they both have the same key and cert included. ;)

    Falls back to your iso again I am afraid. o_O

    Note: We know NTLite has slipstreaming issues for sure since he mentioned it. Put this app on the list to not use. lol

    Updated first post with this info...
    This subject is now closed.
     
  14. The_Guardian

    The_Guardian Contributor

    May 7, 2012
    2,054
    6,803
    90
    #1314 The_Guardian, Jul 19, 2015
    Last edited: Jul 19, 2015
    (OP)
    I have a feeling that most of those that have recently complained about using a slipstreamed iso's and failures of the multi oem project use NTLite since it seems to be with Win 7 mostly. I would recommend testing in VMware any custom slipstreamed iso's end users have created to make sure it fully works before doing any installs on a real machine. Might save you time and a lot of headaches. ;) Oh, then I could go fishing more. :biggrin:
     
  15. bitznpcz

    bitznpcz MDL Novice

    Jan 19, 2014
    23
    4
    0
    I've found the problem but not the cause... OOBE.cmd was missing. I'm guessing it was deleted by NTLITE somehow. Sorry for any confusion caused and for wasting your time! You can go fishing again now!! o_O:biggrin:
     
  16. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,092
    24,400
    340
    That would be a magic project, that even works with the main executable missing :D.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. urie

    urie retired mod

    May 21, 2007
    8,996
    3,380
    300
    #1317 urie, Jul 19, 2015
    Last edited: Jul 19, 2015
    off subject but I would check autounattend.xml don't post results or questions regarding that in Multi Oem Project section.
     
  18. legacy

    legacy MDL Novice

    Jul 18, 2015
    20
    0
    0
    #1318 legacy, Jul 19, 2015
    Last edited: Jul 19, 2015
    bitznpcz

    The goal for me was to create an ISO with a recovery partition with branding and latest slip streamed updates for use on a factory restore using genuine OEM keys. Always activated on restore, which has proved to be a success so far. remember to disable your antivirus as some files may be falsely suspect and will be deleted, hence will fail and cause you problems on your Iso creation when installed :p
     
  19. The_Guardian

    The_Guardian Contributor

    May 7, 2012
    2,054
    6,803
    90
    #1319 The_Guardian, Jul 19, 2015
    Last edited: Jul 19, 2015
    (OP)
    This is true but no AV would ever delete the oobe.cmd...decompile.exe possibly but never the oobe.cmd file.

    Has anyone tried adding the project to the iso after it was created by a third party app like NTLite and then use UltraISO to add the $oem$ folder to sources folder in the iso, then save it with UltraISO? I use UltraISO to add to all of my original M$ iso's. I wonder if this corrects the issue for those that encounter this problem.
     
  20. urie

    urie retired mod

    May 21, 2007
    8,996
    3,380
    300
    I don't think making the iso is the problem it is what are they doing with ntlite adding removing and also autounattend.xml they could be running oobe, firstrun, setupcomplete commands from that setting screen size and resolution and depth e.t.c.