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.

160 lines
4.0 KiB

  1. [version]
  2. signature="$CHICAGO$"
  3. AdvancedINF=2.5
  4. [DefaultInstall]
  5. RequiredEngine=Setupapi,%BadSetupVer%
  6. CustomDestination=TSWebServerDestSection
  7. CopyFiles=Samples.Install
  8. DelFiles=DelOnInstall
  9. AddReg=InstallTsWebCtrl.Reg,TsWebCtrl.Uninst.Reg
  10. RunPostSetupCommands=SetupInstCommand
  11. [QuietInstall]
  12. RequiredEngine=Setupapi,%BadSetupVer%
  13. CustomDestination=TSWebServerDestSection
  14. CopyFiles=Samples.Install
  15. DelFiles=DelOnInstall
  16. AddReg=InstallTsWebCtrl.Reg,TsWebCtrl.Uninst.Reg
  17. RunPostSetupCommands=QuietSetupInstCommand
  18. [DefaultUninstall]
  19. CustomDestination=TSWEBUninstDestinationSection
  20. BeginPrompt=BeginPromptSection
  21. DelFiles=DelServerFilesSection
  22. DelReg=InstallTsWebCtrl.Reg,TsWebCtrl.Uninst.Reg,DelRegSection
  23. DelDirs=DelSrvInstallDir
  24. EndPrompt=EndPromptSection
  25. [TSWebServerDestSection]
  26. 49100=Inet_Www_Path,17
  27. 49000=SampleHTMLLDIDSection,1
  28. [TSWEBUninstDestinationSection]
  29. 49000=AppInstalledPath,5
  30. [AppInstalledPath]
  31. HKLM,"%INST_DIR%","InstallDir",,"%24%\%INET_WWW%\%SampleSubDir%"
  32. [Inet_Www_Path]
  33. HKLM,"%WWWROOT_PATH%","PathWWWRoot",,"%24%\%INET_WWW%"
  34. [SampleHTMLLDIDSection]
  35. HKLM,"%NO_PATH%","No_Value",%SamplesLocationPrompt%,"%49100%\%SampleSubDir%"
  36. [SetupInstCommand]
  37. extrac32 /c /y msrdp.cab """%49000%"""
  38. rundll32 advpack.dll,LaunchINFSection %49000%\setup.inf,ReadMe,,
  39. [QuietSetupInstCommand]
  40. extrac32 /c /y msrdp.cab """%49000%"""
  41. [ReadMe]
  42. CustomDestination=TSReadMeInstallSection
  43. RunPostSetupCommands=ExploreReadMe
  44. BeginPrompt=BeginPromptReadmeSection
  45. [TSReadMeInstallSection]
  46. 49000=AppInstalledPath, 5
  47. 49001=WBrowserPath,17
  48. [ExploreReadMe]
  49. %49001% %49000%\readme.htm
  50. [BeginPromptReadmeSection]
  51. Prompt=%Readme%
  52. ButtonType=YESNO
  53. Title=%DisplayDesc%
  54. [SourceDisksNames]
  55. 55="Setup Tools",,0
  56. [DestinationDirs]
  57. Samples.Install=49000
  58. DelServerFilesSection=49000
  59. DelOnInstall=49000
  60. [SourceDisksFiles]
  61. msrdp.cab=55
  62. default.htm=55
  63. bluebarh.gif=55
  64. bluebarv.gif=55
  65. win2000l.gif=55
  66. win2000r.gif=55
  67. readme.htm=55
  68. setup.inf=55
  69. eula.txt=55
  70. [Samples.Install]
  71. bluebarh.gif
  72. bluebarv.gif
  73. win2000l.gif
  74. win2000r.gif
  75. default.htm
  76. readme.htm
  77. setup.inf
  78. [BeginPromptSection]
  79. Prompt=%UninstallPrompt%
  80. ButtonType=YESNO
  81. Title=%DisplayDesc%
  82. [EndPromptSection]
  83. Prompt=%DisplayDesc%%UninstallEndPrompt%
  84. [DelOnInstall]
  85. mstscax.cab
  86. connect.asp
  87. manyservers.htm
  88. [DelServerFilesSection]
  89. bluebarh.gif
  90. bluebarv.gif
  91. msrdp.cab
  92. mstscax.cab
  93. login.asp
  94. default.htm
  95. manyservers.htm
  96. win2000l.gif
  97. win2000r.gif
  98. readme.htm
  99. setup.inf,,,1
  100. [DelSrvInstallDir]
  101. %49000%
  102. [WBrowserPath]
  103. HKLM,""SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\IEXPLORE.EXE"","",,"explorer"
  104. [InstallTsWebCtrl.Reg]
  105. HKLM,"%INST_DIR%","InstallDir",,%49000%
  106. [TsWebCtrl.Uninst.Reg]
  107. HKLM,"%UNINSTALL_TS%","DisplayName",,%DisplayDesc%
  108. HKLM,"%UNINSTALL_TS%","UninstallString",,"rundll32 advpack.dll,LaunchINFSection %49000%\setup.inf,DefaultUninstall,,"
  109. [DelRegSection]
  110. HKLM,"%UNINSTALL_TS%"
  111. HKLM,"%INST_DIR%"
  112. [Strings]
  113. ; Important - Be sure to place any localizable strings
  114. ; below the "Localization Border" Comment
  115. INST_DIR = "Software\Microsoft\TS Web Clients"
  116. UNINSTALL_TS = "Software\Microsoft\Windows\CurrentVersion\Uninstall\TsActiveXClient"
  117. WWWROOT_PATH = "SOFTWARE\Microsoft\InetStp"
  118. INET_WWW = "InetPub\wwwroot"
  119. ; No Strings above this line should be localized
  120. ; All strings below this line should be localized
  121. ;==============================================================================================
  122. BadSetupVer = "Your system is missing the required Setup engine."
  123. DisplayDesc = "Remote Desktop Web Connection"
  124. DisplayComm = "TS Clients"
  125. SamplesLocationPrompt = "Where would you like to place the sample web pages directory?"
  126. SampleSubDir = "TSWeb"
  127. UninstallPrompt = "Are you sure that you want to remove the Remote Desktop Web Connection Package?"
  128. UninstallEndPrompt = " was removed successfully."
  129. UninstallData = "Uninstall Information"
  130. Readme = "Do you want to read the release notes now?"