Create a folder in Deployment Share to be copied to scriptroot folder automaticatly

Imanol Oiarzabal 10 Reputation points
2023-07-19T11:48:41.7966667+00:00

I need to create a folder in my deployment share that i want to be copied to every offline media i created to \content%deployroot% folder. it contains some tools and notes that i need after the installation.

When i select update media content i want this folder to be copied so when i burn the image to a pendrive, this folder have to be placed in %deployroot%.

User's image

actually i have to copy this folder manually to every pendrive i create.

Where in deployment share do i have to place this folder in order to be copied to my scriptroot folder?

thks

Ima

Microsoft Deployment Toolkit
Microsoft Deployment Toolkit
A collection of Microsoft tools and documentation for automating desktop and server deployment. Previously known as Microsoft Solution Accelerator for Business Desktop Deployment (BDD).
859 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Imanol Oiarzabal 10 Reputation points
    2023-08-30T13:21:20.99+00:00

    Hi Allen and everyone, no worries. I have solved. I decided to add all apps and tools as apps directly in deployment share so I can install them with arguments or copy to client machine for further installations or whatever. This way I always have all apps I want copied into my offline media and works like a charm. Thank you all. ImaOiar.

    1 person found this answer helpful.
    0 comments No comments

  2. AllenLiu-MSFT 43,061 Reputation points Microsoft Vendor
    2023-07-20T02:45:31.0166667+00:00

    Hi, @Imanol Oiarzabal

    Thank you for posting in Microsoft Q&A forum.

    You may try the steps below to see if it helps:

    1. In the MDT deployment workbench, navigate to your deployment share.
    2. Create a folder called "Tools" (or whatever name you prefer) in the root of your deployment share.
    3. Place the files and notes you need in this folder.
    4. Open the bootstrap.ini file in your deployment share control folder (e.g. \MDTServer\DeploymentShare\Control\bootstrap.ini) using Notepad or any text editor you prefer.
    5. Under the [Settings] section, add the following line: DeployRoot=%DeployRoot%\Tools

    This line specifies that the Tools folder in the root of your deployment share will be copied to the offline media in the %DeployRoot% location.

    1. Save and close the bootstrap.ini file.
    2. Update media content of your media and check that the Tools folder is now included in the \Content\Deploy folder of your offline media.
    3. Burn the image to a new pendrive using the updated media content and check that the Tools folder is now in %DeployRoot%.

    Note: Make sure to test this solution before deploying it in a production environment.


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Add comment".


  3. Imanol Oiarzabal 10 Reputation points
    2023-08-29T10:13:27.61+00:00

    Hi Allen,

    first of all, sorry for taking so long to reply, i was very busy.

    i just tried your method and did no work, maybe i'm doing something wrong.

    I created an Apps named folder in the root of deploymentShare folder (C:\deploymentshare\Apps).
    User's image

    updated my bootstrap ini file in control folder adding in [settings] section the line you said
    User's image

    go to DeploymentWorkbench, media, update media content
    User's image

    and once it finished the Apps folder does not appear anywhere
    User's image

    I'm making something wrong?

    thks in advance,

    ImaOiar

    0 comments No comments