Jump to content

SunLion

Members
  • Posts

    55
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by SunLion

  1. Hi Geej,

     

    Firstly, thank you for your excellent work!

     

    Testing the installation of your latest version, at the end of the process the message "could not locate INF file C:\Windows\INF\Evthing.inf". 

     

    Not modified anything. Test on VM VirtualBox with Win7-x86.

     

    A small bug maybe?

     

    NOTE: in the previous version that did not occur.

     

    Greetings

  2. Good day to all!


    Also use the SAD2 in my process, but using the Autounattend.xml to the installation, as follows:

     

    1-put the folder SAD2 already populated with the drivers at the root of the DVD.


    2-Add the lines FirstLogon below into the Autounattend.xml, in settings pass="oobeSystem":

     

      <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">
          <UserAccounts>
            <LocalAccounts />
            <AdministratorPassword>
              <Value />
            </AdministratorPassword>
          </UserAccounts>
          <AutoLogon>
            <Password>
              <Value />
            </Password>
            <Enabled>true</Enabled>
            <LogonCount>2</LogonCount>
            <Username>Administrator</Username>
          </AutoLogon>
          <OOBE>
            <NetworkLocation>Home</NetworkLocation>
            <HideEULAPage>true</HideEULAPage>
            <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
            <SkipMachineOOBE>true</SkipMachineOOBE>
            <SkipUserOOBE>true</SkipUserOOBE>
          </OOBE>
          <DisableAutoDaylightTimeSet>true</DisableAutoDaylightTimeSet>
          <TimeZone>E. South America Standard Time</TimeZone>

    <!--FirstLogon Begin-->
          <FirstLogonCommands>
            <SynchronousCommand wcm:action="add">
               <Description>
    SAD2</Description>
               <Order>3</Order>
               <CommandLine>cmd /q /c for %i in (C D E F G H I J K L M N O P Q R S T U V W X Y Z) do if exist %i:\SAD2\DP_Install_Tool.cmd start /wait %i:\SAD2\DP_Install_Tool.cmd</CommandLine>
               <RequiresUserInput>false</RequiresUserInput>
            </SynchronousCommand>
          </FirstLogonCommands>  

    <!--FirstLogon End-->
        </component>
      </settings>

     

    And it works like a charm.

  3. Hi Kel,

    Got error files not located (msicuu.exe, MsiZap.exe) and, yet, when testing GPUZ in Control Panel it says file not found as well.

    It seems to me that editing the file CPLBonus.inf as below could solve this:

    -comment out the lines 55 and 56

    -change the name of the executable gpu-z.exe to gpuz.exe in the lines 103 and 107

    Tested and now it works fine!

    Thank you for your excellent work!

  4. Thanks a lot Rick!

    I go to test and rank the result.

    :thumbsup_anim:

    Hi Rick, All addons had worked very well! It sees image below:

    post-6659-1242644140_thumb.jpg

    It remains only one doubt: exactly that I add the RunCleanupX2 finally in the nlite, it always is executed first. And I want that it is executed finally!

    It has as to determine the sequence of installation through enclosed commands REG in the config.txt archive?

    Solved!

    In the line of REG ADD, It substitutes the name of the program for a sequential numeration, as below:

    AutoInstall="hidcon:reg add HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnceEx\\010 /ve /d \"nLite Addon\" /f"

    AutoInstall="hidcon:reg add HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnceEx\\010 /v Install /d %%S\\ nLite_Addon.exe /f"

    This decided the problem.

    :thumbsup_anim:

  5. Yes you need to add the AutoInstall section and during svcpack you need to launch your 7zsfx.exe with the command -ai example

    [EditFile]
    I386\SVCPACK.INF,SetupHotfixesToRun,AddProgram

    [AddProgram]
    NameOfInstaller.exe -ai

    This way the program will not install it will simply add the RunOnceEx entries and when your PC reboots and you 1st log in the installer will be launched (without the -ai switch) and it will do what is in RunProgram section of config.txt

    BTW the example config.txt is on the 1st post

    OK, Rick. Then, for example, if to want to make this with nlite- 1.4.9.1 - installer.exe, the config.txt archives and entries_nlite.ini would be in the way below?

    Config.txt:

    ;!@Install@!UTF-8!
    AutoInstall="hidcon:reg add HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnceEx\\nlite /v Install /d %%S\\ nLite-1.4.9.1.installer.exe /VERYSILENT /MERGETASKS=desktopicon /NORESTART /f"
    GUIMode="2"
    ;!@InstallEnd@!

    Entries_nlite.ini:

    [general]
    builddate=15.05.2009
    description=
    language=Portuguese Br
    title=nLite
    version=1.4.9.1
    website=

    [EditFile]
    I386\SVCPACK.INF,SetupHotfixesToRun,AddProgram

    [AddProgram]
    nLite_Addon.exe -ai

×
×
  • Create New...