Hi, I have certain applications that need to be run after Sysprep. For them which options should I choose:
a. Additional Synchronous Commands or First Logon Commands? Software does not have any customization just needs to be installed
b. All of the applications are .msi and not .exe for e.g. one of the silent installs is:
msiexec.exe /i "C:\Apps\ps-pulse-win-5.3r1.1-b755-64bitinstaller.msi" /qn
How can I convert this into a command under Image Assist? All the apps are located under C:\Apps
Thanks