October 9, 200322 yr Hey there, this its my first post and already with doubts Hope you can help meMy 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!
October 9, 200322 yr 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 NextWshShell.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 valueWScript.Sleep 5000'don't use "{n 5}" instead of five times "n" !WshShell.SendKeys "n"WScript.Sleep 10000WshShell.SendKeys "n"WScript.Sleep 20000Wscript.QuitUse this vbs script to install ICQ.
October 9, 200322 yr -- 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
Create an account or sign in to comment