Unsolved
This post is more than 5 years old
2 Posts
0
1675
June 10th, 2019 11:00
Installing OME via MDT 'must appear under the folder'
I am trying to install OME during an MDT deployment. All of the prerequisites are met, but I get an error indicating that 'the file essentials.msi must appear under the folder windows\ManagementStation.
I am running the install from the MDT deployment ISO, under the folder: :\Deploy\Applications\Dell EMC OpenManageEssentials_2_5_A00\windows\ManagementStation
with the msiexec command:
msiexec.exe /i Essentials.msi /quiet /passive
with this working directory:
.\Applications\Dell EMC OpenManageEssentials_2_5_A00\windows\ManagementStation
The Applications directory is 'known' by MDT, but I'm not sure exactly where the OpenManage Essentials installer 'looks' for the disk layout verification. Is it possible to do the installation without the prereq check?