Jump to content

mail4skwarka

Members
  • Posts

    21
  • Joined

  • Last visited

Posts posted by mail4skwarka

  1. Is it possible to download the standalone version RunOnce Installer? 

    Is the program ROU is part WinToolkit or occurs as a standalone? 

    Long looking for a program that would allow control over the installation of programs in a specific order. 

    As if he still had the option Close / Hibernate / Suspend it already would be an indispensable tool. 

     

    In general, a respect for the work involved in the program.

  2. I need insert 5 product keys to install.wim  to automate the process of:

     

    My example x86:

     

    Run > Select version(Basic, Home..etc.) > the rest of the installation settings comes from autounattend. Xml (network,user name etc) ( it's common settings for each image)

     

    the only thing that differs for the whole setup is just a product key

     

    If you enter only one code in autounnatened.xml in the choice of the system is only one system that matches the code that I wrote.

     

    And I want to be able to select all systems, but the automated installation process without entering a product key - so that each of the selected system automatically selects the product key from a file autounnatened.xml

     

    ""<Key>/IMAGE/INDEX</Key>

    <Value>X</Value>""

     

    wjhere place this command and how?

     

    maybe so:

     

    <Key>/IMAGE/INDEX</Key>

    <Value>1</Value>

     

     <ProductKey>xxxxx-xxxxx-xxxxx-xxxxx-xxxxx</ProductKey> serial keys for BASIC

     

    <Key>/IMAGE/INDEX</Key>

    <Value>2</Value>

     

     <ProductKey>xxxxx-xxxxx-xxxxx-xxxxx-xxxxx</ProductKey> serial keys for Home Premium

     

     

    etc..

     

     

    ????

  3. What I mean to create a DVD with 4 editions of Windows 7:

    x86 - Starter , Basic, Home Premium , Professional, and Ultimate

    x64 - Basic, Home Premium , Professional, and Ultimate

     

    BUT I WOULD LIKE TO HAVE EACH OTHER EDITING FILE autounattend. Xml.

     

    Is this possible?

     

    Or one file autounattend. Xml contains the settings for each edition of Windows 7(separately x86 and x64)

     

    My setup:

     

    Run > Select version  > the rest of the installation file comes from autounattend. Xml

     

    I'm interested in separately for x86 and x64.

  4. Error in line extra ?

    where is .exe :)

    RunProgram="extra /SILENT /NORESTART" ??

    RunProgram="extra.exe /SILENT /NORESTART".

    During the installation I got the message:

    Another version of this product is installed

    how to get around this?

    msiexec options:

    /c

    Advertises a new instance of the product. Must be used in conjunction with /t. Available starting with the Windows Installer version that is shipped with Windows Server 2003 and Windows XP with Service Pack 1 (SP1).

    how to do it?

  5. The installer is flawless, I am using the version of PL and it works great!

    I have a question about the 7zip installer, and exactly the peak config.txt:

    There are some undocumented switches for example:

    %% P - automatically checks the system architecture: x86 or x64,

    The action of the shift key (HOLD)

    The combination of fonts and colors.

    Are these new features in version 1.5 beta?

    Or maybe there is a newer version?

    translate Google

  6. Legolash2o:

    Maybe it would be good to put this information in Windows 7 Tololkit in Unnaetneded Creator / Main / AutoLogon/ Logon Count something like this example: If the Logon Count is not checked then AutoLogon is set to 999,999 (infinitely).It would be clearer about what's going on

  7. I understand that I can use instead WPI.exe eg RunFirstLogon.cmd?

    Do I need to create the user, since I have it already defined?

    Probably still located in the category does not work unattended, going all the time in question, I think so?

    I will take the test, the rest of the questions later.

    Thanks a lot

  8. Question about the priority:

    in Autounattend.xml disable User Account Control???

    For <FirstLogonCommands> You mean this syntax?


    <FirstLogonCommands>
    <SynchronousCommand wcm:action="add">
    <CommandLine>c:synccommands\command1.exe</CommandLine>
    <Description>Description_of_command1</Description>
    <Order>1</Order>
    </SynchronousCommand>
    <SynchronousCommand wcm:action="add">
    <CommandLine>c:synccommands\command2.exe</CommandLine>
    <Description>Description_of_command2</Description>
    <Order>2</Order>
    </SynchronousCommand>
    </FirstLogonCommands>

    But if there is no error?

    <CommandLine>c:synccommands\command1.exe</CommandLine>

    should probably be so

    <CommandLine>c:\synccommands\command1.exe</CommandLine>

    How to use the dvd drive path?

  9. The problem is that after installation there was no file in the directory scripts setupcomplete.cmd.

    File setupcomplete running from the DVD to work correctly.

    Are you in Autounattend.xml disable User Account Control?

    I created a universal file into two versions of x86 and x64 systems.

    At this time, I test the x86 version

    setupcomplete.zip

  10. Does the use of file unnatended.xml setupcomplete.cmd excludes the use of a file?

    I used the folder options in the DVD root directory $OEM$\$$\SETUP\SCRIPTS\SETUPCOMPLETE.CMD and unfortunately did not work.

    In XP, turn on the OEM Preinstall options, here it should work straight away right?

  11. Hello

    During the installation I have a message

    "Windows Could not parse or process

    unattend answer file [C: \ Windows \ Panther \ unattend.xml] for pass

    [oobesystem]. "

    thnx for help

    autounnatend.xml version x86 create Windows 7 Toolkit


    <?xml version="1.0" encoding="utf-8"?>
    <!--Created by Windows 7 Toolkit v1.3.0.96-->
    <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>
    <AcceptEula>true</AcceptEula>
    </UserData>
    </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>ROCK</ComputerName>
    </component>
    <component name="Microsoft-Windows-Security-SPP-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>
    <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">
    <OOBE>
    <HideEULAPage>true</HideEULAPage>
    <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
    <NetworkLocation>Work</NetworkLocation>
    <ProtectYourPC>1</ProtectYourPC>
    </OOBE>
    <RegisteredOrganization>FREEWORLD</RegisteredOrganization>
    <UserAccounts>
    <LocalAccounts>
    <LocalAccount wcm:action="add">
    <Name>SerwiS</Name>
    <Group>Administrators</Group>
    <Password>
    <Value>serwis</Value>
    <PlainText>true</PlainText>
    </Password>
    <DisplayName>SerwiS</DisplayName>
    <Description>SerwiS</Description>
    </LocalAccount>
    </LocalAccounts>
    </UserAccounts>
    <AutoLogon>
    <Password>
    <Value>serwis</Value>
    <PlainText>true</PlainText>
    </Password>
    <Enabled>true</Enabled>
    <LogonCount>0</LogonCount>
    <Username>SerwiS</Username>
    </AutoLogon>
    <TimeZone>Central European Standard Time</TimeZone>
    </component>
    </settings>
    </unattend>

    Autounattend.xml

×
×
  • Create New...