Jump to content

Modano

Member
  • Posts

    11
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    country-ZZ

Posts posted by Modano

  1. Hi everyone,

    can someone help me. I want to create an autounattend.xml for my AIO-DVD (Se7en ULTIMATE x86 & x64). Is it possible, to make such a file?

    I tried it with this xml file:

    <?xml version="1.0" encoding="utf-8"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
    <settings pass="windowsPE">
    <component name="Microsoft-Windows-International-Core-WinPE" 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">
    <SetupUILanguage>
    <UILanguage>de-DE</UILanguage>
    </SetupUILanguage>
    <InputLocale>0407:00000407</InputLocale>
    <UserLocale>de-DE</UserLocale>
    <UILanguage>de-DE</UILanguage>
    <SystemLocale>de-DE</SystemLocale>
    </component>
    <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">
    <ImageInstall>
    <OSImage>
    <WillShowUI>OnError</WillShowUI>
    </OSImage>
    </ImageInstall>
    UserData>
    <ProductKey>
    <Key>xxxxxxxxxxxxxxxxxxxxxx</Key>
    <WillShowUI>OnError</WillShowUI>
    </ProductKey>
    <Organization>Modano-Inc.</Organization>
    <FullName>Modano</FullName>
    <AcceptEula>true</AcceptEula>
    </UserData>
    </component>
    <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">
    <ImageInstall>
    <OSImage>
    <WillShowUI>OnError</WillShowUI>
    </OSImage>
    </ImageInstall>
    UserData>
    <ProductKey>
    <Key>xxxxxxxxxxxxxxxxxxxxxxxxxx</Key>
    <WillShowUI>OnError</WillShowUI>
    </ProductKey>
    <Organization>Modano-Inc.</Organization>
    <FullName>Modano</FullName>
    <AcceptEula>true</AcceptEula>
    </UserData>
    </component>
    </settings>
    <settings pass="specialize">
    <component name="Microsoft-Windows-Security-Licensing-SLC-UX" 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">
    <SkipAutoActivation>true</SkipAutoActivation>
    </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>
    <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">
    <ShowWindowsLive>false</ShowWindowsLive>
    </component>
    <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">
    <ShowWindowsLive>false</ShowWindowsLive>
    </component>
    <component name="Microsoft-Windows-SystemRestore-Main" 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">
    <DisableSR>1</DisableSR>
    </component>
    <component name="Microsoft-Windows-SystemRestore-Main" 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">
    <DisableSR>1</DisableSR>
    </component>
    <component name="Microsoft-Windows-LUA-Settings" 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">
    <EnableLUA>false</EnableLUA>
    </component>
    <component name="Microsoft-Windows-LUA-Settings" 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">
    <EnableLUA>false</EnableLUA>
    </component>
    <component name="Microsoft-Windows-IE-InternetExplorer" 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">
    <FilterLevel>High</FilterLevel>
    <PlaySound>false</PlaySound>
    <ShowInformationBar>false</ShowInformationBar>
    <DisableAccelerators>false</DisableAccelerators>
    <DisableDevTools>true</DisableDevTools>
    <DisableFirstRunWizard>true</DisableFirstRunWizard>
    <EnableLinksBar>false</EnableLinksBar>
    <DisableOOBAccelerators>true</DisableOOBAccelerators>
    <Home_Page>http://www.google.com.br</Home_Page>
    <SearchScopes>
    <Scope wcm:action="add">
    <ScopeDefault>true</ScopeDefault>
    <ScopeDisplayName>Google</ScopeDisplayName>
    <ScopeKey>SearchProvider1</ScopeKey>
    <ScopeUrl>http://www.google.com.br/search?q={searchTerms}</ScopeUrl>
    </Scope>
    </SearchScopes>
    </component>
    <component name="Microsoft-Windows-IE-InternetExplorer" 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">
    <FilterLevel>High</FilterLevel>
    <PlaySound>false</PlaySound>
    <ShowInformationBar>false</ShowInformationBar>
    <DisableAccelerators>false</DisableAccelerators>
    <DisableDevTools>true</DisableDevTools>
    <DisableFirstRunWizard>true</DisableFirstRunWizard>
    <EnableLinksBar>false</EnableLinksBar>
    <DisableOOBAccelerators>true</DisableOOBAccelerators>
    <Home_Page>http://www.google.com.br</Home_Page>
    <SearchScopes>
    <Scope wcm:action="add">
    <ScopeDefault>true</ScopeDefault>
    <ScopeDisplayName>Google</ScopeDisplayName>
    <ScopeKey>SearchProvider1</ScopeKey>
    <ScopeUrl>http://www.google.com.br/search?q={searchTerms}</ScopeUrl>
    </Scope>
    </SearchScopes>
    </component>
    <component name="Microsoft-Windows-ErrorReportingCore" 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">
    <DisableWER>1</DisableWER>
    </component>
    <component name="Microsoft-Windows-ErrorReportingCore" 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">
    <DisableWER>1</DisableWER>
    </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>
    <ProtectYourPC>3</ProtectYourPC>
    <NetworkLocation>Home</NetworkLocation>
    </OOBE>
    <UserAccounts>
    <AdministratorPassword>
    <Value />
    </AdministratorPassword>
    </UserAccounts>
    <TimeZone>E. South America Standard Time</TimeZone>
    <FirstLogonCommands>
    <SynchronousCommand wcm:action="add">
    <Order>1</Order>
    <CommandLine>%Systemdrive%\install.cmd</CommandLine>
    </SynchronousCommand>
    </FirstLogonCommands>
    </component>
    <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">
    <OOBE>
    <ProtectYourPC>3</ProtectYourPC>
    <NetworkLocation>Work</NetworkLocation>
    </OOBE>
    <UserAccounts>
    <AdministratorPassword>
    <Value />
    </AdministratorPassword>
    </UserAccounts>
    <TimeZone>E. South America Standard Time</TimeZone>
    <FirstLogonCommands>
    <SynchronousCommand wcm:action="add">
    <Order>1</Order>
    <CommandLine>%Systemdrive%\install.cmd</CommandLine>
    </SynchronousCommand>
    </FirstLogonCommands>
    </component>
    </settings>
    <cpi:offlineImage cpi:source="wim:/sources/install.wim#Windows 7 ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
    </unattend>

    Unfortunately it installs only x86 and I have no chance, to choice the OS. Is there a mistake in my xml? Can someone optimize it?

  2. Hi everyone,

    trying to work with WIHU. There is one problem I want to solve. My Appz are on DVD, path:

    %CDROM%\Software\app1...and so on..

    Which command must the WIHU install.ini have? Is this possible?

    I don´t wabt to copy 3GB from DVD ($OEM$\$1\install\Software) to my PC.

    Anybody an idear?

  3. Hi everyone,

    sorry for my pour English. I´m installing Office 2003 @ the T-9 via XPlode.

    Can someone tell me, why I get this failure message ? If I Ignore this, the Install finished itself and Office 2003 is installed well !

    How can I change the Install, because with this failure message it is not silent anymore !

    Hope everyone understand my Prob and some people can help me ?!

    Here is the screen :

    post-27715-1119603797_thumb.jpg

  4. Hello !

    i have some problems to integrate the Ultimate Boot CD in my Multiboot.

    I used the tutorial from :http://flyakite.msfnhosting.com/

    But the CD doens´t boot. The Error message is : Cannot boot from CD/DVD...Press any key to reboot.

    Can somebody tell me, which boot file i must use or edit ?My File Tree is shown in the picture.

    post-82-1096275218_thumb.jpg

  5. Hello,

    i want to test my runonceex descripted here http://unattended.msfn.org/xp/runonceex.htm, but only a dos window opens for a few seconds, and not the install window shown here http://unattended.msfn.org/images/runonceex.gif

    Can someone tell me how does ist work ? Here is my runonceex :

    cmdow @ /HID
    @echo off

    IF EXIST D:\CD.txt set CDROM=D:
    IF EXIST E:\CD.txt set CDROM=E:
    IF EXIST F:\CD.txt set CDROM=F:
    IF EXIST G:\CD.txt set CDROM=G:
    IF EXIST H:\CD.txt set CDROM=H:
    IF EXIST I:\CD.txt set CDROM=I:
    IF EXIST J:\CD.txt set CDROM=J:
    IF EXIST K:\CD.txt set CDROM=K:
    IF EXIST L:\CD.txt set CDROM=L:
    IF EXIST M:\CD.txt set CDROM=M:
    IF EXIST N:\CD.txt set CDROM=N:
    IF EXIST O:\CD.txt set CDROM=O:


    SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

    REG ADD %KEY% /V TITLE /D "Installation von diversen Programmen" /f

    REG ADD %KEY%\001 /VE /D "Installation vorbereiten..." /f
    REG ADD %KEY%\001 /V 1 /D "%CDROM%\Software\prepare.cmd" /f

    REG ADD %KEY%\002 /VE /D "Installiere Office 2003 Professional" /f
    REG ADD %KEY%\002 /V 1 /D "%CDROM%\Software\office2003\setup.exe TRANSFORMS=Unattended.MST /qb-" /f
    REG ADD %KEY%\002 /V 2 /D "%CDROM%\Software\sleep\Sleep.exe /5" /f

    REG ADD %KEY%\003 /VE /D "Einstellungen für XP Antispy vornehmen" /f
    REG ADD %KEY%\003 /V 1 /D "%CDROM%\Software\ regedit /S C:\install\applications\xpantispy\xpantispy.reg" /f
    REG ADD %KEY%\003 /V 2 /D "regsvr32.exe /u /s regwizc.dll" /f
    REG ADD %KEY%\003 /V 3 /D "regsvr32.exe /u /s licdll.dll" /f
    REG ADD %KEY%\003 /V 4 /D "regsvr32.exe /u /s zipfldr.dll" /f
    REG ADD %KEY%\003 /V 5 /D "%CDROM%\Software\sleep\Sleep.exe /5" /f

    REG ADD %KEY%\005 /VE /D "Installiere Adobe Reader 6" /f
    REG ADD %KEY%\005 /V 1 /D "%CDROM%\Software\acrobat\AdbeRdr60_deu_full.exe /s" /f
    REG ADD %KEY%\005 /V 2 /D "%CDROM%\Software\sleep\Sleep.exe /5" /f

    REG ADD %KEY%\035 /VE /D "Installiere Flashget 1.4" /f
    REG ADD %KEY%\035 /V 1 /D "%CDROM%\Software\flashget\fgf160.exe /S" /f
    REG ADD %KEY%\035 /V 2 /D "REGEDIT /S %CDROM%\apps\flashget\register.reg" /f
    REG ADD %KEY%\035 /V 3 /D "%CDROM%\Software\sleep\Sleep.exe /5" /f

    REG ADD %KEY%\037 /VE /D "Installiere IsoBuster 1.5" /f
    REG ADD %KEY%\037 /V 1 /D "%CDROM%\Software\IsoBuster\IsoBuster1.5.exe /VERYSILENT /SP-" /f
    REG ADD %KEY%\037 /V 2 /D "taskkill.exe /F /IM isobuster.exe" /f
    REG ADD %KEY%\037 /V 3 /D "%CDROM%\Software\sleep\Sleep.exe /5" /f

    REG ADD %KEY%\038 /VE /D "Installier Nero Burning 6.0" /f
    REG ADD %KEY%\038 /V 2 /D "%CDROM%\Software\Nero\Nero6.0.0.9.exe /SN=xxxx /WRITE_SN /SILENT /NOREBOOT" /f
    REG ADD %KEY%\038 /V 3 /D "%CDROM%\Software\sleep\Sleep.exe /5" /f

    REG ADD %KEY%\039 /VE /D "Installiere Partition Magic 8" /f
    REG ADD %KEY%\039 /V 1 /D "%CDROM%\Software\partition\pmagic8.exe /s /v/qn" /f
    REG ADD %KEY%\039 /V 2 /D "%CDROM%\Software\sleep\Sleep.exe /5" /f

    REG ADD %KEY%\040 /VE /D "Installiere WinRAR 3.20" /f
    REG ADD %KEY%\040 /V 1 /D "%CDROM%\Software\winrar\wrar34b2.exe /s" /f
    REG ADD %KEY%\040 /V 2 /D "%CDROM%\Software\sleep\Sleep.exe /5" /f

    REG ADD %KEY%\053 /VE /D "Installiere .NET Framework 1.1" /f
    REG ADD %KEY%\053 /V 1 /D "%CDROM%\Software\netframework\dotnetfw.exe" /f
    REG ADD %KEY%\053 /V 2 /D "%CDROM%\Software\sleep\Sleep.exe /5" /f

    REG ADD %KEY%\065 /VE /D "Installiere Sun Java" /f
    REG ADD %KEY%\065 /V 1 /D "%CDROM%\Software\SunJava\sunjava.exe /s /v/qn" /f
    REG ADD %KEY%\065 /V 2 /D "REGEDIT /S %CDROM%\Software\SunJava\RemoveSunJavaUpdateCheck.reg" /f
    REG ADD %KEY%\065 /V 3 /D "%CDROM%\Software\sleep\Sleep.exe /5" /f

    REG ADD %KEY%\066 /VE /D "Installiere Spybot" /f
    REG ADD %KEY%\066 /V 1 /D "%CDROM%\Software\spybot\spybot.exe /silent" /f
    REG ADD %KEY%\066 /V 2 /D "%CDROM%\Software\sleep\Sleep.exe /5" /f

    REG ADD %KEY%\067 /VE /D "Installiere AnyDVD" /f
    REG ADD %KEY%\067 /V 1 /D "%CDROM%\Software\anydvd\AnyDVD.exe /s" /f
    REG ADD %KEY%\067 /V 2 /D "%CDROM%\Software\sleep\Sleep.exe /5" /f

    REG ADD %KEY%\076 /VE /D "Installiere DVD Shrink" /f
    REG ADD %KEY%\076 /V 1 /D "%CDROM%\Software\dvdshrink\dvdshrink.exe /silent" /f
    REG ADD %KEY%\076 /V 2 /D "%CDROM%\Software\sleep\Sleep.exe /5" /f

    REG ADD %KEY%\077 /VE /D "Installiere Spywareblaster" /f
    REG ADD %KEY%\077 /V 1 /D "%CDROM%\Software\spywareblaster\spywareblaster.exe /verysilent /NOCANCEL /SP- /NORESTART" /f
    REG ADD %KEY%\077 /V 2 /D "taskkill.exe /F /IM spywareblaster.exe" /f
    REG ADD %KEY%\077 /V 3 /D "%CDROM%\Software\sleep\Sleep.exe /5" /f

    REG ADD %KEY%\085 /VE /D "Lösche temporäre Dateien und starte danach neu !" /f
    REG ADD %KEY%\085 /V 1 /D "%CDROM%\Software\cleanup.cmd" /f

    EXIT

×
×
  • Create New...