[Konf 2011] 100% Windows 7 Deployment Automation
For those of you who were at the Konference, you may have seen my presentation on Windows 7 automation that uses several methods to achieve total automation for the end user experience. For those of you who missed it or who didn't attend the Konference, here is the presentation:
100% Windows 7 Deployment Automation
I will be adding code examples to this post soon, but I at least wanted to make the presentation available. I will also post a link to the video of my presentation if and when it becomes available on the DellKACE website.
For the following examples, much of the code is written in AutoIT. If you are unfamiliar with AutoIT, head over to www.autoitscript.com and download the free IDE and compiler. Also, I wrote an O'Reilly book back in 2007 that is available on Amazon for $7.99 that gives you a basic start with the language. Now, here is the example list. This will be growing.
100% Windows 7 Deployment Automation
I will be adding code examples to this post soon, but I at least wanted to make the presentation available. I will also post a link to the video of my presentation if and when it becomes available on the DellKACE website.
For the following examples, much of the code is written in AutoIT. If you are unfamiliar with AutoIT, head over to www.autoitscript.com and download the free IDE and compiler. Also, I wrote an O'Reilly book back in 2007 that is available on Amazon for $7.99 that gives you a basic start with the language. Now, here is the example list. This will be growing.
- Most Requested: Windows 7 Post-Install Task Progress Bar (AutoIT compiled exe and commented source code)
0 Comments
[ + ] Show comments
Answers (6)
Please log in to answer
Posted by:
airwolf
12 years ago
I've added the progress bar to my initial post. Enjoy!
More to come!
More to come!
Comments:
-
Hey Andy. Thanks for Windows 7 Post-Install Task Progress Bar. Great tool. We found that after upgrading to K2000 v3.4 scripted installations leave behind the folder C:\KACE\Applications\44\ and its contents (progress.exe). Dell believes its because the task is still running when kcleanup is executed. Is there any way that you know of to eliminate that? - pumba100 12 years ago
-
You could have a final postinstall application task which runs Sysinternals PSKILL to make sure the progressbar is closed. It worked for me.
Get it here: http://technet.microsoft.com/en-us/sysinternals/bb896683
Upload the file and run: pskill.exe /accepteula progress.exe - Goggeh 12 years ago
Posted by:
scottlutz
12 years ago
Posted by:
mac456
12 years ago
Posted by:
mac456
12 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.