MSFN Forum: using post SP3 XP as foundation - MSFN Forum

Jump to content



If you are having issues with Windows after removing components and have come to ask for help, please attach (not paste) your Last Session.ini file to your post to facilitate quicker assistance.
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

using post SP3 XP as foundation Rate Topic: -----

#1 User is offline   vinifera 

  • <°)))><
  • PipPipPip
  • Group: Members
  • Posts: 305
  • Joined: 27-August 09
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 27 November 2010 - 10:34 PM

yeh screwed topic :P

anyways my question is, since soon is year 2011
and if I just nlite XP RTM + SP3 + all hotfixes untill 2011

is it smarter then later to use that "XP 2011" as nliting foundation, so I don't have to bother with keeping SP3 and all those hotfixes on disk
or not ?


#2 User is online   -X- 

  • Member
  • Group: Patrons
  • Posts: 1,667
  • Joined: 08-January 04
  • OS:XP Pro x86
  • Country: Country Flag

Posted 27 November 2010 - 10:45 PM

Not a good idea running nLite against the same source multiple times unless it's just a service pack. So make your source SP3 and use that as your main source. Then all you have to add are the updates which can easily be kept up to date with my UDC batch file ( see link in signature).

#3 User is offline   vinifera 

  • <°)))><
  • PipPipPip
  • Group: Members
  • Posts: 305
  • Joined: 27-August 09
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 27 November 2010 - 10:57 PM

may I ask why its not good idea ?
I mean, I wouldn't remove anything of any component, just add SP3 and hotfixes

#4 User is online   -X- 

  • Member
  • Group: Patrons
  • Posts: 1,667
  • Joined: 08-January 04
  • OS:XP Pro x86
  • Country: Country Flag

Posted 28 November 2010 - 01:39 AM

It's just a general rule of thumb.

Try what you want to do if you like. Report back whenever you finally use it. I presume you are going to be adding updates at least once a month until you need to reinstall.

#5 User is offline   Sp0iLedBrAt 

  • MSFN Addict
  • Group: Supreme Sponsor
  • Posts: 1,587
  • Joined: 19-March 09
  • OS:XP Pro x86
  • Country: Country Flag

Posted 28 November 2010 - 06:07 AM

One of the main problems is an nLite component, namely nhelper.exe, which is deleted after nLite finishes processing.

I'm kinda wondering if it would be possible, after nLiting a CD with SP3 and hotfixes, to manually add hotfixes and updates through Command Prompt with the /integrate command. Actually, the thing is whether the correct entries would be written in svcpack.ini or wherever they need to be, taking into account that the afore mentioned file is compressed into svcpack.in_

#6 User is offline   johnhc 

  • MSFN Junkie
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,246
  • Joined: 02-March 08
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 28 November 2010 - 09:16 AM

View PostSp0iLedBrAt, on 28 November 2010 - 06:07 AM, said:

One of the main problems is an nLite component, namely nhelper.exe, which is deleted after nLite finishes processing.

I'm kinda wondering if it would be possible, after nLiting a CD with SP3 and hotfixes, to manually add hotfixes and updates through Command Prompt with the /integrate command. Actually, the thing is whether the correct entries would be written in svcpack.ini or wherever they need to be, taking into account that the afore mentioned file is compressed into svcpack.in_

Sp0iLedBrAt, I am not sure what you are asking here, but please take a look at Kurt_Aust's x64 tutorial. In his batch file a number of updates are executed silently (actuall passively). I use his process and often have rebuilt my ISO with out running nLite. I just add the updates and code to the batch file and create an ISO. Enjoy, John.

#7 User is offline   Sp0iLedBrAt 

  • MSFN Addict
  • Group: Supreme Sponsor
  • Posts: 1,587
  • Joined: 19-March 09
  • OS:XP Pro x86
  • Country: Country Flag

Posted 28 November 2010 - 09:35 AM

Hello again, John.
My question just builds up on vinifera's. Let's say you have created an nLited XP x64 SP2 with all the updates up to June 2010. In November you may want to add a few more without using nLite on your already existing (nLited) source.
Can you use /integrate for the new updates?

Cheers

P.S. Kurt_Aust's guide is excellent and VERY thorough; I have skimmed through it on occasions, but unfortunately my obligations don't allow me to be such an avid reader at the moment. Perhaps, if you are more familiar with the guide, you could direct me at which sections I should look.

#8 User is offline   vinifera 

  • <°)))><
  • PipPipPip
  • Group: Members
  • Posts: 305
  • Joined: 27-August 09
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 28 November 2010 - 11:43 AM

then what if I do all manualy without using nlite
just extract from RTM ISO contents into a folder, then manualy integrate SP3 with its switches, and do the same with hotfixes, and then whole
folder just repack back to ISO and make it bootable ?

#9 User is offline   Sp0iLedBrAt 

  • MSFN Addict
  • Group: Supreme Sponsor
  • Posts: 1,587
  • Joined: 19-March 09
  • OS:XP Pro x86
  • Country: Country Flag

Posted 28 November 2010 - 12:06 PM

It is very doable, but it takes a lot of time.
Maybe you could do a batch file, then call the updates from a folder. All you need to do later is add the new updates into the folder and the lines in the batch.

Cheers

#10 User is offline   vinifera 

  • <°)))><
  • PipPipPip
  • Group: Members
  • Posts: 305
  • Joined: 27-August 09
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 28 November 2010 - 12:41 PM

well if it works in batch like: /wait hotfixname.exe /integrate:C:\path
then its easy to just list them in batch and do it all automaticaly

dunno if anything more is needed of switches or to watch out for ?
and btw, for /integrate switch, does path has to be i386 folder or generaly just folder where windows was dumped ? (i.e. C:\iso\windows)

This post has been edited by vinifera: 28 November 2010 - 12:43 PM


#11 User is offline   Sp0iLedBrAt 

  • MSFN Addict
  • Group: Supreme Sponsor
  • Posts: 1,587
  • Joined: 19-March 09
  • OS:XP Pro x86
  • Country: Country Flag

Posted 28 November 2010 - 01:10 PM

it needs to be the i386 folder of the Windows source folder. After you've extracted SP3, use the Command Prompt with
C:\sp3\i386\update.exe /integrate:c:\XPCopy
if C:\sp3 is the folder with the extracted service pack, and C:\XPCopy the folder with the windows source.
This is (I believe it was mentioned earlier) the same command nLite uses to add SP3.
The principle is the same for the updates.

Cheers

#12 User is offline   vinifera 

  • <°)))><
  • PipPipPip
  • Group: Members
  • Posts: 305
  • Joined: 27-August 09
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 28 November 2010 - 04:11 PM

thanks, will try that

#13 User is offline   vinifera 

  • <°)))><
  • PipPipPip
  • Group: Members
  • Posts: 305
  • Joined: 27-August 09
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 20 December 2010 - 02:39 PM

lemme ask in front
can IE 8 and WMP 11 be also integrated with some CMD line ?

#14 User is offline   johnhc 

  • MSFN Junkie
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,246
  • Joined: 02-March 08
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 20 December 2010 - 03:15 PM

View Postvinifera, on 20 December 2010 - 02:39 PM, said:

lemme ask in front
can IE 8 and WMP 11 be also integrated with some CMD line ?

vinifera, I think the answer is yes, but you need to discover the silent switches. DL the installers for the ones you want and run them in a command prompt with a /? switch. They should list the available switches. If the installer is a .msi file, then open a command prompt and enter msiexec.exe, a window will open with all the available switches. Enjoy, John.

#15 User is offline   vinifera 

  • <°)))><
  • PipPipPip
  • Group: Members
  • Posts: 305
  • Joined: 27-August 09
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 12 January 2011 - 02:59 AM

ok I will finaly be ready tonight to start with this "project"
but I must ask

some hotfixes still come with older number but with "v2"
so as I understand they were updated recently but still hold old numbering
so what happens when I start integrating them and I get

KB103 (old, year 2009)
KB104 (old, year 2009)
KB106-v2 (updated in year 2010)
KB109(old, year 2009)

do these hotfixes do some checks on integrated file versions or their time compiled
because with this sequence logicaly I would overwrite later an updated hotfix with older one
that has higher number (under condition that there are few hotfixes that do patch same files)

?

#16 User is offline   Sp0iLedBrAt 

  • MSFN Addict
  • Group: Supreme Sponsor
  • Posts: 1,587
  • Joined: 19-March 09
  • OS:XP Pro x86
  • Country: Country Flag

Posted 20 January 2011 - 12:38 PM

Omit (leave out) the old hotfix and use the hotfix with v2. Most of the time the hotfix contains a newer improved version of the same file(s) inside.

Cheers

#17 User is offline   submix8c 

  • Systems Annihilist
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,829
  • Joined: 14-September 05
  • OS:none specified
  • Country: Country Flag

Posted 20 January 2011 - 02:27 PM

View Postjohnhc, on 20 December 2010 - 03:15 PM, said:

View Postvinifera, on 20 December 2010 - 02:39 PM, said:

lemme ask in front
can IE 8 and WMP 11 be also integrated with some CMD line ?
vinifera, I think the answer is yes, but you need to discover the silent switches. DL the installers for the ones you want and run them in a command prompt with a /? switch. They should list the available switches. If the installer is a .msi file, then open a command prompt and enter msiexec.exe, a window will open with all the available switches. Enjoy, John.
I won't swear to this (not being a swearing person...) but I believe that those have an "installer within an installer". IOW, you have to "unpack" at least once. You might want to check on that (been a while).

This post has been edited by submix8c: 20 January 2011 - 02:28 PM


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