Jump to content

darks0ul

Member
  • Posts

    148
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Spain

Posts posted by darks0ul

  1. Hi,

    I'm trying to perform an unattended installation of VS2012 Express for Windows Desktop without some packages (like SQL things). However, I do not have a way to list the available packages and disable them through AdminDeployment.xml, like this:


    <?xml version="1.0" encoding="utf-8"?>
    <AdminDeploymentCustomizations xmlns="http://schemas.microsoft.com/wix/2011/AdminDeployment">
    <BundleCustomizations TargetDir="default" NoWeb="yes"/>

    <SelectableItemCustomizations>
    <SelectableItemCustomization Id="windows61_kb2664825_x86msu" Selected="no" />
    </SelectableItemCustomizations>

    </AdminDeploymentCustomizations>

    The packages listed here do not seem to work with this version, nor do the ones that I got from the MSI log:

    [07B4:0280][2013-02-17T11:49:40]: Detected package: Preparation_Uninstall, state: Absent, cached: None

    [07B4:0280][2013-02-17T11:49:40]: Detected package: windows61_kb2664825_x86msu, state: Present, cached: None

    [07B4:0280][2013-02-17T11:49:40]: Detected package: windows61_kb2664825_x64msu, state: Present, cached: None

    [07B4:0280][2013-02-17T11:49:40]: Detected package: netfxfullredist_43, state: Present, cached: Complete

    [07B4:0280][2013-02-17T11:49:40]: Detected package: vcRuntimeMinimum_x86, state: Absent, cached: None

    [07B4:0280][2013-02-17T11:49:40]: Detected package: vs_minshellcore, state: Absent, cached: None

    [07B4:0280][2013-02-17T11:49:40]: Detected package: vs_minshellinterop, state: Absent, cached: None

    [07B4:0280][2013-02-17T11:49:40]: Detected package: vs_minshellres, state: Absent, cached: None

    [07B4:0280][2013-02-17T11:49:40]: Detected package: ssceruntime_x86_msi, state: Absent, cached: None

    [07B4:0280][2013-02-17T11:49:40]: Detected package: ssceruntime_x64_msi, state: Absent, cached: None

    [07B4:0280][2013-02-17T11:49:40]: Detected package: vcRuntimeMinimum_x64, state: Absent, cached: None

    [07B4:0280][2013-02-17T11:49:40]: Detected package: vcRuntimeAdditional_x86, state: Absent, cached: None

    [07B4:0280][2013-02-17T11:49:40]: Detected package: vcRuntimeAdditional_x64, state: Absent, cached: None

    [07B4:0280][2013-02-17T11:49:40]: Detected package: vcRuntimeDebug_x86, state: Absent, cached: None

    [07B4:0280][2013-02-17T11:49:40]: Detected package: vcRuntimeDebug_x64, state: Absent, cached: None

    [07B4:0280][2013-02-17T11:49:40]: Detected package: sqldom_x86, state: Absent, cached: None

    [07B4:0280][2013-02-17T11:49:40]: Detected package: sqldom_amd64, state: Absent, cached: None

    [07B4:0280][2013-02-17T11:49:40]: Detected package: sqlls_x86, state: Absent, cached: None

    [07B4:0280][2013-02-17T11:49:40]: Detected package: sqlls_amd64, state: Absent, cached: None

    [07B4:0280][2013-02-17T11:49:40]: Detected package: sqlncli_x86, state: Absent, cached: None

    [07B4:0280][2013-02-17T11:49:40]: Detected package: sqlncli_amd64, state: Absent, cached: None

    [07B4:0280][2013-02-17T11:49:40]: Detected package: sqlcmdlnutils_amd64, state: Absent, cached: None

    [07B4:0280][2013-02-17T11:49:40]: Detected package: sqlcmdlnutils_x86, state: Absent, cached: None

    [07B4:0280][2013-02-17T11:49:40]: Detected package: TSqlLanguageService, state: Absent, cached: None

    ...

    Does anybody have experience with this type of unattended setup?

  2. When I try to install office 2003 during RunOnceEx from the Windows drive, it fails. It is asking for the Office 2003 media... This does not happen if the office source files are copied to the hard drive and installed from there.

    Any idea on how to fix this?

    TIA

    Edit: This is the error I saw in the installation log:

    MSI (s) (30:D8) [21:43:17:275]: Executing op: FileCopy(SourceName=FM20ENU.DLL,SourceCabKey=FM20ENU.DLL_1033,DestName=FM20ENU.DLL,Attributes=1536,FileSize=35440,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=11.0.8161.0,Language=1033,InstallMode=58982400,,,,,,,)

    MSI (s) (30:D8) [21:43:17:275]: File: C:\Windows\SysWOW64\FM20ENU.DLL; To be installed; Won't patch; No existing file

    MSI (s) (30:D8) [21:43:17:275]: Source for file 'FM20ENU.DLL' is uncompressed, at 'D:\Setups\Office2003\FILES\SYSTEM\'.

    MSI (s) (30:D8) [21:43:17:275]: Source is incorrect. Volume label should be but is CDROM.

    MSI (s) (30:D8) [21:43:17:275]: Source is incorrect. Volume label should be but is CDROM.

    MSI (s) (30:E0) [21:59:49:514]: I/O on thread 3068 could not be cancelled. Error: 1168

    MSI (s) (30:E0) [21:59:49:514]: I/O on thread 2692 could not be cancelled. Error: 1168

    MSI (s) (30:E0) [21:59:49:514]: I/O on thread 2688 could not be cancelled. Error: 1168

    MSI (s) (30:E0) [21:59:49:514]: I/O on thread 1496 could not be cancelled. Error: 1168

    MSI (s) (30:E0) [21:59:49:514]: I/O on thread 1356 could not be cancelled. Error: 1168

    MSI (s) (30:E0) [21:59:49:514]: I/O on thread 2284 could not be cancelled. Error: 1168

  3. Perhaps uac is turned off after the script is run or isn't turned of for the user running the script because "reg import" will always output something.

    Try with those tricks to bypass uac.

    That didn't work :( Reg import outputs "operation completed successfully" or something alike.

    I'm afraid it's related to that, but it does not seem an elegant solution to me.

    Thanks for helping me out

  4. Hi,

    I have some .reg files with settings I'd like all the users to have and I'm trying to apply them in setupcomplete.cmd, so that the default account is modified and new accounts copy the settings from there.

    Here's my setupcomplete.cmd

    @echo on

    echo OK>>C:\setupcomplete.log
    :: Apply common HKCU tweaks to the default account
    IF EXIST C:\Install\user_regtweaks_common.reg echo Exist user_regtweaks_common.reg>>C:\setupcomplete.log
    REGEDIT /S %SystemDrive%\Install\user_regtweaks_common.reg>>%SystemDrive%\setupcomplete.log

    :: Console tweaks
    IF EXIST C:\Install\console.reg echo Exist console.reg>>C:\setupcomplete.log
    REGEDIT /S C:\Install\console.reg>>C:\setupcomplete.log

    After setup is completed, setupcomplete.log contains

    OK
    Exist user_regtweaks_common.reg
    Exist console.reg

    Does anybody know what's wrong?

  5. 7. It is highly recommended to place 7Customizer in the root folder (e.g D:\7customizer). It is not recommended to place 7Customizer in your home directory folders (e.g. Documents,Desktop,... etc).

    You can also change inside the bootorder.txt the line:

    boot\fr-fr\bootsect.exe.mui (with your language!)

    I hope you plan to fix that in the future :)

    BTW: I moved 7Customizer to the root, and I still get those errors.

  6. Hi,

    I get errors when I try to create the 7 image. I get this on a console window:

    ==Starting execution==

    ==Mounting Image==

    Deployment Image Servicing and Management tool
    Version: 6.1.7600.16385


    Error: 87

    The mount-wim option is unknown.
    For more information, refer to the help by running DISM.exe /?.

    The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log
    ==Finished mounting Image==

    ==Applying tweaks==
    ERROR: El sistema no ha podido encontrar la clave o el valor del Registro
    especificados.
    ERROR: El sistema no ha podido encontrar la clave o el valor del Registro
    especificados.
    ERROR: El sistema no ha podido encontrar la clave o el valor del Registro
    especificados.
    ERROR: Error de acceso al Registro.
    ERROR: El parámetro no es correcto.
    ERROR: El parámetro no es correcto.
    ERROR: El parámetro no es correcto.
    ==Finished Applying tweaks==

    ERROR: El sistema no ha podido encontrar la clave o el valor del Registro
    especificados.
    ERROR: El sistema no ha podido encontrar la clave o el valor del Registro
    especificados.
    ERROR: El sistema no ha podido encontrar la clave o el valor del Registro
    especificados.
    ERROR: El sistema no ha podido encontrar la clave o el valor del Registro
    especificados.
    Starting

    ====Loading xml from naturallanguage.xml =======
    STARTED: Preparing list of files to be deleted


































































































































































    Unexpected error: Could not find a part of the path 'X:\Unattended\7Customizer_0
    .5.0a\work\mount\Windows\winsxs\Manifests'.

    Then I get the choice that is triggered by control+c and another console window opens and shows the command prompt. If I continue I get this:

    ^C¿Desea terminar el trabajo por lotes (S/N)? n
    Starting

    ===Loading xml from naturallanguage.xml ====

    STARTED: Verifing files deletion
    Unexpected error: Could not find a part of the path 'X:\Unattended\7Customizer
    .5.0a\work\mount\Windows\winsxs\Manifests'.
    ERROR: El parámetro no es correcto.
    ERROR: El parámetro no es correcto.
    ERROR: El parámetro no es correcto.
    ERROR: El parámetro no es correcto.
    ==Unmounting image==

    Deployment Image Servicing and Management tool
    Version: 6.1.7600.16385


    Error: 87

    The unmount-wim option is unknown.
    For more information, refer to the help by running DISM.exe /?.

    The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log
    ==Finished unmounting image==

    ==Creating ISO file==

    OSCDIMG 2.55 CD-ROM and DVD-ROM Premastering Utility
    Copyright (C) Microsoft, 1993-2007. All rights reserved.
    Licensed only for producing Microsoft authorized content.


    Scanning source tree (500 files in 46 directories)
    Scanning source tree complete (878 files in 200 directories)

    Computing directory information complete

    Image file is 3268378624 bytes (before optimization)

    Writing 878 files in 200 directories to X:\Unattended\w7dvd.iso

    0% complete Could not find en-us in boot.
    Could not find boot\en-us\bootsect.exe.mui. Skipping it.
    50% complete

  7. What errors have you with your autounattend file?

    You can post to the right topic for 7Customizer:

    http://www.msfn.org/.../page__st__1520

    If you want an Original Windows 7 Professional SP1, you can download here:

    http://www.askvg.com...bit-and-64-bit/

    7Customizer does not even work most of the times. With other tools, it says the key is invalid, although if I comment the key in the xml file, I can activate the product later with the same key.

  8. Hi,

    I can't create an unattended install with vLite or 7Customizer. I think it's because the ISO that we have contains the following ei.cfg:

    [EditionID]
    Professional
    [Channel]
    OEM
    [VL]
    1

    How can I create an unattended install? Is the content of that file relevant? I guess VL stands for Volume License. I wonder what that does.

    By the way, we don't have an SP1 iso. Can I get the iso from Microsoft and still have the same features?

    Thanks!

  9. Thanks 5eraph. It seems to me that I have an old timezone update already installed. It's going to take a while to find it out :(

    Here's the log:

    [KB2443685.log]

    0.515: ================================================================================

    0.515: 2011/06/27 19:40:58.405 (local)

    0.515: C:\WINDOWS\SoftwareDistribution\Download\6a31a877a6b7709632d16617a281c84b\update\update.exe (version 6.3.4.1)

    0.531: DoInstallation: GetProcAddress(InitializeCustomizationDLL) Returned: 0x7f

    0.531: Failed To Enable SE_SHUTDOWN_PRIVILEGE

    0.531: Hotfix started with following command line: -q -z -er /ParentInfo:3c09f9fa89c19f41804f1efe3b165b3f

    0.531: In Function GetBuildType, line 1170, RegQueryValueEx failed with error 0x2

    0.703: Return Value From IsInstallable = 0

    0.703: IsInstallable returned 695368

    0.703: Fist Condition in Prereq.CheckRegistry.Section Failed

    0.703: Condition Check for Line 1 of PreRequisite returned FALSE

    0.781: KB2443685 Setup encountered an error: Update cannot be installed as a newer or same timezone update has already been installed on the system

    0.828: Update cannot be installed as a newer or same timezone update has already been installed on the system

    0.828: Update.exe extended error code = 0xf0f4

    As for Last Session.ini, it's in Spanish, but the hotfixes section should be understandable :)

    Ultima Sesión.ini

  10. Hi,

    I'm using nLite to slipstream all the updates I have for xp x64, but Windows Update says KB2443685 is not installed. If I let WU install the update, it fails.

    Here's the log from the event viewer:

    Installation Failure: Windows failed to install the following update with error 0x8007f0f4: Update for Windows XP x64 Edition (KB2443685).

    Does anyone know what might be going on? Thanks in advance.

  11. Hi,

    I have an unattended installation of XP SP3 with hotfixes slipstreamed into it, by using nLite. It seems that some Windows Media specific hotfixes corrupt my installation and when I try to open the player I get an error message asking me to download the player from Microsoft's site and install it again.

    If I don't slipstream those fixes, I do not get the error, however Microsoft Update (I use MSBA) says I have to install them.

    Does anyone know where the problem is? The hotfixes are:

    • WindowsXP-WindowsMedia-KB2378111-x86-ESN.exe
    • WindowsXP-WindowsMedia-KB954155-x86-ESN.exe
    • WindowsXP-WindowsMedia-KB973540-x86-ESN.exe
    • WindowsXP-WindowsMedia-KB975558-x86-ESN.exe
    • WindowsXP-WindowsMedia-KB978695-x86-ESN.exe

    Thanks in advance

×
×
  • Create New...