Forum Discussion
Thomas_Toka
Jul 03, 2020Copper Contributor
/postoobe not working on setup.exe
Hi, i am trying to start a Windows Setup with a /postoobe x:\script.bat as parameter. For example: works: Z:\setup.exe /AddBootMgrLast /noreboot /unattend:X:\autounattend.xml works not: Z:\setu...
abbodi1406
Jul 04, 2020Iron Contributor
Thomas_Toka Probably the script must be named setupcomplete.cmd (or sppecify a folder path that contain it)
X: is not physical path, it's only used during WinPE stage
- Thomas_TokaJul 04, 2020Copper Contributor
abbodi1406i already tried nameing it setupcomplete.cmd.. did not work.. but i did not try to put it in a subfolder.. will try.