Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

109 lines
3.1 KiB

  1. @Echo Off
  2. Rem #########################################################################
  3. Rem
  4. Rem ����֤ %RootDrive% �Ѿ������ã���Ϊ�����ű����øñ�����
  5. Rem
  6. Call "%SystemRoot%\Application Compatibility Scripts\ChkRoot.Cmd"
  7. If "%_CHKROOT%" == "FAIL" Goto Done
  8. Call "%SystemRoot%\Application Compatibility Scripts\SetPaths.Cmd"
  9. If "%_SETPATHS%" == "FAIL" Goto Done
  10. Rem #########################################################################
  11. Rem
  12. Rem ���ļ��ӵ�ǰ�û�ģ�帴�Ƶ������û�ģ��λ��
  13. Rem
  14. If Not Exist "%ALLUSERSPROFILE%\%TEMPLATES%\WINWORD8.DOC" copy "%UserProfile%\%TEMPLATES%\WINWORD8.DOC" "%ALLUSERSPROFILE%\%TEMPLATES%\" /Y >Nul: 2>&1
  15. Rem #########################################################################
  16. Rem #########################################################################
  17. ..\ACRegL %Temp%\O97.Cmd O97INST "HKLM\Software\Microsoft\Office\8.0" "BinDirPath" "STRIPCHAR\1"
  18. If Not ErrorLevel 1 Goto Cont0
  19. Echo.
  20. Echo �޷���ע�������� Word 97 ��װλ�á�
  21. Echo ����֤ Word 97 �Ƿ��Ѿ���װ�����ٴ�����
  22. Echo �����ű���
  23. Echo.
  24. Pause
  25. Goto Done
  26. :Cont0
  27. Call %Temp%\O97.Cmd
  28. Del %Temp%\O97.Cmd >Nul: 2>&1
  29. Rem #########################################################################
  30. Rem
  31. Rem �������û��ġ��������˵�ɾ�������ٲ��ҡ���
  32. Rem �����ٲ��ҡ�������Դ����Ӱ��ϵͳ���ܡ�
  33. Rem
  34. If Exist "%COMMON_STARTUP%\Microsoft �ļ�����.lnk" Del "%COMMON_STARTUP%\Microsoft �ļ�����.lnk" >Nul: 2>&1
  35. Rem #########################################################################
  36. Rem
  37. Rem ����ע�����ʹ·��ָ���û����е�Ŀ¼��
  38. Rem
  39. Rem ����Ŀǰ���ڰ�װģʽ�У����ijɰ�װģʽ��
  40. Set __OrigMode=Install
  41. ChgUsr /query > Nul:
  42. if Not ErrorLevel 101 Goto Begin
  43. Set __OrigMode=Exec
  44. Change User /Install > Nul:
  45. :Begin
  46. Set __SharedTools=Shared Tools
  47. If Not "%PROCESSOR_ARCHITECTURE%"=="ALPHA" goto acsrCont1
  48. If Not Exist "%ProgramFiles(x86)%" goto acsrCont1
  49. Set __SharedTools=Shared Tools (x86)
  50. :acsrCont1
  51. ..\acsr "#ROOTDRIVE#" "%RootDrive%" Template\MsWord97.Key MsWord97.Tmp
  52. ..\acsr "#__SharedTools#" "%__SharedTools%" MsWord97.Tmp MsWord97.Tmp2
  53. ..\acsr "#INSTDIR#" "%O97INST%" MsWord97.Tmp2 MsWord97.Tmp3
  54. ..\acsr "#MY_DOCUMENTS#" "%MY_DOCUMENTS%" MsWord97.Tmp3 MsWord97.key
  55. Del MsWord97.Tmp >Nul: 2>&1
  56. Del MsWord97.Tmp2 >Nul: 2>&1
  57. Del MsWord97.Tmp3 >Nul: 2>&1
  58. regini MsWord97.key > Nul:
  59. Rem ����ԭʼģʽ��ִ�У����Ļ�ִ��ģʽ��
  60. If "%__OrigMode%" == "Exec" Change User /Execute > Nul:
  61. Set __OrigMode=
  62. Rem #########################################################################
  63. Rem
  64. Rem ���� Wrd97Usr.Cmd ����ӳʵ�ʰ�װĿ¼��
  65. Rem �������ӵ� UsrLogn2.Cmd �ű�
  66. Rem
  67. ..\acsr "#INSTDIR#" "%O97INST%" ..\Logon\Template\Wrd97Usr.Cmd ..\Logon\Wrd97Usr.Cmd
  68. FindStr /I Wrd97Usr %SystemRoot%\System32\UsrLogn2.Cmd >Nul: 2>&1
  69. If Not ErrorLevel 1 Goto Skip1
  70. Echo Call Wrd97Usr.Cmd >> %SystemRoot%\System32\UsrLogn2.Cmd
  71. :Skip1
  72. Echo.
  73. Echo Ҫ��֤ MS Word 97 ���������У��������κ�Ӧ��
  74. Echo ����֮ǰ��Ŀǰ��¼���û�������ע������
  75. Echo ���µ�¼��
  76. Echo.
  77. Echo Microsoft Word 97 ���û�Ӧ�ó��������ѽ���
  78. Pause
  79. :Done