kuuvvers Posted August 17, 2006 Posted August 17, 2006 Can someone tell me why this does not run correctly?;SetupMgrTag[Data] AutoPartition=1 MsDosInitiated="0" UnattendedInstall="Yes"[Unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=yes unattendswitch=yesTargetPath=\WINDOWS[GuiUnattended] AdminPassword=* EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=85 OemSkipWelcome=1[UserData] ProductKey=xxxxxxxxxxxxxxxxx FullName="xxxx" OrgName="xxxx" ComputerName=[Display] BitsPerPel=32 Xresolution=1024 YResolution=768 Vrefresh=75[RegionalSettings] LanguageGroup=1 Language=00000809[Identification] JoinWorkgroup=WORKGROUP[Networking] InstallDefaultComponents=Yes[GuiRunOnce]RunOnceExcmdow @ /HID@echo offSET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY% /V TITLE /D "Installing Applications" /fREG ADD %KEY%\005 /VE /D "ISOBuster 1.4" /fREG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\IsoBuster14.exe /VERYSILENT /SP-" /fREG ADD %KEY%\010 /VE /D "Windows Media Player 10" /fREG ADD %KEY%\010 /V 1 /D "%systemdrive%\install\WMP10\MP10Setup.exe /q:A /c:\"setup_wm.exe /Q /R:N /DisallowSystemRestore\"" /fREG ADD %KEY%\015 /VE /D "ZoneAlarm Free 3.7.202" /fREG ADD %KEY%\015 /V 1 /D "%systemdrive%\install\ZoneAlarm\zasetup37_202.exe /s /noreboot" /fREG ADD %KEY%\020 /VE /D "Lavasoft Ad-Aware 6 Build 181" /fREG ADD %KEY%\020 /V 1 /D "%systemdrive%\install\AdAware\aaw6181.exe /s" /fREG ADD %KEY%\025 /VE /D "Adobe Reader 6" /fREG ADD %KEY%\025 /V 1 /D "%systemdrive%\install\AdobeReader6\AdbeRdr60_enu_basic.exe -p"-s /v\"/qn\" /fREG ADD %KEY%\030 /VE /D "Cleaning Up and Rebooting" /fREG ADD %KEY%\030 /V 1 /D "%systemdrive%\install\cleanup.cmd" /fEXIT
Yzöwl Posted August 18, 2006 Posted August 18, 2006 Can you tell me the console output?@ECHO OFF &SETLOCAL>$T_.CMD ECHO/@SET %%1=%%RANDOM%%CALL $T_.CMD VECHO/%V% &&DEL $T_.CMD
mazin Posted August 19, 2006 Posted August 19, 2006 Can someone tell me why this does not run correctly?What's that, sir? SIF or CMD?
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now