Friday, January 09, 2009
Deployment Forum HomeDeployment Forum ArticlesDeployment Forum Download LibraryDeployment Forum Member BlogsDeployment Forum Community Forums
Member Login
StandardLiveID


Register
Forgot Password ?



Guests can view and read messages in the community forums, but you must register and log in to Deployment Forum before you can post messages. Click Register at the top of this page. Before posting messages, please read the forum guidelines at the bottom of this page.

Subject: Is it possibleto hidethe task sequence window?
Prev Next
You are not authorized to post a reply.

AuthorMessages
St4vr0sUser is Offline

Posts:16

Send Message
05/16/2008 8:27 AM  

As the title suggests...

I have written some testing scripts with autoit that install 4 applications from the $OEM$ folders which run as an "Install apps" script afterthe install of vista.

I know the scripts work perfect when they are running after a normal cd installation but for some reason they stop during the MDT task sequence.

My assumption is that every now and then the lti scripts take the window focus away from what application is running and checks the task sequencer. Once the focus is taken off the application during an install it breaks the operation.

I was wondering if there is anyway to hide the task sequence window and just have an icon in the task bar?

Thanks

Pete

FarmerPeteUser is Offline

Posts:168

Send Message
05/16/2008 1:49 PM  
You would probably have more luck trying to fix the issue from your scripts point of view. I'm not 100% sure, but if the syntax of autoit is the same as AutoHotKey (I believe it is) than a healthy dose of winactivates would be sufficent.
KonradUser is Offline

Posts:67

Send Message
05/18/2008 5:48 PM  
I had a similar problem with the task sequence manager window and some apps that used Install Sheild 5.5 as their installer:
http://www.deploymentforum.com/Community/Forums/tabid/124/forumid/17/tpage/1/view/topic/postid/535/Default.aspx#708

As I posted there, this is what I did:

1. Have my application install (via a batch file), which does the following:

1.1 Copy the files locally to some temp folder

1.2 Configure the RunOnce registry key to kick off the actual install

2. Within MDT, tell it to reboot after installing this application

This way, my install copies the files down, reboots the PC and installs the application before the Task Sequence tool runs and everything works OK.

You are not authorized to post a reply.
Forums > Deployment Solutions > MDT 2008 > Is it possibleto hidethe task sequence window?



ActiveForums 3.7
Forum Policies
Minimize

These forums are a user-supported community for IT professionals to exchange deployment tips, solutions, and techniques. For the benefit of all Deployment Forum members, please observe the following guidelines when posting to these forums:

  • We reserve the right to remove any message. Our moderators will remove all messages that are not respectful or productive. Profanity, racism, prejudice, and flaming are not tolerated.
  • Do not advertise products or services. Our moderators will remove all advertisements or service announcements. Product and service recommendations from active Deployment Forum members are encouraged, however.
  • Make sure your question isn't already answered. Before posting questions, search the forums. After ensuring that your questions are unique, post them to the most appropriate forum. This will help reduce noise in the forums.
  • Help make the most of each thread. Do not post unrelated messages to a thread. Also, if you've resolved a question outside of these forums, please share the solution with other members by posting it back to the thread.
  • Do not share confidential information. Confidential information includes product keys and addresses. Our moderators will edit any message containing confidential information, so double-check messages and their attachments before posting them.
  • Post messages using only the English language. For the benefit of all Deployment Forum members, please post your messages using the English language.

We hope that you enjoy using this community. Please submit your comments and feedback on the Comments and Feedback page or post them to the Comments, Feedback forum.



Privacy Statement  |  Terms Of Use
© 2007 Jerry Honeycutt