Jump to content

dcatcher

Member
  • Posts

    15
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    China

Posts posted by dcatcher

  1. @Jeronimo, this is strange. I run removal.bat on windows 7 x86, and vlite the image on windows server 2003 x86 then back into windows 7 to do cleanup. Both os have no UAC.

    I can delete Users\Public\*.* with no problem, only those in winsxs folder must be taken care of.

    One more thing, I use only dism to mount and remove packages.

  2. Finally, a working vlited x86 win 7.

    iso size 1.1g

    install size 3.2g. including 1.0g pagefile.

    This is the best I can do.

    The only problem is that I have to take ownership of winsxs to do cleanup step.

    After installation, the owner of winsxs folder is not TrustedInstaller anymore, but some strange string, which is not surprising because the owner doesn't exist any more.

    However, windows update works well. I will try install it on real machine later.

  3. @dcatcher: do not remove the language packages, they are automatically removed when you remove a component. Do not use dism to mount the image as it does not work properly in combination with install wim tweak. Finally the index is indeed not handy, I will try and change it to use the edition.

    Also the language code is for seondary languages only not for primary en-US, this might break it as well.

    Thanks for the advice, Jeronimo!

    By the way, what's the problem with dism and install_wim_tweak, it works well here and I don't notice anything wrong.

    After correcting the index problem, the installation goes all right. But the NAT network in virtualbox is not working. and all search boxes are missing too. I definitedly removed too much. I will start over again.

  4. @dcatcher/Junior2613: what Windows edition are you performing this on?

    I do not know which packages you keep (do not remove), maybe this is the reason without more information I can not tell: for instance do you keep the Snipping Tool package and remove Game Explorer with vLite, then this could be the reason?

    I am using HomePremium.

    I do remove snipping tools and game explorer. I attach the modified removal.bat here.

    A different is that many packages comes with two version: en-US and neutral. I remove them both instead of just en-US as in the original removal.bat file.

    I tried using the default setting for service and the error remains...

    It seem that I find the problem.

    using Dism /Get-WIMInfo /WimFile:e:\iso\sources\install.wim to get the index of home premium:

    Index : 1

    Name : Windows 7 STARTER

    Description : Windows 7 STARTER

    Size : 7,936,340,784 bytes

    Index : 2

    Name : Windows 7 HOMEBASIC

    Description : Windows 7 HOMEBASIC

    Size : 7,992,394,907 bytes

    Index : 3

    Name : Windows 7 HOMEPREMIUM

    Description : Windows 7 HOMEPREMIUM

    Size : 8,432,859,356 bytes

    Index : 4

    Name : Windows 7 PROFESSIONAL

    Description : Windows 7 PROFESSIONAL

    Size : 8,313,318,889 bytes

    Index : 5

    Name : Windows 7 ULTIMATE

    Description : Windows 7 ULTIMATE

    Size : 8,471,060,645 bytes

    So, index 2 is actually homebasic in the original removal.bat for my situation.

    I suggest using /Name:"Windows 7 HOMEPREMIUM" option instead of /Index, for example:

    Dism /Mount-WIM /WimFile:C:\test\images\install.wim> /Name:"Windows 7 HomeBasic" /MountDir:C:\test\offline>

    Different image can have different indexes.

    I will keep my status updated....right now I am rebuilding...

  5. @dcatcher/Junior2613: what Windows edition are you performing this on?

    I do not know which packages you keep (do not remove), maybe this is the reason without more information I can not tell: for instance do you keep the Snipping Tool package and remove Game Explorer with vLite, then this could be the reason?

    I am using HomePremium.

    I do remove snipping tools and game explorer. I attach the modified removal.bat here.

    A different is that many packages comes with two version: en-US and neutral. I remove them both instead of just en-US as in the original removal.bat file.

    I tried using the default setting for service and the error remains...

    removal.bat.txt

    Last_Session.ini

  6. I have an error saying "Windows cannot configure one or more components ...." near the end of installation.

    I have changed the list of packages to be removed and haven't cleaned up the build.

    I have searched the forum, and the only mentioned solution is to keep some components. However, the preset file windows7.ini removes thoese components without problem, I assume.

    Do I have to stick with the listed components in removal.bat to avoid the error?

  7. a little tip: (I think it's a dirty solution)

    When doing cleanup, I get tons of access is denied. My solution is taking the ownership of every file in the mounted dir. This takes me 15 minutes.

    But I don't know whether this has any side effect.

  8. I use the win7elite preset file in the 30-page-long windows 7 & vlite thread.

    My specific is 7600.16385 ultimate x86.

    First of all, I am the administrator and only user of my laptop. Whenever I run or play a game such as Company of heroes or east indian company, A dialog "parental control don't allow you to run this game" popups. In the preset, parental control has already been removed and I find no option to adjust its settings.

    So right now I cannot run many games. Anyone with the same problem?

  9. 1. i duno if there any package for .net3.5

    if there are u could preinstall it with waik with "insert package"

    or vlite

    2.sorry i only know about the echo error too

    just make list what u want to install and see if the echo is 0

    and all should be perfect

    if u using original iso its double sure then

    Thanks~

    After a lot of tries, I finally come to conclusion:

    Case 1: if winsxs is removed

    .Net 3.0 and other features can be preinstalled very easily. But some features(such as .Net 3.0) add some next-reboot-to-do staff in pending.xml. If winsxs is vlited, it seems the installation will fail at last step,maybe an infinite loop. It's because the operation recorded in pending.xml cannot find files which is in winsxs.

    One solution is to delete pending.xml, but that leaves a big problem as if some features are not installed fully.

    As for .Net 3.0, delete pending.xml will prevent installing .net 3.5.

    Case 2: if winsxs is preserved

    Everything is ok, I can install .net 3.5, but adding features is still not functioning.

    So the problem is pending.xml.

    If we can somehow force the offline image to restart and let the operations in pending.xml finish, then removing winsxs will be safer.

  10. Ok, sounds good that there's a solution for it - but can I make you elaborate on it a bit?

    This is my normal procedure for making a vLite install DVD.

    1) Copy DVD to HD.

    2) Slipstream SP1.

    3) Make other tweaks and adjustments.

    4) Rebuild.

    5) Direct Burn and install.

    So if I'm getting what you're saying, there should be file named pending.xml in a folder named winsxs which exists in as part of the data I'll be burning onto the DVD?

    So that in order to get it to work correctly, my process of making the vLite install should look like this instead:

    1) Copy DVD to HD.

    2) Slipstream SP1.

    3) Make other tweaks and adjustments.

    4) Rebuild.

    5) Delete pending.xml file from winsxs folder.

    6) Direct Burn and install.

    ...just to be absolutely sure :)

    Thank you for your time.

    Kind regards

    Christian Rasmussen

    I only have the problem when vliting windows server 2008, so no slipstream is involved.

    But I think the order you delete pending.xml doesn't matter as long as it's not there. The file seems recording some update operation after reboot.

    Just an advice, it's safer to install the vlited system in a virtual machine first, such as virtualbox.

  11. I have a few questions about using waik to preinstall features.

    1.

    I want to use visual studio 2008. It says .net 3.5 is needed. But server 2008 seems have only .net 3.0 included.

    How can I preinstall .net 3.5?

    2.

    After preinstall some features with waik, how can I know the installation is success. I know the echoerror way, but is it possible to get a list of features which is preinstalled.

    Thanks!

  12. I happens to get the same problem with server 2008.

    After looking for the solution in the forum, I fix it!

    It's very simple just delete pending.xml in your winsxs folder, which is in your install.wim file.

    You can mount the install.wim file using waik, then delete the file. I don't know other ways.

    GL

×
×
  • Create New...