Jump to content


jo_in_paris

Lenovo ThinInstaller during OSD Task Sequence

Recommended Posts

Hi all,

 

Maybe someone has some knowledge on this topic and could help find a solution to my problem :

 

- We have various models of Lenovo computers in my company, and we want to install all needed drivers and applications from Lenovo Update Retriever using ThinInstaller.

- I got it working fine using a separated Task Sequence deployed to a collection that I can run from Software Center. So running it in Windows when logges in is working just perfectly.

- Now I would like to integrate the same steps inside my current OS deployment task sequence (we are deploying Windows 10 Enterprise edition).

- When I run the same command lines inside the OSD TS, it copies the files of ThinInstall on C:\ThinInstaller correctly, but the second command that runs effectively ThinInstaller seems to not be run at all (no logs in thininstaller folder, when it is working there is some...)

- The steps are currently close to the end of my OSD TS, after a reboot to the installed operating system (so not in WinPE).

 

The commands are the following :

 

Step 1 : Copy ThinInstaller

xcopy "\\server\share-to-thininstaller-folder\*.*" "C:\ThinInstaller" /E /Z /Y /I

> This commands is running as a domain admin account, and run as expected (all files are copied correctly to the local disk).

 

Step 2 : Run ThinInstaller

ThinInstaller.exe /CM -search A -action INSTALL -noicon -includerebootpackages 1,3,4 -noreboot -repository "\\SERVER\LENOVO-REPOSITORY"

Start In : C:\ThinInstaller

Runs as a domain admin account

> This command to not run at all (nothing found in the logs).

 

I tried to change the step 2 with a batch file, same result.

Also tested to remove the "run as" option, no luck.

 

And again, the exact same command lines run perfectly in a separated task sequence ran from Software Center...

 

I'm stucking here right now and is out of clue.. If anyone has an idea how to achieve that, he is more than welcome !

 

Thanks all in advance for your help,

Cheers

Jocelyn

Share this post


Link to post
Share on other sites

Here's how I have it working in my environment.

First, I install the driver package and have a condition WMI query Where Model like "%####%" (replace #### which lenovo machine type)

 

Then.. before the "Setup Windows and Configuration.." step.. I run these 2 steps

1) a command to create a directory

2) Copy all files from a package to that directory. (I made a package with all of the thininstaller files)

 

01v8A3S.png

My Final step of the TS runs this command:

 

PRn7kYP.png

 

This has been working great for us..

 

Make sure to edit thininstaller depository to lookout for updates that require restarts.. you can deploy BIOS updates this way too, but it also requires changing the bios package in the thininstaller DB to suppress restart.

Share this post


Link to post
Share on other sites

bcsdtech:

 

That's awesome that you have that.

So, why do you have it run ThinInstaller AND the apply driver steps? Isn't that performing the driver install twice?
Would it be better to install just the LAN driver and then have it go through the rest and install the drivers through ThinInstaller?

 

Thanks!

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.