**********************
Traceback (most recent call last):
File "<string>", line 339, in <module>
File "<string>", line 296, in main
File "<string>", line 73, in sevenzipExtract
File "c:\jenkins\workspace\brigadier\build\brigadier\out00-PYZ.pyz\subprocess", line 493, in call
File "c:\jenkins\workspace\brigadier\build\brigadier\out00-PYZ.pyz\subprocess", line 679, in __init__
File "c:\jenkins\workspace\brigadier\build\brigadier\out00-PYZ.pyz\subprocess", line 896, in _execute_child
WindowsError: [Error 2] The system cannot find the file specified
**********************
I would like to first thank @h9826790 for his excellent write-up guide on doing bootcamp without boot screen. If it's not the availability of this well written guide I probably would have not done this bootcamp windows installation. I have to admit, ever since my conversion from the Windows/PC camp to the MacOs camp since 2009, I have not installed a single copy of Windows in my computer for almost 10 years. As a recent project required, it would be more convenient if I have a working copy of Windows to try out some apps, hence this exercise. Make a long story short, in principle I follow the guide and manage to install a copy of Windows 10 (from 1803) and then upgrade to 1809. I am able to use the BootCamp panel from Windows booting back to my Mojave 10.14.4 installed in an NVMe blade while my Windows 10 is installed in an SSD at the 2nd optical bay. Upon returning to Mojave, I can use StartUpDisk under System Preference to booting back to Win10.
As a contribution back to the community, I would like to share some problems I have had following the guide and how I might have solved the problem. I have the same problem as @blue_macaco. I manage to use brigadier to download a DAT file for both MacPro5,1 and iMacPro1,1. However, it looks like part of the script is some how broken that lead to the 7.zip executable failed to install, hence the DAT download cannot be further unzip into the respective Drivers sub directory. Base on the postulation, I went to download and install 7zip at https://www.7-zip.org/a/7z1900-x64.exe in the freshly installed Windows.
Therefore, from step 6, I install 7zip, per above.
Then run brigadier -m MacPro5,1 and then the above error would gone away. After that, you could see some stuff being decompressed to the respective folders under the directory BootCamp-031-11269
Then I run brigadier -m iMacPro1,1.
I have to say, I think when I run "msiexec /i bootcamp.msi" I hit on the problem it saying that I do not have a Windows 7 for it to install on. Hence, when I run "msiexec /x bootcamp.msi" I hit on a similar problem saying there is no bootcamp for uninstall.
Because of the problem above, I then copy the DRIVERS directory from Bootcamp5 to Bootcamp6, then I run "msiexec /i bootcamp.msi" from Bootcamp6 (the directory where you have the iMacPro1,1 bootcamp files).
Viola, I manage to get the Win10 going in my cMP, I am thankful that for the first time to have Windows running on my mac computer.
Sorry folks, I do not enjoy much on installing Windows in my cMP, if I am diligent enough, I should have redo the process and better document the actual procedures. If it works now, I dare not to fix it again.
By sharing the above procedures, I hope someone would get some inspiration on how to get around the above problem as stated by @blue_macaco.
If some more experienced inmates who may spot the potential issues that I might have commit with what I have done, please kindly point that out and hopefully there is some solution for them (e.g. I might have installed some stuff that I don't really need.)
Hope this help someone. Cheers and thanks to this great community.