question

WRaspe-5601 avatar image
0 Votes"
WRaspe-5601 asked WRaspe-5601 answered

Install .exe applications inside mdt

76225-d1bc70ac-ddd7-4eb8-8e8e-5f982ec39242.jpeg


Hi Team,

During the offline Installation, I get the following message. Maybe I need to place the installation inside the TS when Windows is online.

I also want to make sure that thé Configuration is correct like this: DontSleep_x64.exe /S

The above message is when the ts tries to install the application don’t sleep

windows-10-setupmem-mdt
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

WRaspe-5601 avatar image
0 Votes"
WRaspe-5601 answered

I reinstalled clean w10 pro and after that deployed the ts. issue is solved, but I would write your info down

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

AllenLiu-MSFT avatar image
0 Votes"
AllenLiu-MSFT answered

Hi, @WRaspe-5601
Thank you for posting in Microsoft Q&A forum.
Please try the solution to see if it helps:
On the computer you are deploying to "the client", boot into WindowsPE just like you are going to image and before you authenticate or get any dialogue boxes, press F8 in WindowsPE to get command prompt and type the following:
diskpart
list disk
select disk 0
list part
select part 1
clean
create part primary
assign
active
exit

Please refer to the thread for more details:
https://social.technet.microsoft.com/Forums/en-US/a9522a63-6fcf-48f2-9455-e42354a32d01/quotthe-task-sequence-has-been-suspended-litetouch-is-trying-to-install-applications-this-cannot?forum=mdt


If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.