Jump to content

ZenQ

Member
  • Posts

    6
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

Everything posted by ZenQ

  1. Thanks kelsenellenelvian I am new at this unattended Windows XP. I got the basics down and got it to work and now i am trying to figure out how to install my software automatic. At least the ones that do not need a serial key because I do not have a clue how to get the serial key apps to work. Thanks again Tim
  2. I was wondering if my batch file looks correct. ECHO. ECHO Installing .NET Framework v1.1 ECHO Please wait... start /wait %systemdrive%\install\NetFramework1.1\netfx.msi /qb . ECHO Installing .NET Framework v2.0 ECHO Please wait... start /wait %systemdrive%\install\NetFramework2.0\netfx.msi /qb ECHO Installing .NET Framework v3.0 ECHO Please wait... start /wait %systemdrive%\install\NetFramework3.0\vs_setup.msi /qb ECHO Installing Adobe Reader 8 ECHO Please wait... start /wait %SYSTEMDRIVE%\Install\AdobeReader8\AdbeRdr811_en_US. exe /sAll ECHO Installing DVDshrink 3.2.0.15 ECHO Please wait... start /wait "%systemdrive%\install\dvdshrink\dvdshrink.exe /VERYSILENT" ECHO Installing Mozilla Firefox ECHO Please wait... start /wait %systemdrive%\install\Firefox\Firefox.exe -ms ECHO Installing WinRAR 3.20 ECHO Please wait... start /wait %systemdrive%\install\WinRAR\wrar371.exe /s ECHO.Done thanks ZenQ
  3. Here is my code for the WINT.SIF if you can see any problems that would be great. ; Generated by nLite 1.4 [Data] AutomaticUpdates="Yes" AutoPartition=1 MsDosInitiated=0 UnattendedInstall="Yes" [Unattended] UnattendMode=FullUnattended UnattendSwitch="Yes" OemPreinstall="Yes" OemSkipEula="Yes" FileSystem=* WaitForReboot="No" NoWaitAfterTextMode=1 NoWaitAfterGUIMode=1 DriverSigningPolicy=Ignore NonDriverSigningPolicy=Ignore Hibernation="No" TargetPath=\WINDOWS Repartition=Yes FileSystem = ConvertNTFS [Display] Xresolution=1024 Yresolution=768 BitsPerPel=32 Vrefresh=85 [SystemRestore] [GuiUnattended] EncryptedAdminPassword="Yes" AdminPassword="XXXX" TimeZone=050 OEMSkipRegional=1 OemSkipWelcome=1 [Shell] CustomDefaultThemeFile="%WinDir%\Resources\Themes\Luna.theme" [Components] Iis_common=On Iis_inetmgr=On ComPlusNetwork=On Iis_www=On Iis_asp=On [UserData] ProductKey="xxx-xx-xx" ComputerName=BELL FullName="Tim W Bell" OrgName="NSCC" [RegionalSettings] SystemLocale="1009" UserLocale="1009" UserLocale_DefaultUser="1009" InputLocale="1009:00000409" InputLocale_DefaultUser="1009:00000409" [Networking] InstallDefaultComponents="Yes" [GuiRunOnce] Command0="rundll32 printui.dll,PrintUIEntry /in /n \\mog-2k3eserv\HPLaserj" [Identification] JoinWorkgroup="OSYSFP"
  4. I have searched for the problem and at first I thaught I found the problem because I had autologin enabled so I deleted out of the winnt.sif file but when i go to install Win XP it still gives me an error saying this: Setup was unable to change the password for user account Administrator. Please enter the desire password again. DO i have to fix the application WinNT as well?? ZenQ
  5. I was wondering in the svpack.inf file under the [setupHotfixesToRun] do I have to have all the hotfix in one directory folder or can they be in several different folders?? ZenQ
  6. I was wondering in the svpack.inf file under the [setupHotfixesToRun] do I have to have all the hotfix in one directory folder or can they be in several different folders?? ZenQ
×
×
  • Create New...