MSFN Forum: .NET Framework 1.1 Service Pack - MSFN Forum

Jump to content



  • 16 Pages +
  • 1
  • 2
  • 3
  • 4
  • 5
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

.NET Framework 1.1 Service Pack Rate Topic: -----

#41 User is offline   ihaveabu 

  • Junior
  • Pip
  • Group: Members
  • Posts: 94
  • Joined: 21-August 04

Posted 31 August 2004 - 09:12 PM

prathapml, on Aug 31 2004, 08:16 PM, said:

ihaveabu, on Sep 1 2004, 07:33 AM, said:

did those instructions actually work?

Well its been posted precisely because of some testing on the part of some people, and that they trust you would know to fix any small problems you'd encounter along the way. If you find it too difficult to follow/implement, I'd recommend downloading RyanVM's package (RAR, already slip-streamed).

All the best for carrying it out, and post back on any problems you might encounter (with full DETAILS), and solutions for them (if you yourself discover what the solution is).

i've already got the netfxsp1.rar
how do i set it to silently run the sfx?


#42 User is offline   MHz 

  • SendToA3X v1.7
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,634
  • Joined: 02-August 04

Posted 31 August 2004 - 09:30 PM

That is the option selected inside winrar itself, when you made the archive.

#43 User is offline   ihaveabu 

  • Junior
  • Pip
  • Group: Members
  • Posts: 94
  • Joined: 21-August 04

Posted 31 August 2004 - 09:34 PM

MHz, on Aug 31 2004, 09:30 PM, said:

That is the option selected inside winrar itself, when you made the archive.

ok, i make a self extracting exe (netfxsp1.exe). what do i put in my start.cmd? sorry i'm such a noob

#44 User is offline   MHz 

  • SendToA3X v1.7
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,634
  • Joined: 02-August 04

Posted 31 August 2004 - 09:50 PM

Your SFX should have something like this in its instructions, in the archive.

Silent=1
Overwrite=2

All you should have to do, is run it from your batch file with no switches. As they are set in the SFX.

#45 User is offline   ihaveabu 

  • Junior
  • Pip
  • Group: Members
  • Posts: 94
  • Joined: 21-August 04

Posted 31 August 2004 - 09:52 PM

u mean something like this:
Posted Image

#46 User is offline   MHz 

  • SendToA3X v1.7
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,634
  • Joined: 02-August 04

Posted 31 August 2004 - 09:58 PM

Yes,

You may not need savepath, that just writes to registry.

path could also be maybe %temp% ?

#47 User is offline   ihaveabu 

  • Junior
  • Pip
  • Group: Members
  • Posts: 94
  • Joined: 21-August 04

Posted 31 August 2004 - 10:02 PM

MHz, on Aug 31 2004, 09:58 PM, said:

Yes,

You may not need savepath, that just writes to registry.

path could also be maybe %temp% ?

thanks. i think i got it. actually, i want it extracted to desktop so i can delete it rite away

#48 User is offline   MHz 

  • SendToA3X v1.7
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,634
  • Joined: 02-August 04

Posted 31 August 2004 - 10:02 PM

5. Clean the directory so sp1.msp, data1.cab, and netfx.msi are the only files (3 files) in the directory.


Where is this data1.cab ? I can not locate it.

#49 User is offline   MHz 

  • SendToA3X v1.7
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,634
  • Joined: 02-August 04

Posted 31 August 2004 - 10:05 PM

Winrar has a temp option. so it extract to your temp dir, executes your setup, then deletes the temp file that it created, when install has completed. Makes it clean then.

#50 User is offline   ihaveabu 

  • Junior
  • Pip
  • Group: Members
  • Posts: 94
  • Joined: 21-August 04

Posted 31 August 2004 - 10:08 PM

MHz, on Aug 31 2004, 10:05 PM, said:

Winrar has a temp option. so it extract to your temp dir, executes your setup, then deletes the temp file that it created, when install has completed. Makes it clean then.

oh! ok. as long as it gets deleted. i'll do that then. thanks!

#51 User is offline   MHz 

  • SendToA3X v1.7
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,634
  • Joined: 02-August 04

Posted 31 August 2004 - 10:14 PM

add switches into

setup = netfx.msi /qn

in winrar. guessed them switches.

Where is that cab file?

#52 User is offline   MHz 

  • SendToA3X v1.7
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,634
  • Joined: 02-August 04

Posted 31 August 2004 - 10:17 PM

Comment tab in winrar should look like this.

;The comment below contains SFX script commands

Setup=netfx.msi /qn
TempMode
Silent=1
Overwrite=1

#53 User is offline   Jeronimo 

  • vLite user
  • PipPipPip
  • Group: Members
  • Posts: 395
  • Joined: 26-October 03

Posted 31 August 2004 - 10:34 PM

MHz, on Sep 1 2004, 06:02 AM, said:

5. Clean the directory so sp1.msp, data1.cab, and netfx.msi are the only files (3 files) in the directory.


Where is this data1.cab ? I can not locate it.

SP1 needs the cabinet file from the installation routine: netfx1.cab

#54 User is offline   MHz 

  • SendToA3X v1.7
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,634
  • Joined: 02-August 04

Posted 31 August 2004 - 10:37 PM

Slip up with naming?

Thanks Jeronimo

:)

#55 User is offline   evilvoice 

  • Ditchy McAbandonpants
  • PipPipPipPipPip
  • Group: Members
  • Posts: 946
  • Joined: 27-January 04

Posted 31 August 2004 - 11:10 PM

has anyone been able to utilize this in svcpack.inf? Also, I think its been said that there is an error when using winrar temp extract (extracting to a temp dir)...

#56 User is offline   canuckerfan 

  • Junior
  • Pip
  • Group: Members
  • Posts: 52
  • Joined: 12-August 04

Posted 01 September 2004 - 12:38 AM

One question... how'd you get an admin install of .NET Framework 1.1 Redist. I looked on the first page, but could not figure it out. Can anyone help me?

#57 User is offline   MHz 

  • SendToA3X v1.7
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,634
  • Joined: 02-August 04

Posted 01 September 2004 - 01:45 AM

@canuckerfan

Type msiexec /a netfx.msi


@evilvoice

Tested SFX rar with Windows install using tempmode. No problems.

#58 User is offline   MHz 

  • SendToA3X v1.7
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,634
  • Joined: 02-August 04

Posted 01 September 2004 - 02:07 AM

@canuckerfan

Sorry.

Type msiexec /a netfx.msi TARGETDIR="C:\netfx"

#59 User is offline   canuckerfan 

  • Junior
  • Pip
  • Group: Members
  • Posts: 52
  • Joined: 12-August 04

Posted 01 September 2004 - 02:13 AM

Thanks for the help guys. I think I got it.

Only thing is, I don't have a data1.cab in my dotnetfx folder, only a netfx1.cab file. Should it be like this?

#60 User is offline   MHz 

  • SendToA3X v1.7
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,634
  • Joined: 02-August 04

Posted 01 September 2004 - 02:20 AM

netfx1.cab

Share this topic:


  • 16 Pages +
  • 1
  • 2
  • 3
  • 4
  • 5
  • Last »
  • 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