Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Win Integrator Alpha

Featured Replies

maybe with the Wim_install_Tweak.exe applied before running it will solve it ?

nope, not working...

Edited by dreamdx


getting this error - This application requires the Windows OPK or Windows AIK for Windows 7.

ConfigWimgapi This application requires the Windows OPK or Windows AIK for Windows 7 which version do i use?

well i copied the file from vlite and got it to run now getting this error message - Thread:1: EXCEPTION: ButtonDvd_Click The image format is unrecognized. Exception from HRESULT: 0x88982F07

ButtonDvd_Click The image format is unrecognized. Exception from HRESULT: 0x88982F07

i installed the win 7 waik and am still getting the same error message

here is the whole log of the error -

7:22:56 PM.707: Thread:1: Starting WinIntegrator, Version=1.0.9195.369, Culture=neutral, PublicKeyToken=861173525dbe9e68

7:22:56 PM.707: Thread:1: Running on Microsoft Windows NT 6.0.6002 Service Pack 2

7:22:56 PM.723: Thread:1: Privileges:

LockMemory => Disabled

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:23:24 PM.724: Thread:1: Wim selected:E:\sources\install.wim

7:23:24 PM.724: Thread:1: WimImageInfo Loaded:Windows Vista Business_6.0.6001.18000_x64_en-US

7:23:24 PM.724: Thread:1: WimImageInfo Loaded:Windows Vista HomeBasic_6.0.6001.18000_x64_en-US

7:23:24 PM.724: Thread:1: WimImageInfo Loaded:Windows Vista HomePremium_6.0.6001.18000_x64_en-US

7:23:24 PM.724: Thread:1: WimImageInfo Loaded:Windows Vista Ultimate_6.0.6001.18000_x64_en-US

7:23:24 PM.724: Thread:1: EXCEPTION: ButtonDvd_Click The image format is unrecognized. Exception from HRESULT: 0x88982F07

ButtonDvd_Click The image format is unrecognized. Exception from HRESULT: 0x88982F07

--- EXCEPTION #1/4 [COMException]

Message = “Exception from HRESULT: 0x88982F07”

ExceptionPath = Root.InnerException.InnerException.InnerException

ClassName = System.Runtime.InteropServices.COMException

HResult = -2003292409

--- Outer ---

--- EXCEPTION #2/4 [FileFormatException]

Message = “The image format is unrecognized.”

ExceptionPath = Root.InnerException.InnerException

ClassName = System.IO.FileFormatException

InnerException = “Exception #1 at Root.InnerException.InnerException.InnerException”

HResult = -2146233033

Source = PresentationCore

StackTraceString = “

at System.Windows.Media.PixelFormat.GetPixelFormat(SafeMILHandle bitmapSource)

at System.Windows.Media.Imaging.BitmapSource.UpdateCachedSettings()

at System.Windows.Media.Imaging.BitmapSource.set_WicSourceHandle(BitmapSourceSafeMILHandle value)

at System.Windows.Media.Imaging.BitmapFrameDecode.FinalizeCreation()

at System.Windows.Media.Imaging.BitmapSource.CompleteDelayedCreation()

at System.Windows.Media.Imaging.BitmapSource.get_WicSourceHandle()

at System.Windows.Media.Imaging.BitmapFrameDecode..ctor(Int32 frameNumber, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, BitmapFrameDecode frameDecode)

at System.Windows.Media.Imaging.BitmapDecoder.SetupFrames(BitmapDecoder decoder, ReadOnlyCollection`1 frames)

at System.Windows.Media.Imaging.BitmapDecoder.Initialize(BitmapDecoder decoder)

at System.Windows.Media.Imaging.BitmapDecoder..ctor(SafeMILHandle decoderHandle, BitmapDecoder decoder, Uri baseUri, Uri uri, Stream stream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, Boolean insertInDecoderCache, Boolean isOriginalWritable, Stream uriStream, UnmanagedMemoryStream unmanagedMemoryStream, SafeFileHandle safeFilehandle)

at System.Windows.Media.Imaging.IconBitmapDecoder..ctor(SafeMILHandle decoderHandle, BitmapDecoder decoder, Uri baseUri, Uri uri, Stream stream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, Boolean insertInDecoderCache, Boolean originalWritable, Stream uriStream, UnmanagedMemoryStream unmanagedMemoryStream, SafeFileHandle safeFilehandle)

at System.Windows.Media.Imaging.BitmapDecoder.CreateFromUriOrStream(Uri baseUri, Uri uri, Stream stream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, RequestCachePolicy uriCachePolicy, Boolean insertInDecoderCache)

at System.Windows.Media.Imaging.BitmapFrame.CreateFromUriOrStream(Uri baseUri, Uri uri, Stream stream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, RequestCachePolicy uriCachePolicy)

at System.Windows.Media.ImageSourceConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)

at System.Windows.Baml2006.TypeConverterMarkupExtension.ProvideValue(IServiceProvider serviceProvider)

at System.Windows.Markup.XamlReader.XamlSetMarkupExtensionHandler(Object sender, XamlSetMarkupExtensionEventArgs args)

at System.Xaml.XamlObjectWriter.OnSetMarkupExtension(Object obj, Type propertyDeclaringType, String property, MarkupExtension value, IServiceProvider serviceProvider, Object targetObject, Boolean& handled)

at System.Xaml.XamlObjectWriter.Logic_AssignProvidedValue(ObjectWriterContext ctx)

at System.Xaml.XamlObjectWriter.WriteEndMember()

at System.Xaml.XamlWriter.WriteNode(XamlReader reader)

at System.Windows.Markup.XamlReader.WpfXamlLoader.LoadOneNode(XamlReader xamlReader, XamlObjectWriter xamlWriter, Boolean skipJournaledProperties, Boolean shouldPassLineNumberInfo, IXamlLineInfo xamlLineInfo, IXamlLineInfoConsumer xamlLineInfoConsumer, Stack`1 stack, IStyleConnector styleConnector)

at System.Windows.Markup.XamlReader.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings)

--- Outer ---

--- EXCEPTION #3/4 [XamlParseException]

Message = “The image format is unrecognized.”

ExceptionPath = Root.InnerException

ClassName = System.Windows.Markup.XamlParseException

InnerException = “Exception #2 at Root.InnerException.InnerException”

HResult = -2146233087

Source = PresentationFramework

StackTraceString = “

at System.Windows.Markup.XamlReader.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings)

at System.Windows.Markup.XamlReader.WpfXamlLoader.LoadBaml(XamlReader xamlReader, Boolean skipJournaledProperties, Object rootObject, XamlAccessLevel accessLevel)

at System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream)

at System.Windows.Application.LoadComponent(Object component, Uri resourceLocator)

at WinIntegrator.ImageDialog.InitializeComponent()

at WinIntegrator.ImageDialog..ctor()

at WinIntegrator.Start.tfV8e6Z26Dr8Q5pOXn.QV6MVxTVY()

at stefanRTR.ErrorHandling.M26UmxcxGwobtPl1m9(Object )

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

--- Outer ---

--- EXCEPTION #4/4 [ArgumentException]

Message = “ButtonDvd_Click The image format is unrecognized.”

ExceptionPath = Root

ClassName = System.ArgumentException

InnerException = “Exception #3 at Root.InnerException”

HResult = -2147024809

I have some problem in 32 bit version all is OK but in x64 i got some error.

have you deleted the WIM files you copied into the folder from vLite?

yes i have deleted the wim file i copied from the vlite folder. stii get the error

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.