ImageAssist is a locally used tool. You will install the OS on a system or VM and add your apps to the image that can be installed before sysprep runs and do not add drivers. For apps that need to be installed post sysprep, like VNC, anti virus or encryption software, you can copy the files over, just not install them yet. Then install the IA tool set and run "guide me". It will step you through the entire process including the unattend.xml creator. That is where you will add the script or scripts to install the post sysprep apps. In the runonce section at the bottom of the page. I always set the autoadmin login to 1 and do a reboot at the end of the script. Also please build the usb deployment key to test your scripts work by deploying your image. Hope this helps...TK
ImageAssist runs typically the same, it's just not a cloud based solution like ImageDirect was. With ImageAssist, your refrence build is mainly your base Windows Image with nothing installed. It's there so you don't have to go through an entire reinstall of the OS if something fails. Once you have your refrence image, you can begin with your maintenance image. I placed a link to better illustrate the difference.
Thanks ... so I can copy my post OS install exe's in a directory on the Maintenance Image and then point to that directory in the runonce options in the unattend.xml.
tkoscielniak
52 Posts
1
October 5th, 2016 13:00
Hello Jim,
ImageAssist is a locally used tool. You will install the OS on a system or VM and add your apps to the image that can be installed before sysprep runs and do not add drivers. For apps that need to be installed post sysprep, like VNC, anti virus or encryption software, you can copy the files over, just not install them yet. Then install the IA tool set and run "guide me". It will step you through the entire process including the unattend.xml creator. That is where you will add the script or scripts to install the post sysprep apps. In the runonce section at the bottom of the page. I always set the autoadmin login to 1 and do a reboot at the end of the script. Also please build the usb deployment key to test your scripts work by deploying your image. Hope this helps...TK
David Urdiales
1 Rookie
•
21 Posts
0
October 5th, 2016 13:00
Hello Jim,
ImageAssist runs typically the same, it's just not a cloud based solution like ImageDirect was. With ImageAssist, your refrence build is mainly your base Windows Image with nothing installed. It's there so you don't have to go through an entire reinstall of the OS if something fails. Once you have your refrence image, you can begin with your maintenance image. I placed a link to better illustrate the difference.
http://en.community.dell.com/techcenter/enterprise-client/f/4916/t/19640427
Below are some more links with instructional videos and documentation to get you more familiar with the tool:
Feel free to either call or email us with any assistance needed or questions you may have.
us_osimaging@dell.com
866-340-0541
jPoz63
1 Rookie
•
2 Posts
0
October 6th, 2016 08:00
Thanks ... so I can copy my post OS install exe's in a directory on the Maintenance Image and then point to that directory in the runonce options in the unattend.xml.
Sound logical ...
Thanks