Jump to content

stefanRTR's Win Integrator


Recommended Posts

Hi all, I'm trying to use Win Integrator on a Windows Seven 32bit SP1 italian msdn iso, but when I try to apply the changes and rebuild Win7 ultimate image, I get an error message.


--- EXCEPTION #1/2 [Win32Exception]
Message = “Failed to load registry key! Error = -2145452027”
ExceptionPath = Root.InnerException
NativeErrorCode = -2145452027
ClassName = System.ComponentModel.Win32Exception
HResult = -2147467259
Source = stefanRTR.Base
StackTraceString = “
at 1gMKm3XvBXqPvEdS4h.6yV8ZtOfAX4jYNwAEh.BvGI4A84b(RegistryHive , String , String )
at 1gMKm3XvBXqPvEdS4h.6yV8ZtOfAX4jYNwAEh.xlcB0Yiou(String )
at stefanRTR.WimImage.SevenImage.lK3SsWkIDRnkUUArrG.RdpFNZihGHJvUUMNVfH(Object , Object )
at stefanRTR.WimImage.SevenImage.lK3SsWkIDRnkUUArrG.1LJBjxNei()
at stefanRTR.ErrorHandling.Catch(String comment, Action action)


--- Outer ---

--- EXCEPTION #2/2 [ArgumentException]
Message = “PreparePackagesRemove Failed to load registry key! Error = -2145452027”
ExceptionPath = Root
ClassName = System.ArgumentException
InnerException = “Exception #1 at Root.InnerException”
HResult = -2147024809

Here is the .log file too.

The image folder path is D:\ISO. The temp folder is D:\TEMPUSER (environmental variable changed in advanced options)

Hope the problem is solvable :)

WinIntegrator.2011-03-01T19-09-25.zip

Link to comment
Share on other sites


Hi all, I'm trying to use Win Integrator on a Windows Seven 32bit SP1 italian msdn iso, but when I try to apply the changes and rebuild Win7 ultimate image, I get an error message.


--- EXCEPTION #1/2 [Win32Exception]
Message = "Failed to load registry key! Error = -2145452027"
ExceptionPath = Root.InnerException
NativeErrorCode = -2145452027
ClassName = System.ComponentModel.Win32Exception
HResult = -2147467259
Source = stefanRTR.Base
StackTraceString = "
at 1gMKm3XvBXqPvEdS4h.6yV8ZtOfAX4jYNwAEh.BvGI4A84b(RegistryHive , String , String )
at 1gMKm3XvBXqPvEdS4h.6yV8ZtOfAX4jYNwAEh.xlcB0Yiou(String )
at stefanRTR.WimImage.SevenImage.lK3SsWkIDRnkUUArrG.RdpFNZihGHJvUUMNVfH(Object , Object )
at stefanRTR.WimImage.SevenImage.lK3SsWkIDRnkUUArrG.1LJBjxNei()
at stefanRTR.ErrorHandling.Catch(String comment, Action action)
"

--- Outer ---

--- EXCEPTION #2/2 [ArgumentException]
Message = "PreparePackagesRemove Failed to load registry key! Error = -2145452027"
ExceptionPath = Root
ClassName = System.ArgumentException
InnerException = "Exception #1 at Root.InnerException"
HResult = -2147024809

Here is the .log file too.

The image folder path is D:\ISO. The temp folder is D:\TEMPUSER (environmental variable changed in advanced options)

Hope the problem is solvable :)

Dont use this tool as it is unsupported and havent been updated for a very long time.

Link to comment
Share on other sites

Dont use this tool as it is unsupported and havent been updated for a very long time.

this is bad because when i integrate language this is only tool which have translated installation and not only gui after installation

Link to comment
Share on other sites

Dont use this tool as it is unsupported and havent been updated for a very long time.

this is bad because when i integrate language this is only tool which have translated installation and not only gui after installation

Yea its bad beacuse StefanRTR hasnt worked with this tool for a very long time and it is definitly unsupported. It barely worked with SP0 and now SP1 is released.

Its easy to localize the setup and you have to install WAIK anyway so ou might as well want to learn something about this process: by doing it yourself the manual way:)

Link to comment
Share on other sites

Its easy to localize the setup and you have to install WAIK anyway so ou might as well want to learn something about this process: by doing it yourself the manual way:)

and how to do this

Using dism mount-wim, dism add-package and dism unmount-wim.

Link to comment
Share on other sites

Using dism mount-wim, dism add-package and dism unmount-wim.


C:\Program Files\Windows AIK\Tools\amd64\Servicing\dism.exe /Mount-Wim /WimFile:D:\7\Sources\install.wim /index:1 /MountDir:D:\mount
C:\Program Files\Windows AIK\Tools\amd64\Servicing\dism.exe /image:D:\mount /Add-Package /PackagePath:D:\lp.cab
C:\Program Files\Windows AIK\Tools\amd64\Servicing\dism.exe /image:D:\mount /Gen-LangIni /Distribution:D:\7
C:\Program Files\Windows AIK\Tools\amd64\Servicing\dism.exe /image:D:\mount /Set-AllIntl:hr-hr
C:\Program Files\Windows AIK\Tools\amd64\Servicing\dism.exe /image:D:\mount /Set-TimeZone:"Central Europe Standard Time"
C:\Program Files\Windows AIK\Tools\amd64\Servicing\dism.exe /image:D:\mount /Set-SetupUILang:hr-hr /Distribution:D:\7
C:\Program Files\Windows AIK\Tools\amd64\Servicing\dism.exe /image:D:\mount /Gen-LangIni /Distribution:D:\7
C:\Program Files\Windows AIK\Tools\amd64\Servicing\dism.exe /image:D:\mount /Get-Packages /Format:Table
C:\Program Files\Windows AIK\Tools\amd64\Servicing\dism.exe /image:D:\mount /Get-Intl
C:\Program Files\Windows AIK\Tools\amd64\Servicing\dism.exe /Unmount-Wim /MountDir:D:\mount /commit

mkdir D:\temp
expand D:\lp.cab -f:* D:\temp
xcopy D:\temp\setup\sources\hr-hr\* D:\7\sources\hr-hr /cherkyi
xcopy D:\temp\sources\license\hr-hr\* D:\7\sources\license\hr-hr /cherkyi
C:\Program Files\Windows AIK\Tools\amd64\Servicing\dism.exe /Mount-Wim /WimFile:D:\7\Sources\boot.wim /index:2 /MountDir:D:\mount
xcopy D:\temp\setup\sources\hr-hr\* D:\mount\sources\hr-hr /cherkyi
xcopy D:\temp\sources\license\hr-hr\* D:\7\mount\license\hr-hr /cherkyi
copy D:\7\sources\Lang.ini D:\mount\sources\Lang.ini
C:\Program Files\Windows AIK\Tools\amd64\Servicing\dism.exe /Unmount-Wim /MountDir:D:\mount /commit
rd /S /Q D:\temp

Link to comment
Share on other sites

Using dism mount-wim, dism add-package and dism unmount-wim.


C:\Program Files\Windows AIK\Tools\amd64\Servicing\dism.exe /Mount-Wim /WimFile:D:\7\Sources\install.wim /index:1 /MountDir:D:\mount
C:\Program Files\Windows AIK\Tools\amd64\Servicing\dism.exe /image:D:\mount /Add-Package /PackagePath:D:\lp.cab
C:\Program Files\Windows AIK\Tools\amd64\Servicing\dism.exe /image:D:\mount /Gen-LangIni /Distribution:D:\7
C:\Program Files\Windows AIK\Tools\amd64\Servicing\dism.exe /image:D:\mount /Set-AllIntl:hr-hr
C:\Program Files\Windows AIK\Tools\amd64\Servicing\dism.exe /image:D:\mount /Set-TimeZone:"Central Europe Standard Time"
C:\Program Files\Windows AIK\Tools\amd64\Servicing\dism.exe /image:D:\mount /Set-SetupUILang:hr-hr /Distribution:D:\7
C:\Program Files\Windows AIK\Tools\amd64\Servicing\dism.exe /image:D:\mount /Gen-LangIni /Distribution:D:\7
C:\Program Files\Windows AIK\Tools\amd64\Servicing\dism.exe /image:D:\mount /Get-Packages /Format:Table
C:\Program Files\Windows AIK\Tools\amd64\Servicing\dism.exe /image:D:\mount /Get-Intl
C:\Program Files\Windows AIK\Tools\amd64\Servicing\dism.exe /Unmount-Wim /MountDir:D:\mount /commit

mkdir D:\temp
expand D:\lp.cab -f:* D:\temp
xcopy D:\temp\setup\sources\hr-hr\* D:\7\sources\hr-hr /cherkyi
xcopy D:\temp\sources\license\hr-hr\* D:\7\sources\license\hr-hr /cherkyi
C:\Program Files\Windows AIK\Tools\amd64\Servicing\dism.exe /Mount-Wim /WimFile:D:\7\Sources\boot.wim /index:2 /MountDir:D:\mount
xcopy D:\temp\setup\sources\hr-hr\* D:\mount\sources\hr-hr /cherkyi
xcopy D:\temp\sources\license\hr-hr\* D:\7\mount\license\hr-hr /cherkyi
copy D:\7\sources\Lang.ini D:\mount\sources\Lang.ini
C:\Program Files\Windows AIK\Tools\amd64\Servicing\dism.exe /Unmount-Wim /MountDir:D:\mount /commit
rd /S /Q D:\temp

I already knew that..

Link to comment
Share on other sites

  • 4 months later...
  • 2 months later...

@stefanRTR:

This is the first time I am writing on any forum, mainly because I am quite hopeful about Win Integrator. :rolleyes::thumbup

I am using Win Integrator 1.2.0.7 and trying to modify a Win8 DP image. The image is clean, not modified before. I have WAIK for Win7 installed. OS on which I have installed Win Integrator is Windows 8.

It's able to identify contents of DVD and correctly shows as Windows Developer Preview x64. But at the end of copying contents from source DVD to folder in hard drive, it crashes and generate an error log. I tried various settings, and uninstalled / installed it in compatibility mode, even installed it on Windows 7 x64 too. But no difference. It still crashes....

This is as far as it could go till now.

Here is the error log attached with this post.

----------------------------------------------------------------

7:26:36 PM.432: Thread:1: Starting WinIntegrator, Version=1.0.9196.371, Culture=neutral, PublicKeyToken=861173525dbe9e68

7:26:36 PM.512: Thread:1: Running on Microsoft Windows NT 6.2.8102.0

7:26:36 PM.622: Thread:1: Privileges:

IncreaseQuota => Disabled

Security => Enabled

TakeOwnership => Enabled

LoadDriver => Disabled

SystemProfile => Disabled

SystemTime => Disabled

ProfileSingleProcess => Disabled

IncreaseBasePriority => Disabled

CreatePageFile => Disabled

Backup => Enabled

Restore => Enabled

Shutdown => Disabled

Debug => Enabled

SystemEnvironment => Disabled

ChangeNotify => EnabledByDefault, Enabled

RemoteShutdown => Disabled

Undock => Disabled

ManageVolume => Disabled

Impersonate => EnabledByDefault, Enabled

CreateGlobal => EnabledByDefault, Enabled

IncreaseWorkingSet => Disabled

TimeZone => Disabled

CreateSymbolicLink => Disabled

7:26:36 PM.622: Thread:1: ServicingPath = C:\Program Files\Windows AIK\Tools\Servicing\

7:26:36 PM.622: Thread:1: Using WIMGAPI from C:\Program Files (x86)\stefanRTR\Win Integrator\wimgapi.dll

7:27:02 PM.054: Thread:1: Wim selected:I:\sources\install.wim

7:27:05 PM.696: Thread:1: WimImageInfo Loaded:Windows Developer Preview_6.2.8102.0_x64_en-US

7:27:05 PM.696: Thread:1: WimImage selected:Windows Developer Preview_6.2.8102.0_x64

7:28:13 PM.263: Thread:1: Wim selected:I:\sources\install.wim

7:28:16 PM.665: Thread:1: WimImageInfo Loaded:Windows Developer Preview_6.2.8102.0_x64_en-US

7:28:16 PM.665: Thread:1: WimImage selected:Windows Developer Preview_6.2.8102.0_x64

7:28:28 PM.081: Thread:4: Copying from I:\ to G:\WinTemp

7:42:04 PM.000: Thread:4: WimImageInfo Loaded:Windows Developer Preview_6.2.8102.0_x64_en-US

7:42:04 PM.079: Thread:4: WimImageInfo Loaded:Microsoft Windows PE (x64)_6.2.8102.0_x64_en-US

7:42:04 PM.079: Thread:4: WimImageInfo Loaded:Microsoft Windows Setup (x64)_6.2.8102.0_x64_en-US

7:42:08 PM.164: Thread:4: EXCEPTION: LoadPackages2 Could not load type 'System.Threading.Parallel' from assembly 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.

LoadPackages2 Could not load type 'System.Threading.Parallel' from assembly 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.

--- EXCEPTION #1/2 [TypeLoadException]

Message = “Could not load type 'System.Threading.Parallel' from assembly 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.”

ExceptionPath = Root.InnerException

ClassName = System.TypeLoadException

HResult = -2146233054

Source = stefanRTR.Base

TypeLoadClassName = System.Threading.Parallel

TypeLoadAssemblyName = “mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089”

TypeLoadResourceID = -2146233054

StackTraceString = “

at stefanRTR.WimImage.SevenImage.c6pQaUKVNBcrOgwiJk.ucjJJg0OM()

at stefanRTR.ErrorHandling.r2VTgO9hpCVCSR1a8v(Object )

at stefanRTR.ErrorHandling.Catch(String comment, Action action)

--- Outer ---

--- EXCEPTION #2/2 [ArgumentException]

Message = “LoadPackages2 Could not load type 'System.Threading.Parallel' from assembly 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.”

ExceptionPath = Root

ClassName = System.ArgumentException

InnerException = “Exception #1 at Root.InnerException”

HResult = -2147024809

7:43:09 PM.767: Thread:1: Closing

-----------------------------------------------------------------------------------------------

I am not a developer, or has much of a software background. So, my knowledge about internal coding and that geek stuff is pretty much limited. However, I am quite curious about Windows and keep on tinkering my C drive.. :P

My first choice was rt7lite, but that doesn't even identify Windows 8 iso image. And feature for feature, Win Integrator comes closest to that.

I have also tried Windows 7 Toolkit, and I was able to reduce iso size from original 3.63 GB to 3.49GB. But W7T doesn't give much flexibility and choices in removing components. Not at least as much as RT7Lite. I am looking for something better.

So, stefanRTR, can you please help me with this? Is WI compatible with Windows 8 DP and can it be used to reduce size of Windows 8 DP? :angel:huh:

Keep up the good work dear... :thumbup

Link to comment
Share on other sites

  • 1 month later...
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...