Jump to content

feuillearouler

Member
  • Posts

    4
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    France

Posts posted by feuillearouler

  1. pffff.....

    I don't understand what's wrong....and it's even worse than before. My folder $oem$ is not more copied on the root of the system...but if i use another xml file (The Felon's one for exemple), the folder is copied....

    I think I will use New Age Os method...and still search wath's wrong at the same time....so if someone find wath's wrong....thank

    Feuillearouler

    Sorry, I should have open a new post...I didn't thought it should be so long....

  2. I hope I have found......

    It may be a mistake in .xml file :

    <CommandLine>%systemdrive%\install\install.cmd</CommandLine>

    It should be

    <CommandLine>%systemdrive%\install\install.bat</CommandLine>

    I hope it will be ok....I'll tell you more in few minutes....

    One more thanks for all the help^you give us...

  3. thanks for your answer...

    Y have tried Vista Update Toolkit from NewAge forum, and it's ok...

    But Y still wonder what is wrong on my xml.....

    my install.cmd is :

    @echo off

    ECHO.

    ECHO.

    ECHO. XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

    ECHO. XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

    ECHO. XX ............................XX

    ECHO. XX.............................XX

    ECHO. XX.............................XX

    ECHO. XX......INSTALLATION..DES......XX

    ECHO. XX.........PROGRAMMES..........XX

    ECHO. XX.............................XX

    ECHO. XX.............................XX

    ECHO. XX.............................XX

    ECHO. XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

    ECHO. XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

    ECHO.

    ECHO.

    ECHO.

    ECHO.

    ECHO.

    echo installation de AVG

    start /wait %SYSTEMDRIVE%\INSTALL\avg\setup.exe /hide /no_welcome /NOAVGTOOLBAR

    echo.

    echo installation de Firefox

    start /wait %SYSTEMDRIVE%\INSTALL\fire\fire.exe /S

    echo.

    echo installation de Open Office

    start /wait %SYSTEMDRIVE%\INSTALL\open\setup.exe /S

    echo.

    echo installation de Utorrent

    start /wait %SYSTEMDRIVE%\INSTALL\utorrent\utorrent.exe /S

    echo.

    echo installation de VLC

    start /wait %SYSTEMDRIVE%\INSTALL\vlc\vlc.exe /S

    echo.

    echo installation de Winrar

    start /wait %SYSTEMDRIVE%\INSTALL\winrar\setup.exe /S

    echo.

    echo installation de ThunderBird

    start /wait %SYSTEMDRIVE%\INSTALL\thunder\thunder.exe -ms -ira

    echo.

    echo installation de Deepburner 1.9

    start /wait %SYSTEMDRIVE%\INSTALL\deep\deepburner.exe /S

    echo.

    echo installation de Filezilla

    start /wait %SYSTEMDRIVE%\INSTALL\file\file.exe /S

    echo.

    echo installation de Foxitreader

    start /wait %SYSTEMDRIVE%\INSTALL\foxit\foxit.msi /qn REBOOT=Suppress

    echo.

    echo suppression du dossier d installation

    rd /s /q %systemdrive%\INSTALL

    echo.

    start %windir%\system32\shutdown.exe -r -f -t 25 -c "Windows va redemarrer dans 25 secondes - ce redemarrage est normal apres l'installation de XPH Feuillearouler Unattended"

    And I would find what"s wrong....

    Thanks

  4. Hello everybody...

    need some help....

    After XP, I now try to make my Vista Unattended....

    Automation is ok, but Vista don't automatically run Install.cmd command...

    All the files are copied on the root og the destination partition, but don't run...

    When Y trie to lauch install.cmd, it runs normally...

    What's wrong....?

    I'll give you my .xml and a screen of the root of destionation partition...

    post-237017-1237802141_thumb.jpg

    my xml :

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

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

    <settings pass="windowsPE">

    <component name="Microsoft-Windows-Setup" processorArchitecture="x86" 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>xxxx-xxxx-xxxx-xxxx-xxxx</Key>

    <WillShowUI>OnError</WillShowUI>

    </ProductKey>

    <Organization>National Snack Food Association</Organization>

    <FullName>ANONYMOUS</FullName>

    <AcceptEula>true</AcceptEula>

    </UserData>

    <ImageInstall>

    <OSImage>

    <InstallFrom>

    <MetaData wcm:action="add">

    <Key>/IMAGE/NAME</Key>

    <Value>Windows Vista HOMEPREMIUM</Value>

    </MetaData>

    </InstallFrom>

    <InstallToAvailablePartition>false</InstallToAvailablePartition>

    <WillShowUI>OnError</WillShowUI>

    </OSImage>

    </ImageInstall>

    <UseConfigurationSet>true</UseConfigurationSet>

    </component>

    </settings>

    <settings pass="oobeSystem">

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

    <AutoLogon>

    <Enabled>true</Enabled>

    <LogonCount>1</LogonCount>

    <Username>Administrator</Username>

    </AutoLogon>

    <OOBE>

    <HideEULAPage>true</HideEULAPage>

    <SkipMachineOOBE>true</SkipMachineOOBE>

    <SkipUserOOBE>false</SkipUserOOBE>

    </OOBE>

    <FirstLogonCommands>

    <SynchronousCommand wcm:action="add">

    <Order>1</Order>

    <CommandLine>%systemdrive%\install\install.cmd</CommandLine>

    </SynchronousCommand>

    </FirstLogonCommands>

    </component>

    </settings>

    <settings pass="specialize">

    <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" 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>COMPUTER</ComputerName>

    <DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet>

    </component>

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

    <SkipAutoActivation>true</SkipAutoActivation>

    </component>

    </settings>

    <cpi:offlineImage cpi:source="wim:E:/projet/Projet Vista/vista sp1/sources/install.wim#Windows Vista HOMEPREMIUM" xmlns:cpi="urn:schemas-microsoft-com:cpi" />

    </unattend>

    For information,

    The files of the DVD

    post-237017-1237802394_thumb.jpg

    Thanks a lot for your help...

    Feuilllearouler

×
×
  • Create New...