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: LTI newbie in need of help.
Prev Next
You are not authorized to post a reply.

AuthorMessages
ChrisMillerUser is Offline

Posts:3

Send Message
07/21/2008 10:16 PM  
Hello everyone,

Found this great site that has already provided me with tons of useful information! I am currently attending school for IT and work in the computer labs on the side. I was put in charge of setting up a lite touch installation for one of the labs. This has been attempted twice before by other people and failed both times. I have no experience with MTD or lite touch except for what I have done in this project so far.

My biggest problem I have been running into is the command line script that needs to be written. Thankfully, due to the webcast, I was able to complete it with Office 2007, but I am not entirely clear of how to complete it with 3rd party applications. I have to install programs such as Wireshark (networking program) and Dr. Java (programming), and I am not entirely clear on what needs to be in the command line. 

Example: C:\NetworkingPrograms\Wireshark.exe
For the command line, do I simply write "Wireshark.exe" or do I write something like "msiexec /i wireshark.exe /an"?

I know this is a very basic beginner question for this forums, and I would really appreciate some help and advice.

Also, can people recommend some vbscript books for a beginner?

Thanks very much.
Chris
JSobyUser is Offline

Posts:6

Send Message
07/22/2008 8:17 AM  

Chris,

First, i would buy the windows Vista resource kit. It has an entire chapter dedicated to LTI.

Also, the silent command lines depend on the product itself. MSIs use msiexec /i msinamehere /qn while some setup files use SetupProgramName.exe /s. Others may use SetupProgramName.exe /silent.  It just depends on the program. There is not one standard, except for MSIs.

As for a beginner VBScript book, look for VBScript for Absolute Beginners. That is a great book if you are just starting off.

ChrisMillerUser is Offline

Posts:3

Send Message
07/23/2008 6:47 PM  
Well please correct me if I am wrong, as I am new to the scripting world, but VBScript is what I should be attempting to learn correct? If not, should I be looking at shell scripting?

Also, if you happen to know, there are two editions of the Windows Vista Kit. Do you happen to know which one I should buy? I appreciate the help.

PyrosoftUser is Offline

Posts:48

Send Message
07/24/2008 2:18 AM  
Definitely VBscript. And use Microsofts provided WSF wrapper so you get full blown logging in your custom scripts and a number of other functions that you’ll find useful.
kstrapUser is Offline

Posts:1

Send Message
08/27/2008 10:39 AM  
I think your looking for just some quick commands tasks.


This is an example of a msi task:
Command Line:
msiexec.exe /i "winzip112.msi" /passive /norestart
Start in:
%DEPLOYROOT%\Applications\Winzip

Exe task
Command Line:
j2re-1_4_2_12-windows-i586-p.exe /S /v/qn
Start in:
%DEPLOYROOT%\Applications\JAVA-1.4.2.12

Also if you have any applications that require a restart after install make sure you add in the options code 3010.
You are not authorized to post a reply.
Forums > Deployment Solutions > Lite Touch > LTI newbie in need of help.



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