
@barney2229, don't integrate vista driverpack with vlite.
What is offered in the download simply does not install on x64. Don't know if windows gets picky because you renamed it. Like I said earlier, VistaTools will install Tinker when using the captured Tinker x64 .cab that is pushed via Windows Update. No need to use any other tools.muiz wrote:Installs fine at my end.
What you can also try is Legolash02's W7T and integrate the directX9 addon before slipstream all other things.
Save your wim, and then slipp all other hotfixes.
W7T : http://www.wincert.net/forum/index.php?showtopic=5569
DX9 addon : http://www.wincert.net/forum/index.php?showtopic=5553
Code: Select all
- Vista Post-SP1 WinUpdate Pack x86 v903
- Vista Post-SP1 WinUpdate Pack x64 v903
Windows6.0-KB958655 is now Windows6.0-KB958655-v2
Windows6.0-KB905866-v27 is now Windows6.0-KB905866-v28
KB954211 is now replaced by KB958690 as per MU.muiz wrote:Tested with x86 and with x64.
EDIT :
Update :
Code: Select all
- Vista Post-SP1 WinUpdate Pack x86 v903 - Vista Post-SP1 WinUpdate Pack x64 v903 Windows6.0-KB958655 is now Windows6.0-KB958655-v2 Windows6.0-KB905866-v27 is now Windows6.0-KB905866-v28
muiz wrote:Strange , seems to be working fine here.Pasha_ZZZ wrote:Windows XP SP3 English + MUI, all updates, WAIK - 6001.18000.080118-1840-kb3aikl_en.iso, installed into defalut folder. Running Vista-Tool.exe = "Windows AIK not installed!"
More people have this?
Sorry, I don't think that my english sucks so much...muiz wrote:Vista-Tool needs WAIK installed, not just wingapi.dll etc
Problem & solution! When I opened .EXE in HEX-editor, I saw string "C:\Windows\system32\drivers\wimfltr.sys" (in unicode), but my Windows installed in other directory (C:\WIN_XP). Temporary solution - create C:\Windows\system32\drivers\ folder & copy wimfltr.sys into it.muiz wrote:Strange , seems to be working fine here.Pasha_ZZZ wrote:Windows XP SP3 English + MUI, all updates, WAIK - 6001.18000.080118-1840-kb3aikl_en.iso, installed into defalut folder. Running Vista-Tool.exe = "Windows AIK not installed!"
More people have this?
Use SetupComplete.cmdStefhan wrote:Does anybody have a solutions/workaround for integrating ielangpack-NLD.msu for IE8 final?
Vista tool doesn't accept it, nor does vlite "Hotfix not recognized"
Code: Select all
start /wait ielangpack-NLD.msu /quiet /norestart
You can expand the 'ielangpack-NLD.msu' file with a batch fileStefhan wrote:Does anybody have a solutions/workaround for integrating ielangpack-NLD.msu for IE8 final?
Vista tool doesn't accept it, nor does vlite "Hotfix not recognized"
Nobody with a clear explination?Pliek wrote:Could anyone tell me how to insert the Vista Post-SP1 Dotnet x64 v902 in my install.wim ?
I added the following line in my Setupcomplete.cmd:
Start /wait NDP35SP1-KB958484-x64.exe /quiet /norestart
With the Tool I slipstreamed (including al the other (update) packs):
Windows6.0-KB948609-v6001-x64.cab
Windows6.0-KB948610-v6001-x64.cab
Windows6.0-KB958481-x64.cab
Windows6.0-KB958483-x64.cab
But still in Windows Update: Netframework 3.5 sp1 KB951847
Thanks in advance i'll be waiting
After mounting the .wim, I put my installers in the mounted wim directory \InstallersPliek wrote:Could anyone tell me how to insert the Vista Post-SP1 Dotnet x64 v902 in my install.wim ?
I added the following line in my Setupcomplete.cmd:
Start /wait NDP35SP1-KB958484-x64.exe /quiet /norestart
Code: Select all
@echo off
echo Installing Sound schemes
"%systemdrive%\Installers\WindowsSoundSchemes-x86-intl-setup.exe" /Q
"%systemdrive%\Installers\WindowsSoundSchemes-x86-intl-setup2.exe" /Q
echo Installing .NET update
"%systemdrive%\Installers\NDP35SP1-KB958484-x86.exe" /quiet /norestart
http://www.ryanvm.net/forum/viewtopic.php?p=90542#90542Pliek wrote:I have done the same, but after installing i get this from WU:
KB951847 Microsoft .NET Framework 3.5 Service Pack 1 and .NET Framework 3.5 Family Update
I used the tool for:
Windows6.0-KB948609-v6001-x64.cab
Windows6.0-KB948610-v6001-x64.cab
Windows6.0-KB958481-x64.cab
Windows6.0-KB958483-x64.cab
And in my autounattend.xml I call NDP35SP1-KB958484-x64.exe by <FirstLogonCommands>:
<FirstLogonCommands>
<SynchronousCommand wcm:action="add">
<Order>1</Order>
<CommandLine>cmd /c %SystemRoot%\Setup\SCRIPTS\NDP35SP1-KB958484-x64.exe /quiet /norestart </CommandLine>
</SynchronousCommand>
</FirstLogonCommands>
Thanks mr_smartepants for reply, muiz i'll be over soon to look at our home improvents.![]()
Still searching why WU gives me this update...
Thanks will try this soon!Fragbert wrote:http://www.ryanvm.net/forum/viewtopic.php?p=90542#90542Pliek wrote:I have done the same, but after installing i get this from WU:
KB951847 Microsoft .NET Framework 3.5 Service Pack 1 and .NET Framework 3.5 Family Update
I used the tool for:
Windows6.0-KB948609-v6001-x64.cab
Windows6.0-KB948610-v6001-x64.cab
Windows6.0-KB958481-x64.cab
Windows6.0-KB958483-x64.cab
And in my autounattend.xml I call NDP35SP1-KB958484-x64.exe by <FirstLogonCommands>:
<FirstLogonCommands>
<SynchronousCommand wcm:action="add">
<Order>1</Order>
<CommandLine>cmd /c %SystemRoot%\Setup\SCRIPTS\NDP35SP1-KB958484-x64.exe /quiet /norestart </CommandLine>
</SynchronousCommand>
</FirstLogonCommands>
Thanks mr_smartepants for reply, muiz i'll be over soon to look at our home improvents.![]()
Still searching why WU gives me this update...
I onely made a x64 version, extract and see whats in it.DJPro wrote:@Pliek
I would like to hear the fix.
After integrating KB948609 and KB948610,
Then in setupcomplete installing the full package of Dotnet 3.5, KB958484 and the Dotnet Language Pack , There's still KB951847 in WU
For me it looks like it is downloading the pack, but then the installation goes very, very fast like it is already installed and skipping it.
Anyone had this issue?
Greetz, DJPro
Code: Select all
;!@Install@!UTF-8!
GUIMode="2"
RunProgram="hidcon.exe Install.cmd"
;!@InstallEnd@!
Code: Select all
SETLOCAL ENABLEEXTENSIONS ENABLEDELAYEDEXPANSION
SET SYS2K=1
IF EXIST %SYSTEMROOT%\system32\reg.exe (
SET SYS2K=
FOR /F "DELIMS=" %%I IN ('%SYSTEMROOT%\system32\REG QUERY "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v ProductName') DO ECHO>DNFWIN1.TXT %%I
FOR /F %%I IN ('FINDSTR/I "2000" DNFWIN1.TXT') DO SET SYS2K=1
)
IF NOT DEFINED SYS2K FOR /F "TOKENS=3" %%I IN ('REG QUERY HKLM\SYSTEM\Setup /v SystemSetupInProgress') DO SET SSIP=%%I
IF "%SSIP%"=="0x1" (
REG DELETE HKLM\SOFTWARE\Microsoft\PCHealth\ErrorReporting\DW /f
REG ADD HKLM\SYSTEM\Setup /v SystemSetupInProgress /t REG_DWORD /d 0 /f
)
IF DEFINED SYS2K GOTO :FINAL
START/WAIT MSISTUB DNF3.5-SP1-x86\vs_setup.msi ADDEPLOY=1 /passive /norestart
START/WAIT DNF3.5-SP1-x64-UPDATES\NDP35SP1-KB958484-x86.exe /Q /norestart
IF "%SSIP%"=="0x1" (
FOR /F "DELIMS=" %%I IN ('ECHO %PROGRAMFILES%\Common Files\Microsoft Shared') DO SET SHD=%%~sI
REG ADD HKLM\SYSTEM\Setup /v SystemSetupInProgress /t REG_DWORD /d 1 /f
REG ADD HKLM\SOFTWARE\Microsoft\PCHealth\ErrorReporting\DW\Installed /v DW0200 /t REG_SZ /d !SHD!\DW\DW20.EXE /f
)
GOTO :EOF
:EOF
In other words, you are doing exactly what I am doing - performing an install of the full 3.5 product and then installing each of the hotfixes - except you're using a nice automated processPliek wrote:I onely made a x64 version, extract and see whats in it.DJPro wrote:@Pliek
I would like to hear the fix.
After integrating KB948609 and KB948610,
Then in setupcomplete installing the full package of Dotnet 3.5, KB958484 and the Dotnet Language Pack , There's still KB951847 in WU
For me it looks like it is downloading the pack, but then the installation goes very, very fast like it is already installed and skipping it.
Anyone had this issue?
Greetz, DJPro
Making your own x86 is not that difficult.
You need The full Net Framework 3.5 SP1 download here:
http://download.microsoft.com/download/ ... etfx35.exe
Extract this full 3.5 with Universal Extractor or Winrar and Take out the folder for the 3.5 version you need x86 or x64.
dotnetfx35\wcu\dotNetFramework\dotNetFX35\x86
Here you find another netfx35_x86.exe extract this one too.
Now you end up with 3 files named:
_sfx_manifest_
vs_setup.cab
vs_setup.msi
Extract vs_setup.msi with universal extractor and choose Msi Administrative Installer.
Now you have a folder called vs_setup with all installation files of Framework 3.5 SP1.
Use my x64 for example (extract) and see how to proceed.
I made a 7zip switchles installer off it.
config.txt looks like this:
Download Universal Extractor 1.6:Code: Select all
;!@Install@!UTF-8! GUIMode="2" RunProgram="hidcon.exe Install.cmd" ;!@InstallEnd@!
http://www.softpedia.com/progDownload/U ... 56951.html
Install.cmd looks like this (Thanks HJW):
Code: Select all
SETLOCAL ENABLEEXTENSIONS ENABLEDELAYEDEXPANSION SET SYS2K=1 IF EXIST %SYSTEMROOT%\system32\reg.exe ( SET SYS2K= FOR /F "DELIMS=" %%I IN ('%SYSTEMROOT%\system32\REG QUERY "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v ProductName') DO ECHO>DNFWIN1.TXT %%I FOR /F %%I IN ('FINDSTR/I "2000" DNFWIN1.TXT') DO SET SYS2K=1 ) IF NOT DEFINED SYS2K FOR /F "TOKENS=3" %%I IN ('REG QUERY HKLM\SYSTEM\Setup /v SystemSetupInProgress') DO SET SSIP=%%I IF "%SSIP%"=="0x1" ( REG DELETE HKLM\SOFTWARE\Microsoft\PCHealth\ErrorReporting\DW /f REG ADD HKLM\SYSTEM\Setup /v SystemSetupInProgress /t REG_DWORD /d 0 /f ) IF DEFINED SYS2K GOTO :FINAL START/WAIT MSISTUB DNF3.5-SP1-x86\vs_setup.msi ADDEPLOY=1 /passive /norestart START/WAIT DNF3.5-SP1-x64-UPDATES\NDP35SP1-KB958484-x86.exe /Q /norestart IF "%SSIP%"=="0x1" ( FOR /F "DELIMS=" %%I IN ('ECHO %PROGRAMFILES%\Common Files\Microsoft Shared') DO SET SHD=%%~sI REG ADD HKLM\SYSTEM\Setup /v SystemSetupInProgress /t REG_DWORD /d 1 /f REG ADD HKLM\SOFTWARE\Microsoft\PCHealth\ErrorReporting\DW\Installed /v DW0200 /t REG_SZ /d !SHD!\DW\DW20.EXE /f ) GOTO :EOF :EOF
Download VistaSP1x86_Dotnet_902:
http://driverpacks.sytes.net/vistapacks ... net_902.7z
Extract and you will have:
NDP35SP1-KB958484-x86.exe (install with Install with: /quiet /norestart).
Windows6.0-KB948609-v6001-x86.cab
Windows6.0-KB948610-v6001-x86.cab
Windows6.0-KB958481-x86.cab
Windows6.0-KB958483-x86.cab
The 3 cab files that you need extra are:
Windows6.0-KB949248-v6001-x86.cab
Windows6.0-KB949249-v6001-x86.cab
Windows6.0-KB967190-x86.cab
You'll Find all of them after installing the full version.
Go too:
X:\WINDOWS\SoftwareDistribution\Download
Here you see many folders with long names such as: 3e844bb502c16cd06f69ebd9da837f98
Open all of them and search for your cab files.
Download my NetFramework-v3.5-SP1_x64:
http://rapidshare.com/files/217016821/N ... 1.rar.html
MD5: C57757223964DBBCDC8A8A9E55A50840
http://rapidshare.com/files/217023425/N ... 2.rar.html
MD5: 3581B4AA8E887BBCEBA8B8725CFBA0EC
http://rapidshare.com/files/217026145/N ... 3.rar.html
MD5: 21C9967AEC28DDEC0294AA679CAF8C24 [/url]
Hope you succeed, otherwise i don't have time untill wensday too make a x86 version.
Succes all of you.
Code: Select all
The 3 cab files that you need extra are:
Windows6.0-KB949248-v6001-x86.cab
Windows6.0-KB949249-v6001-x86.cab
Windows6.0-KB967190-x86.cab
I'm having this same issue. Is there a specific order required for integration to work properly? Is anyone else experiencing this?Pasha_ZZZ wrote:When I integrate IE8 (unpack EXE, get 2 MSU - IE & langpack, unpack MSUs, get 2 CABs from each MSU, integrate IE8 CABs with Vista-Tool, in next session integrate langpack CABs) - after installing Vista (right before user creation) I had "Updates: stage 3 of 3 - 100% complete" for about 15 minutes, then computer restarts & I see this message again. System is in infinite loop.
Could you explain it please in a small step by step tutorial? Where to put this cmd? And propably the commands used in this cmd?Pasha_ZZZ wrote:I solved this by using SetupComplete.cmd for IE8 installation, but it required additional restart of Vista after setup.chaoticyeshua wrote:I'm having this same issue. Is there a specific order required for integration to work properly? Is anyone else experiencing this?