Jump to content

darks0ul

Member
  • Posts

    148
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Spain

About darks0ul

darks0ul's Achievements

1

Reputation

  1. I got this error, 0x2F. What is the matter?
  2. 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: Does anybody have experience with this type of unattended setup?
  3. Hi Sp0iLedBrAt, I created another transform that just modifies the media table. I apply both this new transform and the one I created with ORK.
  4. I've fixed this by creating a transforms that modifies the last entry in the Media table, the one with DiskId 200, LastSequence 5000 and no volume label. I set the label to OFFICE11 and now it works.
  5. That's how I created the MST file... 10 years ago. The guide assumes the installation will be copied over to the system drive (i.e. %systemdrive%\install). I've now replaced the use of OEM folders by installation from the OS media.
  6. 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
  7. I solved it by loading the default user registry: reg load HKU\LoadedDefaultUser "%SystemDrive%\Users\Default\ntuser.dat" :: Apply common HKCU tweaks to the default account REGEDIT /S %SystemDrive%\Install\user_regtweaks_common.reg :: Unload registry hive reg unload HKU\LoadedDefaultUser I thought that HKCU pointed to that hive, but I was wrong.
  8. 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
  9. UAC is off, I tried with reg import and I got the same results. If I manually run setupcomplete.cmd, it works.
  10. 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?
  11. 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.
  12. 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
  13. 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.
  14. 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!
  15. How do you integrate KB2416473? I'm looking for the registry changes needed.
×
×
  • Create New...