Windows 7 x64 vLite "extreme removal" Shrink image & installation by use of vLite & a batch-file
#21
Posted 10 August 2009 - 10:50 PM
Also the language code is for seondary languages only not for primary en-US, this might break it as well.
#22
Posted 10 August 2009 - 11:12 PM
awalraja, on Aug 11 2009, 08:55 AM, said:
any help on this problem? jeronimo, anyone
#23
Posted 10 August 2009 - 11:23 PM
#24
Posted 10 August 2009 - 11:39 PM
Jeronimo, on Aug 11 2009, 11:53 AM, said:
ok, thanks for the info. i also prefer VLC player, but i keep media player as secondary option. anyway, i'll try to solve the issues myself if no further information is available.
#25
Posted 11 August 2009 - 12:23 AM
Jeronimo, on Aug 11 2009, 12:50 PM, said:
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.
#26
Posted 11 August 2009 - 03:08 AM
#27
Posted 11 August 2009 - 03:18 AM
Now I have instal.wim within UltimateN 7600.16385 x86. It has the one and only index 1. Please, give a guide, how to remove most of drivers (wireless, ATI\Nvidia graphics ando the) from it with help od you stuff. I want to keep only storage controlers and universal drivers for videoadapters.
This post has been edited by Jedi-to-be: 11 August 2009 - 03:19 AM
#28
Posted 11 August 2009 - 04:04 AM
What breakes Windows feauters?
I kept Help, Fax Support, Windows Search
I is seem workable, but after first use Windows feauters dies and Windows Search too
#29
Posted 11 August 2009 - 06:31 AM
#30
Posted 11 August 2009 - 06:43 AM
#31
Posted 11 August 2009 - 11:35 AM
Attached File(s)
-
removal.rar (4.65K)
Number of downloads: 69
#32
Posted 11 August 2009 - 12:29 PM
Junior2613, on Aug 12 2009, 12:05 AM, said:
you are using Ultimate and check this, it is in your batch file
REM Image Index (pre-vLite: 1 HomeStarter, 2 Home Premium, 3 Professional, 4 Ultimate) set II=2
This post has been edited by awalraja: 11 August 2009 - 12:29 PM
#33
Posted 11 August 2009 - 12:49 PM
REM Initialising environment variables (check for your usage)
REM ----------------------------------------------------------------------------
REM Windows codebase: amd64 or x86
set cb=amd64
REM Windows 7 build
set build=7600
REM Sub version
set svn=16385
REM Pre-part (the same for all Windows 7 builds?)
set pre=31bf3856ad364e35
REM Image Index (pre-vLite: 1 HomeStarter, 2 Home Premium, 3 Professional, 4 Ultimate)
set II=2
REM Image edition (H for HomePremium, P for Professional or U for Ultimate/Enterprise)
set edition=U
set PATH=%PATH%;%cd%
set version=6.1.%build%.%svn%
set IEver=8.0.%build%.%svn%
#34
Posted 11 August 2009 - 12:50 PM
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.
#35
Posted 11 August 2009 - 01:19 PM
And I will follow dcatcher's advice to take ownership of the winsxs folder. By the way what is the file location for the winsxs folder ??
This post has been edited by Junior2613: 11 August 2009 - 01:20 PM
#36
Posted 11 August 2009 - 02:38 PM
@awalraja/Junior2613: with the old removal.bat yes, but see the new one, use edition.
@dcatcher: I have heard others before about this, but the only issues I am having with access denied is with the folders under Users\Public\Documents. I have no UAC activated, so I need not use the elevated prompt, not usre if that might be an issue.
This post has been edited by Jeronimo: 11 August 2009 - 02:44 PM
#37
Posted 11 August 2009 - 03:57 PM
You should see this, Jeronimo
Attached File(s)
-
Packages.txt (31.53K)
Number of downloads: 119
#38
Posted 11 August 2009 - 08:17 PM
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.
#39
Posted 11 August 2009 - 11:14 PM
@dcatcher: I only tried x64 with imagex under Windows 7, I could include an ownership of the files if it is just winsxs try adding the following just after mount of image under cleanup:
takeown /f "%mount%\Windows\winsxs\Manifests\*" >nul takeown /f "%mount%\Windows\winsxs\%cb%_*" /r >nul icacls "%mount%\Windows\winsxs\Manifests\*" /grant Administrators:F /q >nul icacls "%mount%\Windows\winsxs\%cb%_*" /grant Administrators:F /q /t >nul
This might take quite a bit more time, but check if this resolves your issues. I might ad it as an option later on.
This post has been edited by Jeronimo: 11 August 2009 - 11:15 PM
#40
Posted 12 August 2009 - 03:23 AM
Only one error so far when it tried to remove the internet explorer optionals package.



Help


Back to top








