MSFN Forum: SVCPACK.INF Problem - MSFN Forum

Jump to content



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

SVCPACK.INF Problem Rate Topic: -----

#1 User is offline   Steffen 

  • Newbie
  • Group: Members
  • Posts: 46
  • Joined: 01-September 05

Posted 04 November 2005 - 03:25 AM

Hello,

Does anyone know how I can make a rule in svcpack.inf that starts a *.cmd or .bat?
I want to make a *.cmd that copy's setup-files to the system directory...

I dont use the oem maps because I use many raid drivers etc for different computers...

So please help :huh:


#2 User is offline   Br4tt3 

  • World famous sausage eater...
  • PipPipPipPip
  • Group: Members
  • Posts: 566
  • Joined: 20-April 04

Posted 04 November 2005 - 03:56 AM

U already provided the answer... $OEM$. U can still have as many raid drivers u want as long as u dont exceed the 2000 charchters limit of the OEMPnPDriverPath entry. But to answer ur question, no I dont know how to do that..

GL

#3 User is offline   Steffen 

  • Newbie
  • Group: Members
  • Posts: 46
  • Joined: 01-September 05

Posted 04 November 2005 - 03:59 AM

Does anyone know the awnser on my question ??

#4 User is offline   Shark007 

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

Posted 04 November 2005 - 06:15 AM

Steffen, i answerred this SAME question over a week ago in This Thread

Get WinRAR, learn how to create self extracting files, and you're on your way.

shark

This post has been edited by Shark007: 04 November 2005 - 06:19 AM


#5 User is offline   Steffen 

  • Newbie
  • Group: Members
  • Posts: 46
  • Joined: 01-September 05

Posted 04 November 2005 - 05:26 PM

Thanxx I will try it now,

But my setups needs to copy svcpack.dll
I have delete that file :unsure:
I can replace it but where does the svcpack.inf need to standing ?

Can you tell me that? And can you tell me how youre svcpack.inf is look like??

Greettzz

#6 User is offline   Shark007 

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

Posted 04 November 2005 - 06:33 PM

svcpack.inf goes in the I386 directory as well as svcpack.dll

Here is the original svcpack.inf from a SP2 cd.

Quote

[Version]Signature="$Windows NT$"

[SetupData]
CatalogSubDir="i386\hotfixes"

[ProductCatalogsToInstall]

[SetupHotfixesToRun]


Once you create a self extracting file,
place it under the section like this:

[SetupHotfixesToRun]
selfextract.exe

of course, you need to place the actual file 'selfextract.exe'
into a folder called svcpack which is also in the I386 directory

Hope this helps.

shark

This post has been edited by Shark007: 04 November 2005 - 06:37 PM


#7 User is offline   Steffen 

  • Newbie
  • Group: Members
  • Posts: 46
  • Joined: 01-September 05

Posted 06 November 2005 - 02:00 PM

I have done what you said but the *.exe file is not working ir my svcpack.inf is not working ? Kan je attach a little exe file ?

#8 User is offline   Shark007 

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

Posted 06 November 2005 - 03:16 PM

I uploaded it here:

This Sample is 186kb contains a single 0 byte file.
This file will extract its contents to the system32 directory.


shark

This post has been edited by Shark007: 06 November 2005 - 04:52 PM


#9 User is offline   Steffen 

  • Newbie
  • Group: Members
  • Posts: 46
  • Joined: 01-September 05

Posted 07 November 2005 - 07:30 AM

I have used youre file but it didnt work :(

This is my svcpack.inf:

Quote

[Version]Signature="$Windows NT$"

[SetupData]
CatalogSubDir="i386\hotfixes"

[ProductCatalogsToInstall]

[SetupHotfixesToRun]
system32.exe


I have placed the file in the svcpack directory

I have 2 files in the I386 directory

svcpack.inf ( my one created file )
svcpack.dll ( The originel file )

What do I wrong ?

#10 User is offline   eirogge 

  • www.eirogge.de
  • PipPip
  • Group: Members
  • Posts: 218
  • Joined: 07-February 04

Posted 07 November 2005 - 07:54 AM

change

[SetupData]
CatalogSubDir="i386\hotfixes"

to

[SetupData]
CatalogSubDir="i386\svcpack"

or

[SetupData]
CatalogSubDir="amd64\svcpack"

if youre using xp64

This post has been edited by eirogge: 07 November 2005 - 07:54 AM


#11 User is offline   Shark007 

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

Posted 07 November 2005 - 08:12 AM

Just to confirm your directory structure...

CD_ROOT --- the entire CDrom
CD_ROOT\I386 --- the main installation files (svcpack.inf etc.)
CD_ROOT\I386\SVCPACK --- folder where you placed system32.exe

If you right click on the system32.exe and choose 'Open with WinRAR'
you can drag files into the window and ADD them.

In your I386 directory, is there svcpack.in_ ?
If this file exists, its a compressed svcpack.inf which you should delete
so that windows installation uses the new one you placed there.

Your svcpack.inf structure looks fine.


shark

#12 User is offline   Steffen 

  • Newbie
  • Group: Members
  • Posts: 46
  • Joined: 01-September 05

Posted 07 November 2005 - 09:36 AM

I have done what you said... But it didnt work
I dont have svcpack.in_ anymore.. I has already delete it...
Maybe is my svcpack.dl_ rong ??

Other solution ?

I'm desperet :blink:

#13 User is offline   Shark007 

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

Posted 07 November 2005 - 10:32 AM

Steffen. i'm sorry, but i've been as clear as possible.

I dont have anymore to offer. :(


shark

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