Jump to content

.NET Framework 1.1 Service Pack


Recommended Posts

If it runs correct directly. Then it must be the command that you are passing to it.

If I create batch file with this inside it:

start /wait aDotnet.exe

Put it in the same directory as the aDotnet.exe and setup.exe, then run it. The command window open. The sfx will extract, then progrss dialog for Microsoft .Net Framework will popup, install, then close, then cleanup dialog pops up. Then it finishes, command window then closes.

I check it, and .Net is installed.

Sorry, but it works for me?

:)

Link to comment
Share on other sites


I have followed the instructions and this is what I have for comments:

;The comment below contains SFX script commands

Setup=Netfx.msi /qn /norestart
TempMode
Silent=1
Overwrite=1

what is /qb ? I am trying to install it from svcpack.inf. did i do this correctly? what do i put in my svcpack.inf?

Link to comment
Share on other sites

I have followed the instructions and this is what I have for comments:

;The comment below contains SFX script commands

Setup=Netfx.msi /qn /norestart
TempMode
Silent=1
Overwrite=1

what is /qb ?  I am trying to install it from svcpack.inf.  did i do this correctly?  what do i put in my svcpack.inf?

You may need a path to extract it to.... make sure you select make it a self extracting exe

;The comment below contains SFX script commands

Path=C:\installnetfx
SavePath
Setup=netfx.msi /qb!-
Silent=1
Overwrite=1

The /qb!- is silent install but show the progress bar and hide the cancel button..

The !- will not work with the /qn switch... as far as I know it will be kicked out on any msi...

in the svcpack.inf no other switches are required it will not reboot...

I named mine netfx.exe and put it a folder called update

My path -- D:\XPCD\SS-Root\I386

This is the svcpack.inf also did you delete the svcpack.in_ in the 386 folder if you don't windows will use the svcpack.in_ instead....

[Version] 
Signature="$Windows NT$"
MajorVersion=5
MinorVersion=1
BuildNumber=2600

[SetupData]
CatalogSubDir="\i386\Update"

[ProductCatalogsToInstall]

[SetupHotfixesToRun]
KB831240.exe /qb
netfx.exe
QCHAIN.exe

LOL As a note I really don't care where something gets loaded as long as it gets installed... I put the updates in the svcpack.inf to try and keep it organzied some what,,

Mac!

Link to comment
Share on other sites

i copied ur install. did forget to edite the dosnet.inf to include this?

[OptionalSrcDirs]

Update

So in my I386 folder I have a folder called Update and in that folder I have netfx.exe and qchain.exe.

where/when does it get loaded.

see ...i really didnt care to have the framwork loaded unattended (i have another folder with it in DOTNETFX so that the menu button works). but now i have to have it loaded before cmdlines.txt runs because in guirunonce i want to have it install ATI Control Center which requires .net framework 1.1 in order to work.

So now, hopefully svcpack runs before cmdlines.txt and now I can get to work on ATI Control Center!!!

Link to comment
Share on other sites

@Coolsights2000 ---

I used your method for .net framework sp1 in svcpack.inf.

now .....can this also be done for wmp10?

i extracted wmp10.exe and compressed the files with sfx.

i used this for the comments:

;The comment below contains SFX script commands

Setup=setup_wm.exe /DisallowSystemRestore /Q:A /R:N
TempMode
Silent=2
Overwrite=1

can i just put this file in svcpack? will it work?

Link to comment
Share on other sites

If it runs correct directly. Then it must be the command that you are passing to it.

If I create batch file with this inside it:

start /wait aDotnet.exe

Put it in the same directory as the aDotnet.exe and setup.exe, then run it. The command window open. The sfx will extract, then progrss dialog for Microsoft .Net Framework will popup, install, then close, then cleanup dialog pops up. Then it finishes, command window then closes.

I check it, and .Net is installed.

Sorry, but it works for me?

:)

Done that man but your autoit.exe seems to install the net ok but the script keeps looping & keeps trying to extract & cleaning up until such time that you manually stop them?

Installed my sfx directly from the batch & seems to install ok, only thing I noticed was does not show in the start/programs of installed progs in control panel add or remove shows ok but does not show program size is that normal earlier version showed this?

Link to comment
Share on other sites

@Coolsights2000 ---

I used your method for .net framework sp1 in svcpack.inf. 

now .....can this also be done for wmp10?

i extracted wmp10.exe and compressed the files with sfx.

i used this for the comments:

;The comment below contains SFX script commands

Setup=setup_wm.exe /DisallowSystemRestore /Q:A /R:N
TempMode
Silent=2
Overwrite=1

can i just put this file in svcpack? will it work?

LOL Thanks for asking Me but I'm just a newbie at this too. I'm reading and playing... I have not even messed with WMP 10 yet... :w00t:

UPDATE!!!!!!!!!!!!!!!!!!

Just to let you know I looked over the post and the WMP 10 is not a upgrade it is a full version so I went with the runonceEX idea that I saw posted elsewhere in a thread here,,,

I load stuff from the d:\ drive

I'm not sure if this is totally correct yet,, but it is the basics. You will have to do you paths,,,

I did do a quick one on this drive using a short cut and it install and all is fine...

REG ADD %KEY%\240 /VE /D "MS Windows Media Player 10" /f
REG ADD %KEY%\240 /V 1 /D "%XPCD%\WMP10\WMP10.exe /Q:A /C:\"setup_wm.exe /DisallowSystemRestore /Q /R:N\"" /f

Link to comment
Share on other sites

IS there not a easier method of doing the slipstream?

LOL then you would take all the fun out of it...

It takes a while to code stuff

The correct syntax is killer........ :blink:

I'm a get out the glue gun person..

It you find something that works test it then play with the code.. to make it how you want it...

Mac!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...