MSFN Forum: Integrating Windows Installer 3.1 - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Integrating Windows Installer 3.1 Rate Topic: -----

#1 User is offline   jcarle 

  • MSFN Master
  • Group: Developers
  • Posts: 2,569
  • Joined: 14-August 04

Posted 23 July 2005 - 10:36 AM

I'm trying to integrate the Windows Installer 3.1 update into my Windows XP Professional Corporate (French) distribution folder and I receive the following error:

"An error has occurred while attempting to integrate this software update package. Verify that the architecture, language, and servic pack level of this software update are valid for the target distribution folder."

My distribution folder has Service Pack 2 integrated into it.

The command line I use is: WindowsInstaller-KB893803-v2-x86.exe /integrate:C:\WXPVOL_FR


#2 User is offline   nfm 

  • Multimedia Guru
  • PipPip
  • Group: Members
  • Posts: 192
  • Joined: 07-December 04

Posted 23 July 2005 - 01:58 PM

Make sure you integrate french version of hotfix!

#3 User is offline   jcarle 

  • MSFN Master
  • Group: Developers
  • Posts: 2,569
  • Joined: 14-August 04

Posted 23 July 2005 - 02:00 PM

It appears that the hotfix is the same file for both the english and french version of XP. Most hotfixes have a -ENU or -FRA ending to diferentiate them, but this one does not... any ideas on how to force slipstream this update into the french version?

#4 User is offline   Shark007 

  • Repackaging Specialist
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,154
  • Joined: 07-January 04

Posted 23 July 2005 - 04:00 PM

If you have winrar installed, right click the hotfix file and extract it.

take the 5 msi*.* files and recompress them into your I386 directory.

NOTE: there may be uncompressed versions of thses files already in I386, delete them.

Shark

This post has been edited by Shark007: 23 July 2005 - 04:02 PM


#5 User is offline   Wesmosis 

  • Just Call Me Doctor Just Call Me Pain!
  • PipPipPipPipPip
  • Group: Members
  • Posts: 787
  • Joined: 20-September 04

Posted 23 July 2005 - 04:04 PM

same here, even with Nlite ,
I donno why, BTW is it an important hotfix anyway?!

#6 User is offline   Sonic 

  • Sonic
  • Group: Patrons
  • Posts: 1,600
  • Joined: 04-December 03

Posted 23 July 2005 - 04:41 PM

the manual method doesn't affect WFP ?

#7 User is offline   Shark007 

  • Repackaging Specialist
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,154
  • Joined: 07-January 04

Posted 23 July 2005 - 06:19 PM

Quote

the manual method doesn't affect WFP ?


I have no idea how it affects Windows File Protection.
I dont use this feature because i see no need to protect the files from myself.

Shark

#8 User is offline   Sonic 

  • Sonic
  • Group: Patrons
  • Posts: 1,600
  • Joined: 04-December 03

Posted 24 July 2005 - 03:28 AM

I agree with you Shark007, but fot n00b which buy a new PC , the WFP must be activated ... so if anyone has tested manual integration, he can say if WFP is affected, thanks.

Goodbye.

#9 User is offline   jcarle 

  • MSFN Master
  • Group: Developers
  • Posts: 2,569
  • Joined: 14-August 04

Posted 24 July 2005 - 07:27 AM

Shark007, on Jul 23 2005, 04:00 PM, said:

If you have winrar installed, right click the hotfix file and extract it.

take the 5 msi*.* files and recompress them into your I386 directory.

NOTE: there may be uncompressed versions of thses files already in I386, delete them.

Shark
<{POST_SNAPBACK}>


Congrats, works beautiful. I tested it last night and btw, for those wondering, it does not affect Windows File Protection. The installation goes smoothly and upon checking Windows Update, it does not ask to install it.

This information could be useful for anyone who's trying to slipstream Windows Installer 3.1 into a non US English version of XP.

Thanks again Shark007.

#10 User is offline   RyanVM 

  • Like a big surly teddy bear.
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,661
  • Joined: 31-August 03

Posted 24 July 2005 - 05:05 PM

The test for WFP would be to see if the files are in dllcache (they should be). My bet is they won't be ;)

This post has been edited by RyanVM: 24 July 2005 - 05:10 PM


#11 User is offline   jcarle 

  • MSFN Master
  • Group: Developers
  • Posts: 2,569
  • Joined: 14-August 04

Posted 24 July 2005 - 06:14 PM

What does the dllcache have to do with anything?

dllcache only caches dlls that have been loaded and/or accessed recently for performance reasons. It should have absolutely no bearing on the windows file protection? :blink:

#12 User is offline   RyanVM 

  • Like a big surly teddy bear.
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,661
  • Joined: 31-August 03

Posted 24 July 2005 - 09:34 PM

:blink: umm...no

That's where Windows stores all the files protected by WFP. You're thinking of the Prefetch folder.

This post has been edited by RyanVM: 24 July 2005 - 09:42 PM


#13 User is offline   roel 

  • Newbie
  • Group: Members
  • Posts: 27
  • Joined: 05-August 04

Posted 01 August 2005 - 01:11 PM

RyanVM, on Jul 24 2005, 05:05 PM, said:

The test for WFP would be to see if the files are in dllcache (they should be). My bet is they won't be ;)
<{POST_SNAPBACK}>


Hi, I'm also trying to slipstream Windows Installer 3.1 with a Dutch version of XP. So Should i do it the way described above, or will it cause any problems cause the files aren't in dllcache? :}

PS Ryan, Your update pack made creating my unattended cd a lot easier... You rock!! :thumbup

#14 User is offline   fly 

  • Member
  • PipPip
  • Group: Members
  • Posts: 177
  • Joined: 21-December 04

Posted 01 August 2005 - 01:34 PM

RyanVM, on Jul 24 2005, 09:34 PM, said:

:blink: umm...no

That's where Windows stores all the files protected by WFP. You're thinking of the Prefetch folder.
<{POST_SNAPBACK}>

You sure? Doesn't it take a copy of the file(s), and run them from the DLL CACHE so that the originals aren't touched?

#15 User is offline   tommyp 

  • MSFN Addict
  • Group: Developers
  • Posts: 1,664
  • Joined: 09-January 04
  • OS:none specified
  • Country: Country Flag

Posted 01 August 2005 - 02:47 PM

Of coarse you could always use the file listed on this link to slipstream all your updates in one shot. The subject line says w2k, but the program works with xp too. Why mess around with svcpack when you don't need to? BTW, there's some registry info that is needed when you do slipstream the installer. The script file below takes care of all of that stuff.
http://www.msfn.org/...showtopic=32125

#16 User is offline   Ivanov 

  • foobar2000 fan :-)
  • PipPip
  • Group: Members
  • Posts: 106
  • Joined: 10-February 05

Posted 02 August 2005 - 04:30 AM

I have read all posts, but I cant understadn all writed in them... (I dont speak English very well)...
I want to ask something simple and stupid: Can I integrate MS Installer 3.1 (KB893803-v2-x86) with nLite, adding it into hotfix list?Or I must use manual integration?

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy