Jump to content

ysfozy

Member
  • Posts

    4
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Turkey

Posts posted by ysfozy

  1. if exist %SystemDrive%\XPPRO.TAG call :XPPRO

    REM checks for the XPPRO2.tag and go to the corresponding section:

    if exist %SystemDrive%\XPPRO2.TAG call :XPPRO2

    REM checks for the SERVER2003.tag file and go to the corresponding section:

    [if exist %SystemDrive%\SERVER2003.TAG call :SERVER2003

    REM End

    goto :end

    Why did we use "[if exist" there? Should it be "if exist"?

    What is the difference between "if exist" and "[if exist"?

    ALSO :) I still couldn't do UNATTENDED :( This is my 14th hours. I did several ways, several modifies but nothing changed.

    Do you think why I couldn't it? Which file is calling "WINNT.SIF" file? Maybe that file is broken so WINNT.SIF couldn't calling from system.

    EDIT:

    I don't have:

    %~dp0\Software\Program3.exe

    %~dp0\Software\Program2.exe

    %~dp0\Software\Program1.exe

    and

    %~dp0\Software\Tweak.reg

    This can be problem?

    FINALLY, I FOUND WHERE THE PROBLEM IS:

    Add an Unattended option:

    This section will teach you how to add an option which let's you install Windows unattendedly.

    - Copy the PRO1 folder and PRO1.DAT file to "Copy of PRO1" and "Copy of PRO1.DAT"

    - Rename it to PRO2 and PRO2.DAT

    - Edit winnt.sif to include the unattended options.

    This may be a good time to read the ref.chm file in Microsoft Deployment Too..

    This way is completely useless for my bootdisk:

    - Copy the PRO1 folder and PRO1.DAT file to "Copy of PRO1" and "Copy of PRO1.DAT"

    - Rename it to PRO2 and PRO2.DAT

    Main idea is this: When you copy and renamed like PRO2 and PRO2.DAT, PRO2.DAT don't see "PRO2", it still see "PRO1". So that, if you want to create a UNATTENDED version, you have to do same things like doing in PRO1. I mean you have to use Create_boot_folders.cmd for PRO2 too.

    Thanks to andreqcasal again for this greate guide.

  2. @andreqcasal

    firstly thank you again :) I made almost 90% but there is a litte problem.

    I just created XP, 2003 Standart and 2003 Enterprise. Regular setups are fine but when I press to "Unattended" nothing gonna happen :) Just like Regular setup, windows installation needs all informations.

    Same here like Dunky12.

    This is my Winnt.sif file:

    ;SetupMgrTag

    [Data]

    AutoPartition=1

    MsDosInitiated="0"

    UnattendedInstall="Yes"

    [unattended]

    UnattendMode=FullUnattended

    OemSkipEula=Yes

    OemPreinstall=No

    TargetPath=\WINDOWS

    Repartition=Yes

    DetachedProgram="%SystemRoot%\System32\cmd.exe /c @ECHO something>%SystemDrive%\XPPRO.TAG"

    [GuiUnattended]

    AdminPassword=*

    EncryptedAdminPassword=NO

    OEMSkipRegional=1

    TimeZone=130

    OemSkipWelcome=1

    [userData]

    ProductID=xxxxx-xxxxxxx-xxxxxxx-xxxxxxx-xxxxx

    FullName="adsdasasf"

    OrgName="fafasafsfas"

    ComputerName=*

    [TapiLocation]

    CountryCode=90

    [RegionalSettings]

    LanguageGroup=6

    SystemLocale=0000041f

    UserLocale=0000041f

    InputLocale=041f:0000041f

    [identification]

    JoinWorkgroup=WORKGROUP

    [Networking]

    InstallDefaultComponents=Yes

    i saved this sif file into PRO2. But nothing happening at the boot screen. It need time zone informations, formatting, bla, bla, bla :)

    Thanks for your kindly help andreqcasal

×
×
  • Create New...