K2000 - Post Install Tasks - File not found/specified
So we lost all of our images when we had 2 drives fail in our RAID 5. I'm stuck at rebuilding all of our images from scratch now, which sucks - but I'm slowly building up everything again.
To get things started, I captured my sysprepped WIM image and started doing post-install tasks. None of them are working:
Intel HD drivers - zip file. I've called it with a BAT file, and even the full command "Setup.exe -overwrite -s"
AdobeAir - tried with zip file and full command:
"AdobeAIRInstaller.exe -silent {-eulaAccepted -pingbackAllowed}"
Flash MSI files won't work:
misexec.exe /qb /i "install_flash_player_14_active_x.msi"
misexec.exe /qb /i "install_flash_player_14_plugin.msi"
Any ideas? I don't know why post-install tasks suck ever since 3.6 task's engine took over.
7 Comments
[ + ] Show comments
Answers (0)
Please log in to answer
Be the first to answer this question
Here is the error I get when installing the Intel HD Drivers:
https://www.dropbox.com/s/m53dz65643nnk0z/post1.JPG
Here is the error I get when installing the MSI files:
https://www.dropbox.com/s/518undjvjtvei80/post2.JPG - sfigg 10 years ago
That will let us see the type of task and the commandline being run.
Could be a typo in posting to itninja, but you have msiexec misspelled above, make sure that isn’t the problem on the k2.
Corey
Lead T3 Enterprise Solutions Consultant, K2000 - cserrins 10 years ago
Thanks! - sfigg 10 years ago
The only thing I'm still having issues with is the Wireless Config batch file.
I have the XML file and a BAT file zipped up. The BAT file is as follows:
"netsh wlan add profile filename="Wireless Network Connection-CUSD200-Staff.xml""
It works in Windows, but as a post-install task, it fails. Not sure why - this has happened ever since 3.6, and it worked prior. Is there something different I should be doing? - sfigg 10 years ago