Jump to content

outcastc

Member
  • Posts

    73
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Cyprus

Posts posted by outcastc

  1. the xml file is so hard to understand by me :)

    i understood the oem folder.

    can you create me a unattended.xml. it just only have this sections

    No

    Then you wouldn't learn anything

    this is only what i need thank you very much for your unhelp

    <?xml version="1.0" encoding="utf-8"?>

    <unattend xmlns="urn:schemas-microsoft-com:unattend">

    <settings pass="windowsPE">

    <component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

    <UserData>

    <ProductKey>

    <Key>xxxxx-xxxxx-xxxxx-xxxxx-xxxxx</Key>

    <WillShowUI>OnError</WillShowUI>

    </ProductKey>

    <Organization>OutcasT</Organization>

    <FullName>asd</FullName>

    <AcceptEula>true</AcceptEula>

    </UserData>

    <ImageInstall>

    <OSImage>

    <InstallFrom>

    <MetaData wcm:action="add">

    <Key>/IMAGE/NAME</Key>

    <Value>Windows 7 ULTIMATE</Value>

    </MetaData>

    </InstallFrom>

    <InstallToAvailablePartition>false</InstallToAvailablePartition>

    <WillShowUI>OnError</WillShowUI>

    </OSImage>

    </ImageInstall>

    </component>

    </settings>

    <settings pass="oobeSystem">

    <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

    <OOBE>

    <HideEULAPage>true</HideEULAPage>

    </OOBE>

    <FirstLogonCommands>

    - <SynchronousCommand wcm:action="add">

    <CommandLine>%SystemDrive%\install\runonce.cmd</CommandLine>

    <Description>customises settings</Description>

    <Order>20</Order>

    </SynchronousCommand>

    </FirstLogonCommands>

    </component>

    </settings>

    <settings pass="specialize">

    <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

    <ComputerName>pc</ComputerName>

    </component>

    </settings>

    <cpi:offlineImage cpi:source="wim:C:/seven/sources/install.wim#Windows 7 ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" />

    </unattend>

  2. thnx your answer but where will i write the firstlog.cmd command into unattended.xml and how can i create only unattended.xml that is only include windows key, organization name, empty admin password, and localization keyboard and timezone. i created unattended.xml with vlite but it edit install.wim file. do i need to edit wim file for unattending windows 7?

    is sample xml

    yes you start over with 7 image completely

    If your just beginning then you might want to look at my app made for beginners

    the xml file is so hard to understand by me :)

    i understood the oem folder.

    can you create me a unattended.xml. it just only have this sections

    cd key, windows 7 ultimate, tr-TR,and

    runonce command e.g: %systemdrive%\install\runonce.cmd.

    i dont want anymore for unattending (user name company name etc). i will create a runonce.cmd it include silent installation command for software and drivers. and last what folder will i put the unattended.xml file in win 7 dvd?

  3. $OEM$ are in the sources folder

    $OEM$     <<- can create other folders under existing
    $$ <<- represents Windows folder $$\Web\Wallpaper <<- copies all wallpapers here
    Setup\Scripts <<- setupcomplete.cmd
    System32 <<- $$\System32\OEM <<- *OEM.xrm-ms if OEM PC with SLIC 2.1 bios and valid key
    $1 <<- drive root
    Drivers <<- where some OEM place driver files
    Install <<- where I place most things and call from there. EX: %SystemRoot%\Install\Firstlog.cmd

    thnx your answer but where will i write the firstlog.cmd command into unattended.xml and how can i create only unattended.xml that is only include windows key, organization name, empty admin password, and localization keyboard and timezone. i created unattended.xml with vlite but it edit install.wim file. do i need to edit wim file for unattending windows 7?

  4. hi. i searched the forum for my questions but i havent find any useful answer for me.i have windows 7 ultimate oem. i want to unattend my windows 7, my computer drivers and some softwares (flash player java etc.) in xp i made winnt.sif file and for unattended softwares and drivers i create runonce.cmd after that windows installs my drivers and softwares automatically. in windows 7 i havent find how to create winnt.sif (i think for win 7 it names unattended.xml) and runonce.cmd for drivers and softwares installation. i dont want to integrate my drivers into windows 7. i just want to use $oem$ folder and runonce.cmd.where should i create oem folder, how do i create unattended.xml and runonce.cmd and where will i copy those in windows 7 setup dvd. and also i want to enter my oem keys and oem certificate automatically. sorry for my english thanks

  5. hi all. i have much dvd archive its iclude movie and music and software. i need a dvd catalog software. there is much catalog program (freeware if posssible). there is much program on interbet but they always want to dvd scan. i dont want to scan my dvds i want to add entries and catalogs all informations by manually. can anyone recommend me to an program.

    sorry for my english thanks

  6. I played around with integrating drivers into driver.cab a long time ago.

    I don't recall all of the steps off hand.

    But really it is not the smart way to go about it either. I forget what the downsides were. But if you are integrating many drivers your best bet is using www.driverpacks.net

    I do know that if you want to integrate drivers into driver.cab you will need to recompress the cab file with your drivers. Plus you have to make sure every file is listed in drvindex.ini.

    I think you may also need to edit txtsetup.sif with the correct info to indicate the file is in driver.cab... but I may be wrong.

    Hope this little info helps you.

    thank you i give up :)

    @ outcastc:

    You cannot integrate any driver into the driver.cab package by using nLite.

    Since this is the nLite Forum, you should post your problem somewhere else.

    im not trying to integrate drivers by using nlite and i post my message another topic and the moderators moved it here.

  7. hi i needn a guide which is explain entries.ini of addon pack. i dont know how to configure dosnet.inf svcpack.inf dmreg.inf and also txtsetup.sif using entries.ini.i need to make an addon.

    sorry for my english thanks.

  8. Those are my files for SATA Drivers:

    Disk1

    IDECOI.DLL

    NVATABUS.SYS

    NVRAID.CAT

    NVRAID.INF

    NVRAID.SYS

    NVRAIDCO.DLL

    TXTSETUP.OEM

    1. check your sata name (from device manager)

    2. copy your sata driver to a folder (dont forget this file TXTSETUP.OEM)

    3. open nlite and choose driver integration

    4. choose your inf and choose textmode driver

    5.choose your correct driver at the list and integrate

    (here is the guide)

    2. Second, I have a CD with SP2 integrated, can I integrate SP3 over it?

    yes you can integrate with nlite.

    open nlite and choose ervice pack integration

    you have to download sp3 standalone version

    (sp3 standalone)

    3. Third, How can integrate WMP11 and IE7 by using nLite? If yes, Should I first integrate SP3 and then integrate them?

    you can integrate wmp 11 with wmp slipstreamer

    (wmp11 slipstreamer)

    and you can integrate ie7 with nlite

    and one more qusetion: can I use both nLite and unattended? because I used nLite Before

    i didnt understand :)

    Thanks for the helpers :thumbup

    sorry for my english

  9. i have xp pro sp3 integrated wmp11 and ie7. im integrating hotfixes by manual way (taking update file from hotfix and making cab overwriting original xp source file). everything was working perfetly until november and december updates integrated. i integrate updates and try xp in virtual pc

    i take this error while xp installing.

    unregmp2.exe can not find wmdrmsdk.dll (file is in xp source cd)

    after setup fnished xp can not start (oobe screen or desktop is not come). just shows black screen and freezing.

    (i can only start xp safe mode)

    anyone can help me :}

    sorry for my english

    thank you

×
×
  • Create New...