This post is more than 5 years old
Moderator
•
349 Posts
0
18562
February 5th, 2015 07:00
Image Assist First Logon commands
Certain software can't be installed inside an image because they will either quit working correctly or break the imaging process. Applications like antivirus, antimalware, endpoint management, or any software that installs binding GUID's or drivers that tie themselves to HWID's - those should not be installed in the image.
Incompatible software for Image Assist | DELL Technologies
Image Assist provides First Logon Commands to help automate scripted software installs during the first boot.
You can stage and install those applications using the First Logon Commands of the Unattended XML. These applications are setup as post installations.
Steps outlining the process
- Create a folder e.g. "C:\temp" and place the program install files inside the folder.
- Write a script that will initiate the installation of the application and add the path to that script in the First Login Commands located at the bottom of the Unattended XML form.
- The install takes place after the image is deployed, booted, and logged into for the first time.
- This can be set to occur automatically if the local admin account is enabled and the automatic logon count is set to 1 or greater.
This example uses the default Administrator account with auto-logon, which is not required. If auto-logon isn't set, the command runs for whichever account logs in first. Microsoft has a known issue where the LogonCount value is incremented unexpectedly (e.g., 1 becomes 2). To avoid this, follow Microsoft’s guidance on the LogonCount issue. > Microsoft LogonCount known issue

You could ask AI to help generate a script to test. The best way to test a script is to stage everything, take a snapshot, test it, revert to the snapshot, test, revert, etc. until you get it right.
When it's working, take a final 'reference' snapshot before you go through the full Image Assist capture process.
After the image capture, fully deploy the image on a local computer to verify functionality before uploading it to for production.
For more information regarding Synchronous and First Logon Commands, please refer to the following.
Related Articles:
Contact us for more information.
If you do not already have a Dell contact, use the Global Imaging Contact Sheet to get started.
Learn More with Live Webinars.
See Dell Configuration Services Imaging & Provisioning Webinar for webinar schedules and registration details.
every Thursday from 9:30AM-10:30AM CST (3:30-4:30 UTC/GMT)


DELL-ChrisM2
Community Manager
•
1.4K Posts
•
5.8K Points
0
November 11th, 2025 17:37
Great post! Marking thread as Accepted Solution.