Jump to content

Unattended Help


Recommended Posts

Hey there, this its my first post and already with doubts :)

Hope you can help me

My questions:

--- How can set the "Documents and Settings" folder to be installed in another partition?

-- Can I change the default settings of the start menu > all programs folders? Such as create a Internet folder and put all the internet shortcuts there?

-- Since I use an United States International keyboard layout and my input language is portuguese, how can I config this in winnt.sif?

-- Is there anyway to install unattended ICQ?

thanks a lot!

Link to comment
Share on other sites


My questions:

--- How can set the "Documents and Settings" folder to be

-- Is there anyway to install unattended ICQ?

thanks a lot!

Profiledir=D:\Documents (Change the path to fit you need and place in the winnt.sif under the [GUIUnatteded]

Set WshShell = WScript.CreateObject("WScript.Shell")
Set fso = CreateObject("Scripting.FileSystemObject")
On Error Resume Next
WshShell.Popup "This will Install ICQ Lite DO NOT MOVE THE MOUSE OR PRESS ANY KEYS!",5," - Warning - ",48

'Run setup from location on hdd'
'you have to check the path !
WshShell.Run ("%systemdrive%\install\ICQ\icqlite1300.exe")

'if your hdd is very slow, increase the next value
WScript.Sleep 5000

'don't use "{n 5}" instead of five times "n" !
WshShell.SendKeys "n"
WScript.Sleep 10000
WshShell.SendKeys "n"
WScript.Sleep 20000
Wscript.Quit

Use this vbs script to install ICQ.

Link to comment
Share on other sites

-- Since I use an United States International keyboard layout and my input language is portuguese, how can I config this in winnt.sif?

On your original windows cd in the directory "SUPPORT\TOOLS" find the file DEPLOY.CAB in it you will find a tool (setupmgr.exe) for building custom unattend.txts, use this tool to build a basic one which includes your language settings.

then either rename the output to WINNT.SIF or incorporate the output into your WINNT

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...