Deployment Solution

 View Only
Expand all | Collapse all

Message box information during rollout deployment

  • 1.  Message box information during rollout deployment

    Posted May 02, 2011 10:45 AM

    Hi

    I have been playing around with making an information box that shows that deployment is ongoing.

    But i have not been successfull so far. I have tried both vbscript and powershell.

    Har anyone else done any similar work?

    The problem i am trying to address is that after the image is rolled out and the computer has joined the domain some users log on to the computer even though not all the software is finished deploying.

     

    Krgds

    Endo



  • 2.  RE: Message box information during rollout deployment

    Posted May 02, 2011 01:36 PM

    Tasks are not designed to run asynchronously, so you can make a pop-up box, but the next task wont fire until the previous is exited.

    In theory, you could schedule a task that is a custom script that pops up a message AND deploys your software, but then you've lost nearly all of the functionality of the NS.

    What you might do instead though is to lock the keyboard and mouse, so that the computer can NOT be used until it's done, and then make your last task an unlock.  It's a thought.  Several people used to do this during deployment so no one could actually mess-up the deployment of an image.



  • 3.  RE: Message box information during rollout deployment

    Trusted Advisor
    Posted May 04, 2011 05:17 PM

    We use a background image which has big hazzard symbols on it with text saying "Maintenance Mode". After all the software is deployed to the machine, we remove the login screen backdrop, join to the domain and reboot.

    Works a treat as the only people who can possibly login before the final reboot are the it staff who know the local administrator password.

    Kind Regards,

    Ian./



  • 4.  RE: Message box information during rollout deployment

    Trusted Advisor
    Posted May 08, 2011 07:34 AM

    Hi Endo -has anything above helped?



  • 5.  RE: Message box information during rollout deployment

    Posted May 09, 2011 12:28 AM

    Once we have deployed the base image, we have an auto admin login and then launch an HTA that runs a periodic sql query on the DS database (6.9) to show the current job assigned to the machine.

    It also asks the user to not touch the machine ect ect.

    The wallpaper is a good idea too. We make our corporate wallpaper the desktop background as the last job of the buildchain (and then reboot the machine) so you can easily visually tell when the reimage has finished.



  • 6.  RE: Message box information during rollout deployment

    Trusted Advisor
    Posted May 09, 2011 02:33 AM

    Hi Rhys,

    I like the HTA script idea -gives the rollout guys the confidence that something is happening.

    One of the issues with just having the background wallpaper is with long post-image software deployment cycles  you have no idea if a machine is at the start or end of the software phase.

    Being patient is hard.... ;-)

    Your HTA would make a good Juice write up.

    Kind Regards,
    Ian./



  • 7.  RE: Message box information during rollout deployment

    Posted May 09, 2011 04:14 AM

    HTA files work well within a WinPE environment too - and if you use the HTA to run a series of tasks, you can update the user with status messages as you go. 



  • 8.  RE: Message box information during rollout deployment

    Posted May 09, 2011 08:55 PM

    Not a bad idea. I'll look at doing it!



  • 9.  RE: Message box information during rollout deployment
    Best Answer

    Posted May 11, 2011 06:19 PM

    You can find it here:

    https://www-secure.symantec.com/connect/articles/showing-build-status-deployment-solution-69

    Hope someone finds it useful.

    Cheers

    Rhys



  • 10.  RE: Message box information during rollout deployment

    Posted May 20, 2011 02:30 AM

    Thanks for the input. I will be testing both the background image and also the "jobs information"

    Thanks for sharing.

     



  • 11.  RE: Message box information during rollout deployment

    Trusted Advisor
    Posted May 20, 2011 06:02 PM

    Hi GTDendo,

    I'm going to mark Rhys' answer as the solution to this one as it supplies exactly what you asked for in this post.

    Good Luck!

    Kind Regards,
    Ian./