roototavio Posted September 28, 2017 Posted September 28, 2017 (edited) Hello people, I am new here and I m sorry if I am not posting on the proper part Well I have some laptops i need to manage and format more often then i would like to... So as a Lazy person that I am I created an unattended but i have to manually manage the partitions users and the serial number My idea was to merge windows 10 and 7 in one Wim file or maybe if i can keep two Wim files in the same source folder and via Unattended file i am building a small code to store user information partitions and serial numbers of the computers of the company and edit the unattended file and using the scripts to install the office and other programs they need and do all my work for me while i do more important stuff like update my Facebook status,LOL So my questions are: *Can I manage the installation process of an specific version inside the one Wim or better yet can I have multiples Wim files with different names and Choose them from the unattended file? *How can i integrate the wind 10 and win7 without the windows 8? * y some updates from win 7 simply wont slipstream? the .net and the windows defender i have already installing via script after the installation! Thank you for your attention and patience in reading it all even if you cant help me! Edited September 29, 2017 by roototavio
Tripredacus Posted September 29, 2017 Posted September 29, 2017 Be sure to type in WIM not WMI when you post. We get what you mean but you should at least fix your post and be aware of how you are typing it in the future. I personally try to use Windows Setup as little as possible, so I wouldn't take this approach at all. You should look into a unified deployment platform like MDT (which can be used to create external install media) to handle this type of task rather than trying to get Setup to deploy two totally different operating systems. For .Net Framework, updates for that I get from the catalog are EXE and thus can't be intergrated like MSU files can.
roototavio Posted September 29, 2017 Author Posted September 29, 2017 1 hour ago, Tripredacus said: Be sure to type in WIM not WMI when you post. We get what you mean but you should at least fix your post and be aware of how you are typing it in the future. I personally try to use Windows Setup as little as possible, so I wouldn't take this approach at all. You should look into a unified deployment platform like MDT (which can be used to create external install media) to handle this type of task rather than trying to get Setup to deploy two totally different operating systems. For .Net Framework, updates for that I get from the catalog are EXE and thus can't be intergrated like MSU files can. Already altered i was working a code with WMI and it got stuck in my head sorry. The .exe files are installing via the Script
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now