aXeSwY Posted November 13, 2015 Posted November 13, 2015 (edited) Hi guys am trying to make a SetupComplete.cmd script without editing the .wim file so what i did is make a folder "$oem$" inside the sources folder Am not going to bore you guys with details but it works as i want in WINDOWS 7 , Yet copying the same "$oem$" folder to a windows 10 RTM disk doesn't work , it ignore it like it's not there This is my code it's really basic , it excuse a self made WPI vb.net app that will let me choose what to install and what not it's developed with .net 3.5 (for windows 7) and 4.5 (for windows 10) @echo off"%WINDIR%\Setup\Files\WPI.exe"rd /q /s "%WINDIR%\Setup\Files"del /q /f "%0"Is there something am missing ? hope you guys could see it or at least tell me what you think am doing wrong Thanks for help <3 Edited November 13, 2015 by aXeSwY
Tripredacus Posted November 13, 2015 Posted November 13, 2015 Setupcomplete.cmd does not work on some editions, notably OEM ones. I'm guessing that would only leave Retail and VL editions, but not sure about the one made with Media Creator. 1
aXeSwY Posted November 14, 2015 Author Posted November 14, 2015 Setupcomplete.cmd does not work on some editions, notably OEM ones. I'm guessing that would only leave Retail and VL editions, but not sure about the one made with Media Creator. It is VL , thanks for the info executing "slmgr.vbs /dli" :Name: Windows(R), Professional editionDescription: Windows(R) Operating System, VOLUME_KMSCLIENT channelLol self made WPI? Well the name....It simply a single frame app where I check what i wanna install it's not YOUR wpi
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now