Jump to content

KB917283 intergration into Microsoft .NET Framework Version 2.0


Recommended Posts

Hi All!

I'm not doing to good with my search on how to intergrate KB917283 ....

I tried what I thought was the right way using msiexec /p "folder/filename" /a "folder/filename" from

my notes on ver 1.1

it appeares to intergrate but when I do the silent install it is only shows version 2 installed and That I need to download and install KB917283

Please point me in the right directions..........

MaC!

Link to comment
Share on other sites


I am looking for the commands to do integration myself not a already made installer

I already have the installer in my setup for the silent install I need to update the version 2 folder

so it will see the update.......

Edited by Coolsights2000
Link to comment
Share on other sites

Assuming you've got an AIP of .NET 2.0 already created, you should just have to run the command line you already posted.

msiexec /a dotnet.msi /p patch.msp (change the filenames accordingly)

I recommend doing it all from the same working directory to make things simple. Beyond that, I don't know what to tell you if it isn't working. That's what worked for me.

Link to comment
Share on other sites

try this one...

with the msp in the same folder as the msi, get a command prompt in that folder and type:

msiexec /update fullnamehere.msp

[EDIT]

I just realized that command only updates the current installation, not the installation files, sorry.

shark

Edited by Shark007
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...