A visual guide to 7Customizer Using v0.4.1a 12.Apr.2010
#21
Posted 24 July 2010 - 01:44 AM
Does 7 Customizer can remove some crap like Media Center or Languages Packs? i cant find it in tutorial and in 7customizer
#22
Posted 24 July 2010 - 06:14 AM
#23
Posted 25 July 2010 - 02:05 PM
Squall, on 24 July 2010 - 01:44 AM, said:
Does 7 Customizer can remove some crap like Media Center or Languages Packs? i cant find it in tutorial and in 7customizer
You can eliminate the programs/components from installing during setup, and the services from propagating, by creating an answer file using Windows OPK imagex in WAIK. I do not like RT7Lite because if you do not modify all of the wims', it deletes those you do not; changing the default index number (similar to Enterprise). Doing it my way you can still load up 7C and apply the tweaks section with no adverse affects or complexities.
I have attached the answer file I use. Just substitute your values for name, support etc. This answer file disables Windows Defender, System Restore, OOB games, Windows Media Center, CEIP..., adds 4 search providers-Google as default, removes extraneous language packs, logs in the administrator automatically indefinitely (you can change this and add a user account in the answer file), etc. I use WMP12 and Shark007 codec packs here:
http://shark007.net/index.html
Those that know what they are doing can modify the file in notepad, or whatever, all others use OPK imagex. At any rate, the file should be thoroughly read changing that which you want different-most of the time simply changing False to True or vise versa will achieve this. There is redundancy in some entries by design, but, if any part of the answer file is not modified exactly right, absolutely no errors, install will fail. Be smart, copy the modified file to empty floppy or USB Flash and run a trial install (F8....etc.) cancelling the install at the last moment, then, you simply automatically reboot back up and running as you were.
The result is the same as if you physically removed these components with RT7Lite or whatever, with the exception that all is reversible in the OS (Programs and Features, System etc.) and the ISO size is not reduced.
RickSteele
Attached File(s)
-
Autounattend.7z (3.27K)
Number of downloads: 91
This post has been edited by RickSteele: 25 July 2010 - 05:47 PM
#24
Posted 31 August 2010 - 10:52 AM
Just a quick question... Do you need to include the windows updates in a specific order, like oldest first, or will 7Customizer apply the updates in the correct way so as to make sure that the most recent files are used?
I'm just wondering if adding the newest patch first and the oldest patch last may possibly result in the older version of a system file being used. Up to now I've just downloaded all windows updates using autopatcher, searched the AP directory for *.msu files and added them all in one go. I'm currently building an image created with this method, but I'm not sure how I would test that all updates were applied correctly/in the right order
Thanks!
edit:
Hmmm, the iso that I was building never showed up... does 7Customizer not like the iso destination being a network directory? (I'm building within a VirtualBox VM, so had the destination as a shared folder, which shows as a network location)
Also, does 7Customizer not save any settings apart from the WAIK app locations?
This post has been edited by SiM99: 31 August 2010 - 11:04 AM
#25
Posted 31 August 2010 - 01:28 PM
SiM99, on 31 August 2010 - 10:52 AM, said:
Just a quick question... Do you need to include the windows updates in a specific order, like oldest first, or will 7Customizer apply the updates in the correct way so as to make sure that the most recent files are used?
I'm just wondering if adding the newest patch first and the oldest patch last may possibly result in the older version of a system file being used. Up to now I've just downloaded all windows updates using autopatcher, searched the AP directory for *.msu files and added them all in one go. I'm currently building an image created with this method, but I'm not sure how I would test that all updates were applied correctly/in the right order
Thanks!
edit:
Hmmm, the iso that I was building never showed up... does 7Customizer not like the iso destination being a network directory? (I'm building within a VirtualBox VM, so had the destination as a shared folder, which shows as a network location)
Also, does 7Customizer not save any settings apart from the WAIK app locations?
1: No specific order no.
2: If you can write to a networkdirectory it should work fine.
3: You have to save settings yourself.
#26
Posted 31 August 2010 - 01:43 PM
SiM99, on 31 August 2010 - 10:52 AM, said:
Just a quick question... Do you need to include the windows updates in a specific order, like oldest first, or will 7Customizer apply the updates in the correct way so as to make sure that the most recent files are used?
I'm just wondering if adding the newest patch first and the oldest patch last may possibly result in the older version of a system file being used. Up to now I've just downloaded all windows updates using autopatcher, searched the AP directory for *.msu files and added them all in one go. I'm currently building an image created with this method, but I'm not sure how I would test that all updates were applied correctly/in the right order
Thanks!
edit:
Hmmm, the iso that I was building never showed up... does 7Customizer not like the iso destination being a network directory? (I'm building within a VirtualBox VM, so had the destination as a shared folder, which shows as a network location)
Also, does 7Customizer not save any settings apart from the WAIK app locations?
You do not need to worry about order etc.; Windows will sort it out, but, if the requisite files are not installed the update will not integrate. As an example I attached a list of files-Requisite.jpg- that must be integrated first before the rest if you were using SoLoR's update repository. Otherwise one or two updates will not integrate; kicking out the update not applicable....7C/DISM error. This list is just to show you an example, but, applies to any update collection.
Attached File(s)
-
Prerequisite.jpg (68.29K)
Number of downloads: 82
#27
Posted 05 January 2011 - 01:15 AM
#28
Posted 06 January 2011 - 01:54 AM
You can use RunOnceEx method or Windows Post-Install Wizard if you want (WPI 8.1.0)
Example with RunOnceEx method:
Create the folders $OEM$ inside "sources" (Example: C:\Win7\sources\)
$OEM$\$$\SETUP\SCRIPTS\SetupComplete.cmd
$OEM$\$1\Install (folder where you have all your programs inside each folder: Office2007; Adobe; etc.)
Example:
SetupComplete.cmd
@echo off REM Windows 7 Ultimate 32 bits - RunOnceEx method REG ADD HKLM\Software\Microsoft\Windows\CurrentVersion\RunOnceEx SET KEY=HKLM\Software\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing applications" /f REG ADD %KEY%\005 /VE /D "Windows 7 Ultimate activation" /f REG ADD %KEY%\005 /V 1 /D "%systemroot%\Setup\Scripts\active.vbs" /f REG ADD %KEY%\010 /VE /D "Tweaks customized" /f REG ADD %KEY%\010 /V 1 /D "REGEDIT /S %systemroot%\Setup\Scripts\Tweaks.reg" /f REG ADD %KEY%\015 /VE /D "ATI Display Driver" /f REG ADD %KEY%\015 /V 1 /D "%systemdrive%\Install\ATIDriver\Setup.exe -INSTALL" /f REG ADD %KEY%\020 /VE /D "Realtek R239" /f REG ADD %KEY%\020 /V 1 /D "%systemdrive%\Install\Realtek\Setup.exe -s "-f1%systemdrive%\Install\Realtek\setup.iss"" /f REG ADD %KEY%\025 /VE /D "Office Standard 2007" /f REG ADD %KEY%\025 /V 1 /D "%systemdrive%\Install\Office\SETUP.EXE /config %systemdrive%\Install\Office\STANDARDR.WW\CONFIG.XML" /f REG ADD %KEY%\030 /VE /D "JAVA SUN 6u17" /f REG ADD %KEY%\030 /V 1 /D "%systemdrive%\Install\Java\jre-6u17-windows-i586-s.exe /s /v "/qn"" /f REG ADD %KEY%\035 /VE /D "Adobe Flash Player 10 ActiveX" /f REG ADD %KEY%\035 /V 1 /D "%systemdrive%\Install\Flash\install_flash_player_10_active_x.exe /s" /f REG ADD %KEY%\040 /VE /D "Adobe Reader 9.2.0" /f REG ADD %KEY%\040 /V 1 /D "%systemdrive%\Install\Adobe\AdbeRdr920_fr_FR.exe /sAll /rs" /f REG ADD %KEY%\045 /VE /D "Adobe Reader 9.2.0 eula" /f REG ADD %KEY%\045 /V 1 /D "REGEDIT /S %systemroot%\Setup\Scripts\Adobe.reg" /f REG ADD %KEY%\050 /VE /D "TuneUp 2008 Key" /f REG ADD %KEY%\050 /V 1 /D "REGEDIT /S %systemroot%\Setup\Scripts\TuneUp.reg" /f REG ADD %KEY%\055 /VE /D "TuneUp Utilities 2008" /f REG ADD %KEY%\055 /V 1 /D "%systemdrive%\Install\TuneUp\TU2008TrialFR.exe /qn /norestart" /f REG ADD %KEY%\060 /VE /D "Installation WinRar 390" /f REG ADD %KEY%\060 /V 1 /D "%systemdrive%\Install\WinRar\wrar390fr.exe /S" /f REG ADD %KEY%\065 /VE /D "Installation WinRar 390 Key" /f REG ADD %KEY%\065 /V 1 /D "REGEDIT /S %systemroot%\Setup\Scripts\rarreg.key" /f REG ADD %KEY%\070 /VE /D "Files Attributs" /f REG ADD %KEY%\070 /V 1 /D "REGEDIT /S %systemroot%\Setup\Scripts\Attributs.reg" /f REG ADD %KEY%\075 /VE /D "Movie Maker 2.6" /f REG ADD %KEY%\075 /V 1 /D "msiexec.exe /i "%systemdrive%\Install\MovieMaker\MM26_FR.msi" /qn" /f REG ADD %KEY%\080 /VE /D "Shortcut Notepad on the desktop" /f REG ADD %KEY%\080 /V 1 /D "%systemroot%\Setup\Scripts\notepad.vbs" /f REG ADD %KEY%\085 /VE /D "Finish installation" /f REG ADD %KEY%\085 /V 1 /D "%systemroot%\Setup\Scripts\clean.vbs" /f EXIT
This post has been edited by myselfidem: 08 January 2011 - 03:46 PM
#29
Posted 30 March 2011 - 11:04 PM
#30
Posted 31 March 2011 - 02:58 AM
#31
Posted 02 April 2011 - 01:01 PM
Thanks a lot for your scripts.
Can you help me to how to do or have a script for UltraISO . I have setup.exe and Serial Number.txt.
Serial Number.txt includes:
Name: AAA BBBB
Code: XXXX-XXXX-XXXX-XXXX
Thanks so much for your help in advance.
Have a good day.
#32
Posted 02 April 2011 - 01:16 PM
http://www.msfn.org/...cking-reg-code/
http://www.msfn.org/...silent-install/
http://www.msfn.org/...install-switch/
#33
Posted 11 April 2011 - 07:22 PM
ChiefZeke, on 30 March 2011 - 11:04 PM, said:
Yes, I have a DVD+R that contains the 5 .wim files for the x86 and another DVD+R that contains the other 5 .wim files for the x64 windows 7 os's. I would love to be able to slipstream all the images with the sp1 update as well. I have tried with the RT Seven software, and it's slow as molasses (ver.2.6 that is)...and I understand 7C cannot do it at all with ver. 0.5...hopefully an update soon? it's painful to install sp1 after doing the install of windows 7
This post has been edited by dlancelot: 11 April 2011 - 07:22 PM
#34
Posted 12 April 2011 - 04:54 AM
dlancelot, on 11 April 2011 - 07:22 PM, said:
ChiefZeke, on 30 March 2011 - 11:04 PM, said:
Yes, I have a DVD+R that contains the 5 .wim files for the x86 and another DVD+R that contains the other 5 .wim files for the x64 windows 7 os's. I would love to be able to slipstream all the images with the sp1 update as well. I have tried with the RT Seven software, and it's slow as molasses (ver.2.6 that is)...and I understand 7C cannot do it at all with ver. 0.5...hopefully an update soon? it's painful to install sp1 after doing the install of windows 7
There's only 4 *version for 64bit excl. enterprise.
x86 then has 6 versions
#35
Posted 13 April 2011 - 08:59 AM
#36
Posted 16 May 2011 - 01:27 PM
I need both your help to resolve or explain to me a way that I can integrate/slimstream Windows 7 SP1 using 7Customizer. I have being googling and reading for the last month now trying to find a utility that will allow me to Slimstream Windows 7 SP1 using 7Customizer with no luck. After reading both your post on March 30-31, 2011 I was hoping that you found an easy and simple straight forward way to do it.
Grabben, in your post you mention that DISM could be use for Slimstreaming the SP1 but 3 files had to be changed. Could I get you to list the 3 files that need to be edited and anything else that need to be done that will allow me to use 7Customizer to do the slimstream for Windows 7 SP1. This really would make my day and I can move forward in building my image and ISO. Thanks
P.S. I hope 7Customizer come out soon with a new version that will include a slimstream options.
This post has been edited by whairs01: 16 May 2011 - 01:28 PM
#37
Posted 16 May 2011 - 03:53 PM
It is against the rules and HIGHLY frowned upon....
#38
Posted 24 June 2011 - 01:05 AM
awesome job, by the way! Windows7Customizer is really easy to learn and use... Thank you!
#39
Posted 24 June 2011 - 01:35 AM
Choose the ULZ file you need:
http://www.msfn.org/...dated-14062011/
You need to download Windows Updates Downloader:
http://www.windowsup...downloader.com/
http://www.msfn.org/...250-build-1000/
When it's done, double-click on the ULZ file to install this one and launch Windows Updates Dowloader!
This post has been edited by myselfidem: 24 June 2011 - 01:52 AM
#40
Posted 29 August 2011 - 04:36 PM
This post has been edited by invalz: 29 August 2011 - 04:43 PM
- ← Deploying IE 10 for Windows 7
- Unattended Windows 7/Server 2008R2
- 516.bmp Transparent spwizimg.dll →



Help
Back to top









