Jump to content

hfaoo question


bfc_xxx

Recommended Posts


Typically a hfaao is a cab or 7z file. To replace files in side the cab or 7z files, you have to open it up with your favorite unpacking program, and then remove and replace the outdated binaries with new ones. Click save when your done and you have an updated cab file.

Link to comment
Share on other sites

Hi bfc_xxx,

if you change the HFSLIP script a bit like I explained here:

http://www.msfn.org/board/silverlight-3-t135961.html

you can put the originial microsoft vc runtimes (vcredist8_x86.exe and vcredist9_x86.exe) into HFSVCPACK_SW2 and they will get installed at t-13.

I did build a Dotnet installer see http://www.msfn.org/board/index.php?showtopic=127790

not removing the vc runtimes. Normally after that micosoft update would require the updated vc runtimes.

As it seems HFSVCPACK_SW2 gets installed at t-13 after HFSVCPACK where I put the donet package. But with the two VC runtimes in HFSVCPACK_SW2 they were not missing in micosoft update, what means that the got installed at t-13 with the modified switch in the hfslip script.

SET SW2=/Q:A /R:N

to:

SET SW2=/q

Link to comment
Share on other sites

Typically a hfaao is a cab or 7z file. To replace files in side the cab or 7z files, you have to open it up with your favorite unpacking program, and then remove and replace the outdated binaries with new ones. Click save when your done and you have an updated cab file.

I did some more test and I think VC addons are not installed at all.

I will try something else. I will nlite my source with vc runtimes addon only and then use hfslip.

Hi bfc_xxx,

if you change the HFSLIP script a bit like I explained here:

http://www.msfn.org/board/silverlight-3-t135961.html

you can put the originial microsoft vc runtimes (vcredist8_x86.exe and vcredist9_x86.exe) into HFSVCPACK_SW2 and they will get installed at t-13.

I did build a Dotnet installer see http://www.msfn.org/board/index.php?showtopic=127790

not removing the vc runtimes. Normally after that micosoft update would require the updated vc runtimes.

As it seems HFSVCPACK_SW2 gets installed at t-13 after HFSVCPACK where I put the donet package. But with the two VC runtimes in HFSVCPACK_SW2 they were not missing in micosoft update, what means that the got installed at t-13 with the modified switch in the hfslip script.

SET SW2=/Q:A /R:N

to:

SET SW2=/q

Hmmm good idea but the problem then is how to keep WU happy, there are updates that must be installed.

Link to comment
Share on other sites

Hmmm good idea but the problem then is how to keep WU happy, there are updates that must be installed.

Well with my method WU seems to be happy (including dotnet package). After setup has finished and I enter WU website no updates are missing except (I think) 3 optional ones (windows search, windows live, power shell)

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...