Chinaunix首页 | 论坛 | 博客
  • 博客访问: 431849
  • 博文数量: 69
  • 博客积分: 957
  • 博客等级: 准尉
  • 技术积分: 1161
  • 用 户 组: 普通用户
  • 注册时间: 2010-04-26 14:54
文章分类

全部博文(69)

文章存档

2013年(15)

2012年(12)

2011年(42)

分类: C/C++

2012-10-04 16:18:14

1、安装Service Pack 5前必须先安装MDAC_TYP.EXE
2、但是Vista的MDAC已经被WDAC代替,且WDAC已经和系统一起安装了
3、为了使得ervice Pack 5跳过检测MDAC,需修改SP598ENT.STF

  1. Install VS6. Do a custom install and deselect Visual Analyzer, along with anything else you don't need. I ended up installing InterDev and VC++ with some misc. tools.

  2. Extract Service Pack 5 files to a folder.

  3. Modify SP598ENT.STF to remove 36 (the MDAC check) from the list in step 13

    13 Group 28 36 38 29 30 32 26 27 14 25 16 17 20 18 19 15 39 21 22 24 23 43

    and save the file. For completeness, you can remove step 36 (and 37) entirely, but it isn't necessary. Those lines are as follows (and it's safe to remove them or ignore them, as long as 36is removed from step 13):

    36 Depend "27 ? : 37" 37 IsWin95 CustomAction "sp598ent.dll,CheckForMDAC"
  4. Run SP5SETUP.EXE and let Service Pack 5 finish installing.

  5. Install Processor Pack normally.
阅读(2455) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~