MSFN Forum: I can't find my error, help please - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

I can't find my error, help please Rate Topic: -----

#1 User is offline   HpVaC 

  • Newbie
  • Group: Members
  • Posts: 22
  • Joined: 10-January 05

Posted 10 January 2005 - 03:28 AM

Quote

TO Administrators: sorry about the double forum post, is just to see where can i get some help with this, i hope i won't be doing any harm
Hey, i've done my Windows XP Professinal Unattended CD (first one) everything goes cool, acount creation/autologon, completly silent install, but, there seems to be a problem with my app install batch... :no:

May someone can help? here's my code. :rolleyes:

Winnt.sif

Quote

[Data]
    AutoPartition=0
    MsDosInitiated="0"
    UnattendedInstall="Yes"
    AutomaticUpdates=yes

[Unattended]
    FileSystem=*
    UnattendMode=FullUnattended
    OemSkipEula=Yes
    OemPreinstall=Yes
    UnattendSwitch="yes"
    TargetPath=\WINDOWS
    KeyboardLayout = Espa¤ol

[GuiUnattended]
    AdminPassword=*
    EncryptedAdminPassword=NO
    OEMSkipRegional=1
    TimeZone=30
    OemSkipWelcome=1

[UserData]
    ProductKey=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx
    Fullname="End User"
    Orgname="OEM"
    ComputerName=Computer

[Display]
    BitsPerPel=16
    Xresolution=640
    YResolution=480
    Vrefresh=60

[TapiLocation]
    CountryCode=52
    Dialing=Tone
    AreaCode=229
    LongDistanceAccess="9"

[RegionalSettings]
    LanguageGroup=13,17,3,2,5,16,4,12,15,7,8,10,11,9,6,14,1
    Language=0c0a

[Branding]
    BrandIEUsingUnattended=Yes

[URL]
    Home_Page=http://www.google.com.mx
    Search_Page=http://www.google.com.mx

[Proxy]
    Proxy_Enable=0
    Use_Same_Proxy=1

[Identification]
    JoinWorkgroup=WORKGROUP

[Networking]
    InstallDefaultComponents=Yes

[Components]
    msmsgs=off
    msnexplr=off
    AutoUpdate=On

[IEPopupBlocker]
    BlockPopups=Yes
    FilterLevel=High
    ShowInformationBar=Yes

[WindowsFirewall]
    Profiles = WindowsFirewall.TurnOffFirewall

[WindowsFirewall.TurnOffFirewall]
    Mode = 0

[GuiRunOnce]
%systemdrive%\Install\start.cmd


there goes my "start.cmd" (it was named Software.cmd, but it didn't work so i renamed it and i'm gonna try again, the test pc is too **** slow)

Quote

@echo off
TITLE Windows XP SP2 - Unattended Installation
ECHO.
ECHO Instalando Office 2003 Professional
ECHO Por Favor, Espere...
start /wait %systemdrive%\Install\Applications\Office2003\setup.exe TRANSFORMS=Unattended.MST /qb-
ECHO.
ECHO Instalando Mozilla Firefox 1.0
ECHO Por Favor, Espere...
start /wait %systemdrive%\Install\Applications\Firefox\firefox.exe /quiet
ECHO.
ECHO Instalando Asociaciones de Mozilla Firefox 1.0
ECHO Por Favor, Espere...
start /wait %systemdrive%\Install\Applications\Firefox\firefox.cmd
ECHO.
ECHO Instalando Mensajero de AOL 5.1
ECHO Por Favor, Espere...
start /wait %systemdrive%\Install\Applications\AIM\Install_AIM.exe /s
ECHO.
ECHO Instalando Adobe Reader 6
ECHO Por Favor, Espere...
start /wait %systemdrive%\Install\Applications\AdobeReader6\AdbeRdr60_esp_full.exe -p"-s /v\"/qn\""
ECHO.
ECHO Instalando MSN Messenger 6.0.0602 Final
ECHO Por Favor, Espere...
start /wait %systemdrive%\Install\Applications\MSN\MsnMsgs.msi /QB
ECHO.
ECHO Instalando .NET Framework v1.1
ECHO Por Favor, Espere...
start /wait %systemdrive%\Install\Applications\NetFramework\netfx.msi /qb
ECHO.
ECHO Instalando .NET Framework v1.1 SP1
ECHO Por Favor, Espere...
start /wait %systemdrive%\Install\Applications\NetFramework\NDP1.1sp1-KB867460-X86.exe /Q
ECHO.
ECHO Instalando WinRAR 3.42
ECHO Por Favor, Espere...
start /wait %systemdrive%\Install\Applications\WinRAR\wrar342.exe /s
ECHO.
ECHO Instalando Sun Java VM 1.4.2
ECHO Por Favor, Espere...
start /wait %systemdrive%\Install\Applications\SunJava\j2re-1_4_2_06-windows-i586-p.exe /s /v"/qn ADDLOCAL=ALL IEXPLORER=1 MOZILLA=1"
ECHO.
ECHO Instalando Yahoo Messenger 6
ECHO Por Favor, Espere...
start /wait %systemdrive%\Install\Applications\Yahoo\ymsgrie.exe /s
ECHO.
ECHO Cerrando Yahoo Messenger
ECHO Por Favor, Espere...
Taskkill /F /IM YPager.exe
ECHO Instalando WinAMp 5.08
ECHO Por Favor, Espere...
start /wait %systemdrive%\Install\Applications\Winamp\Winamp501_full.exe /S /Install=DSRFQA
ECHO.
ECHO Cerrando WinAmp
ECHO Por Favor, Espere...
taskkill.exe /F /IM winamp.exe
ECHO.
ECHO Instalando Microsoft Journal Viewer 1.5
ECHO Por Favor, Espere...
start /wait %systemdrive%\Install\Applications\WINDOWSJOURNAL15\MJV.msi /qn
ECHO.
ECHO Instalando Real Player GOLD 10
ECHO Por Favor, Espere...
start /wait %systemdrive%\Install\Applications\REAL\RealPlayer10-5GOLD_es.exe -s
ECHO.
ECHO Instalando Avast Antivirus Professional 4.5.561
ECHO Por Favor, Espere...
start /wait %systemdrive%\Install\Applications\Avast\setupesppro.exe
ECHO.
ECHO Aplicando Tweaks de Registro...
ECHO Por Favor, Espere...
REGEDIT /S %systemdrive%\Install\RegTweaks.reg
ECHO.
ECHO Registrando Clases de mIRC...
ECHO Por Favor, Espere...
REGEDIT /S %systemdrive%\Install\mircclass.reg
ECHO.
ECHO Registrando Desinstalador de mIRC...
ECHO Por Favor, Espere...
REGEDIT /S %systemdrive%\Install\mircuin.reg
ECHO.
ECHO Registrando mIRC...
ECHO Por Favor, Espere...
REGEDIT /S %systemdrive%\Install\mircreg.reg
ECHO.
ECHO Instalando Nero Burning ROM 6.3.1.2.5
ECHO Por Favor, Espere...
start /wait %systemdrive%\Install\Applications\NERO\nero63125.exe /SILENT /NOREBOOT /SN=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx /WRITE_SN
ECHO.
ECHO Instalando Quick Time 6.5.2
ECHO Por Favor, Espere...
start /wait %systemdrive%\Install\Applications\Quicktime\QuickTimeFullInstallerES.exe
ECHO.
ECHO Instalando Windows Media Player 10
ECHO Por Favor, Espere...
start /wait %systemdrive%\Install\Applications\WMP10\MP10Setup.exe /q:A /c:"setup_wm.exe /Q /R:N /DisallowSystemRestore"
ECHO.
ECHO Instalando Highmat CD Burning
ECHO Por Favor, Espere...
start /wait %systemdrive%\Install\Applications\HIGHMATCDBURNING\HMTCDWizard_ESN.exe /qn
ECHO.
ECHO Instalando Cyberlink PowerDVD 5
ECHO Por Favor, Espere...
start /wait %systemdrive%\Install\Applications\PDVD\setup.exe -s
ECHO.
ECHO Instalando Macromedia Flash y Shockwave
ECHO Por Favor, Espere...
start /wait %systemdrive%\Install\Applications\Macromedia\mm_fl_sw_Installer.exe /s /f
ECHO.
ECHO Borrando Archivos Temporales De Instalacion...
RD /S /Q %systemdrive%\Drivers
RD /S /Q %systemdrive%\Install


i'll be so glad if may anyone can make me notice my error please, plus another great favor, about the macromedia shockwave/flash installer, i've pasted the macromedia logos.zip under the same installation dir where the players reside, everything goes OK, except for the detail that, when shockwave installs, it ask for the setup language to use (english/french/dutch), that's the only crappy thing, any idea on how to fix it?, BTW, my "Install" folder and start.cmd are under $OEM$\$1\Install, apps are under $OEM$\$1\Install\Applications

thanks a lot in advance :blushing:


#2 User is offline   HpVaC 

  • Newbie
  • Group: Members
  • Posts: 22
  • Joined: 10-January 05

Posted 11 January 2005 - 01:22 AM

i've solved my problem, about macromedia is the redistributable flash/shockwave player, the only thing needed was to remove the /f switch worked just fine, and about my batch problem (the one that didn't start the batch processing AT ALL), the problem was the administrators group, i'm making a silent SPANISH xp install, so my mistake was: using administrators, instead of ADMINISTRADORES, sorry about that all of you. and thanks to Soulin for eveything :D

#3 User is offline   big poppa pump 

  • Damn Newbies!!
  • PipPipPip
  • Group: Members
  • Posts: 406
  • Joined: 10-September 03

Posted 11 January 2005 - 08:30 AM

Stop double posting. You have already posted the exact thread in the unattended Windows section!!!

#4 User is offline   tguy 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 698
  • Joined: 19-May 04

Posted 11 January 2005 - 09:52 AM

See my reply under your other post.

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy