Source code of Windows XP (NT5)
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.

895 lines
39 KiB

  1. ;======================================================
  2. ; FxsOcm.inf
  3. ;
  4. ; This file is the inf that drives the fax setup
  5. ; during the GUI portion of Windows Setup
  6. ;
  7. ; If you add files to the SourceDisksFiles section
  8. ; in this file, you MUST also add the file to the
  9. ; layout.inx file in the setup\inf\win4\inf directory.
  10. ; failing to to so will cause a file copy error
  11. ; during guimode.
  12. ;======================================================
  13. [version]
  14. signature="$WINDOWS NT$"
  15. SetupClass=BASE
  16. LayoutFile=layout.inf
  17. ;===================================================
  18. ; This INF uses some custom keywords
  19. ;
  20. ; - CreateDir = [dir section],[dir section],...
  21. ; - DelDir = [dir section],[dir section],...
  22. ;
  23. ; [dir section]
  24. ; Path = <path to folder to create>
  25. ; Platform = <one of the PRODUCT_SKU_* below>
  26. ; Security = <DACL in string format>
  27. ;
  28. ;
  29. ; - CreateShare = [share section],[share section],...
  30. ; - DelShare = [share section],[share section],...
  31. ;
  32. ; [share section]
  33. ; Path = <path to folder on which share is created>
  34. ; Name = <name of share as it appears to the user>
  35. ; Comment = <share comment as it appears to the user>
  36. ; Platform = <one of the PRODUCT_SKU_* below>
  37. ; Security = <DACL in string format>
  38. ;
  39. ;
  40. ; - CreateShortcuts = <Platform>, [shortcut section]
  41. ;
  42. ;===================================================
  43. ;============================
  44. ; FaxOcmDebug - Used
  45. ; for debugging FaxOCM.dll
  46. ;
  47. ; DebugLevel can be one of the following:
  48. ; 0 - no debug output
  49. ; 1 - see errors only
  50. ; 2 - see errors & warnings
  51. ; 3 - see all the debug output
  52. ;
  53. ; DebugFormat can be one of the following:
  54. ; 0 - print to std output
  55. ; 1 - print to file ("SharedFaxServiceSetupLogFile.txt" in %temp% directory)
  56. ; 2 - print to both
  57. ;============================
  58. [FaxOcmDebug]
  59. DebugLevel = 0
  60. DebugFormat = 0
  61. [Optional Components]
  62. Fax ; Top Level Option
  63. ;
  64. ; Destination directories that the files
  65. ; listed below are installed to.
  66. ;
  67. [DestinationDirs]
  68. FaxFiles.System = 11 ; DIRID_SYSTEM
  69. FaxFiles.Coverpage = 16419, %str_CoverPages%; CSIDL_COMMON_APPDATA\Microsoft\Windows NT\MSFax\Common Coverpages
  70. FaxFiles.Addin = 10, %str_addins% ; NOT Localized Addin Directory under Windows
  71. FaxFiles.DelOnUpgrade.FromW9X.Windows = 10
  72. FaxFiles.DelOnUpgrade.FromW2K.System = 11
  73. FaxFiles.DelOnUpgrade.FromW2K.Help = 18
  74. ;=============================================
  75. ; Fax
  76. ;=============================================
  77. [Fax]
  78. OptionDesc = %str_fax_desc%
  79. Tip = %str_fax_tip%
  80. IconIndex = 19 ;; 19 is index for the Fax Icon
  81. ;We remarked the next line, because we want the fax component to be off by default (can be overridden by answer file FAX=ON)
  82. ;
  83. ;Modes = 0,1,2,3 ;; install fax in all install scenarios
  84. ;
  85. FaxCleanInstall = Fax.CleanInstall
  86. FaxUpgradeFromWin9x = Fax.UpgradeFromW9X
  87. FaxUpgradeFromWinNT = Fax.UpgradeFromWin2K
  88. FaxUpgradeFromWin2K = Fax.UpgradeFromWin2K
  89. FaxUninstall = Fax.Uninstall
  90. ;=============================================
  91. ; Fax.CleanInstall
  92. ;=============================================
  93. [Fax.CleanInstall]
  94. CopyFiles = FaxFiles.System, \
  95. FaxFiles.Addin, FaxFiles.Coverpage
  96. DelReg = FaxReg.DelOnUpgrade.FromW2K.PerUser
  97. DelDir = Fax.Dir.W2K.CommonCoverpages
  98. AddReg = FaxReg.CoverPageAssociation, FaxReg.EventSounds, \
  99. FaxReg.MSFax, FaxReg.ActivityLogging, FaxReg.Receipts, \
  100. FaxReg.Inbox, FaxReg.SentItems, FaxReg.OriginalSetup, \
  101. FaxReg.PerformanceCounters, FaxReg.RoutingExtensions, \
  102. FaxReg.ModemDeviceProvider, FaxReg.OutboundRouting, \
  103. FaxReg.PerUserStub, \
  104. FaxReg.EventSounds.PerUser, \
  105. FaxReg.Setup.PerUser
  106. AddService = %str_FaxServiceName%,,FaxSvc.Service
  107. RegisterDlls = Fax.RegSvr
  108. CreateShortcuts = %PRODUCT_ALL_SKUS%, CreateLink.Common
  109. CreateShortcuts = %PRODUCT_SERVER_SKUS%, CreateLink.Server
  110. CreateDir = Fax.Dir.Inbox, \
  111. Fax.Dir.SentItems, \
  112. Fax.Dir.FxsTmp, \
  113. Fax.Dir.CommonCoverpages
  114. CreateShare = Fax.Share.CommonCoverpages
  115. UpdateInis = MAPI.AddToIni
  116. ;=============================================
  117. ; Fax.UpgradeFromWin2K
  118. ;=============================================
  119. [Fax.UpgradeFromWin2K]
  120. DelFiles = FaxFiles.DelOnUpgrade.FromW2K.System, \
  121. FaxFiles.DelOnUpgrade.FromW2K.Help, \
  122. FaxFiles.DelOnUpgrade.FromW2K.AddIn
  123. DelReg = FaxReg.DelOnUpgrade.FromW2K, \
  124. FaxReg.DelOnUpgrade.FromW2K.PerUser
  125. DelDir = Fax.Dir.W2K.CommonCoverpages
  126. ProfileItems = Fax.UninstallLink.FromW2K.MyFaxes, \
  127. Fax.UninstallLink.FromW2K.SendCoverPage, \
  128. Fax.UninstallLink.FromW2K.Help, \
  129. Fax.UninstallLink.FromW2K.MMCSnapin, \
  130. Fax.UninstallLink.FromW2K.FaxQueue, \
  131. Fax.UninstallLink.FromWhis.SendCoverPage, \
  132. Fax.UninstallLink.CfgWzrd
  133. CopyFiles = FaxFiles.System, \
  134. FaxFiles.Addin, FaxFiles.Coverpage
  135. AddReg = FaxReg.CoverPageAssociation, FaxReg.EventSounds, \
  136. FaxReg.MSFax, FaxReg.ActivityLogging, FaxReg.Receipts, \
  137. FaxReg.Inbox, FaxReg.SentItems, FaxReg.OriginalSetup, \
  138. FaxReg.PerformanceCounters, FaxReg.RoutingExtensions, \
  139. FaxReg.ModemDeviceProvider, FaxReg.OutboundRouting, \
  140. FaxReg.PerUserStub, \
  141. FaxReg.EventSounds.PerUser, \
  142. FaxReg.Setup.PerUser
  143. AddService = %str_FaxServiceName%,,FaxSvc.Service
  144. RegisterDlls = Fax.RegSvr
  145. CreateShortcuts = %PRODUCT_ALL_SKUS%, CreateLink.Common
  146. CreateShortcuts = %PRODUCT_SERVER_SKUS%, CreateLink.Server
  147. CreateDir = Fax.Dir.Inbox, \
  148. Fax.Dir.SentItems, \
  149. Fax.Dir.FxsTmp, \
  150. Fax.Dir.CommonCoverpages
  151. CreateShare = Fax.Share.CommonCoverpages
  152. UpdateInis = MAPI.AddToIni
  153. ;=============================================
  154. ; Fax.UpgradeFromW9X
  155. ;=============================================
  156. [Fax.UpgradeFromW9X]
  157. DelFiles = FaxFiles.DelOnUpgrade.FromW9X.Windows
  158. DelReg = FaxReg.DelOnUpgrade.FromW9X
  159. ProfileItems = Fax.UninstallLink.FromW9x.CoverPage
  160. CopyFiles = FaxFiles.System, \
  161. FaxFiles.Addin, FaxFiles.Coverpage
  162. AddReg = FaxReg.CoverPageAssociation, FaxReg.EventSounds, \
  163. FaxReg.MSFax, FaxReg.ActivityLogging, FaxReg.Receipts, \
  164. FaxReg.Inbox, FaxReg.SentItems, FaxReg.OriginalSetup, \
  165. FaxReg.PerformanceCounters, FaxReg.RoutingExtensions, \
  166. FaxReg.ModemDeviceProvider, FaxReg.OutboundRouting, \
  167. FaxReg.PerUserStub, \
  168. FaxReg.EventSounds.PerUser, \
  169. FaxReg.Setup.PerUser
  170. AddService = %str_FaxServiceName%,,FaxSvc.Service
  171. RegisterDlls = Fax.RegSvr
  172. CreateShortcuts = %PRODUCT_ALL_SKUS%, CreateLink.Common
  173. CreateShortcuts = %PRODUCT_SERVER_SKUS%, CreateLink.Server
  174. CreateDir = Fax.Dir.Inbox, \
  175. Fax.Dir.SentItems, \
  176. Fax.Dir.FxsTmp, \
  177. Fax.Dir.CommonCoverpages
  178. CreateShare = Fax.Share.CommonCoverpages
  179. UpdateInis = MAPI.AddToIni
  180. ;=============================================
  181. ; Fax.Uninstall
  182. ;=============================================
  183. [Fax.Uninstall]
  184. AddReg = FaxReg.PerUserStub.UnInstall
  185. DelShare = Fax.Share.CommonCoverpages
  186. DelDir = Fax.Dir.FxsTmp
  187. DelFiles = FaxFiles.System, \
  188. FaxFiles.Addin, FileFiles.Coverpage
  189. DelReg = FaxReg.RemoveTree.HKLM, \
  190. FaxReg.RemoveTree.PerUser
  191. DelService = %str_FaxServiceName%
  192. UnregisterDlls = Fax.RegSvr
  193. ProfileItems = Fax.UninstallLink.CoverPage, \
  194. Fax.UninstallLink.SendWizard, \
  195. Fax.UninstallLink.Client, \
  196. Fax.UninstallLink.MMCSnapin, \
  197. Fax.UninstallLink.CfgWzrd
  198. UpdateInis = MAPI.RemoveFromIni
  199. ;=============================================
  200. ; Share section
  201. ;=============================================
  202. [Fax.Share.CommonCoverpages]
  203. Path = %16419%\%str_CoverPages% ; CSIDL_COMMON_APPDATA\Microsoft\Windows NT\MSFax\Common Coverpages
  204. Name = %str_CoverPageShareName% ; "FxsSrvCp$"
  205. Comment = %str_CoverPageShareComment% ; "Common Fax Cover Pages Directory"
  206. Security = "D:(A;;FA;;;BA)(A;;0x1200a9;;;WD)" ; Everyone can read, Administrators have full control
  207. Platform = %PRODUCT_SERVER_SKUS% ; Share on server SKUs only
  208. ;=============================================
  209. ; Directory section
  210. ;=============================================
  211. [Fax.Dir.Inbox]
  212. Path = %16419%\%str_Inbox% ; CSIDL_COMMON_APPDATA\Microsoft\Windows NT\MSFax\Inbox
  213. Platform = %PRODUCT_ALL_SKUS% ; create on all platforms
  214. Security = "D:PAI(A;OICI;FA;;;BA)" ; Administrators have full access
  215. [Fax.Dir.SentItems]
  216. Path = %16419%\%str_SentItems% ; CSIDL_COMMON_APPDATA\Microsoft\Windows NT\MSFax\Sent Items
  217. Platform = %PRODUCT_ALL_SKUS% ; create on all platforms
  218. Security = "D:PAI(A;OICI;FA;;;BA)" ; Administrators have full access
  219. [Fax.Dir.FxsTmp]
  220. Path = %11%\FxsTmp ; %windir%\system32\FxsTmp
  221. Platform = %PRODUCT_ALL_SKUS% ; create on all platforms
  222. Security = "D:PAI(A;OICI;FA;;;WD)" ; Everyone have full access
  223. [Fax.Dir.CommonCoverpages]
  224. Path = %16419%\%str_CoverPages% ; CSIDL_COMMON_APPDATA\Microsoft\Windows NT\MSFax\Common Coverpages
  225. Platform = %PRODUCT_ALL_SKUS% ; create on all platforms
  226. Security = "D:PAI(A;OICI;FA;;;BA)(A;OICI;0x1200a9;;;WD)" ; Everyone can read, Administrators have full control
  227. ; We delete this folder to support upgrade from build
  228. ; to build and to clear the W2K common coverpages
  229. ; Our migration code moves the W2K coverpages to
  230. ; the new location before this folder is removed
  231. [Fax.Dir.W2K.CommonCoverpages]
  232. Path = %16430%\%str_MyFaxes%\%str_CommonCoverPages% ; CSIDL_COMMON_DOCUMENTS\My Faxes\Common CoverPages (i.e. All Users\Documents\My Faxes\..., 0x002e or'd with 0x4000)
  233. Platform = %PRODUCT_ALL_SKUS% ; create on all platforms
  234. Security = "D:PAI(A;OICI;FA;;;BA)(A;OICI;0x1200a9;;;WD)" ; Everyone can read, Administrators have full control
  235. ;=============================================
  236. ; MAPISVC.INF section
  237. ;=============================================
  238. [MAPI.AddToIni]
  239. %11%\mapisvc.inf,"MSFAX XPP" ,,"PR_PROVIDER_DISPLAY=%str_FaxMailTransport%"
  240. %11%\mapisvc.inf,"MSFAX XPP" ,,"PR_DISPLAY_NAME=%str_FaxMailTransport%"
  241. %11%\mapisvc.inf,"MSFAX XPP" ,,"PR_RESOURCE_FLAGS=STATUS_NO_DEFAULT_STORE"
  242. %11%\mapisvc.inf,"MSFAX XPP" ,,"PR_RESOURCE_TYPE=MAPI_TRANSPORT_PROVIDER"
  243. %11%\mapisvc.inf,"MSFAX XPP" ,,"PR_PROVIDER_DLL_NAME=FXSXP.DLL"
  244. %11%\mapisvc.inf,"MSFAX XP" ,,"PR_RESOURCE_FLAGS=SERVICE_SINGLE_COPY|SERVICE_NO_PRIMARY_IDENTITY"
  245. %11%\mapisvc.inf,"MSFAX XP" ,,"PR_SERVICE_ENTRY_NAME=ServiceEntry"
  246. %11%\mapisvc.inf,"MSFAX XP" ,,"PR_SERVICE_SUPPORT_FILES=FXSXP.DLL"
  247. %11%\mapisvc.inf,"MSFAX XP" ,,"PR_SERVICE_DLL_NAME=FXSXP.DLL"
  248. %11%\mapisvc.inf,"MSFAX XP" ,,"Providers=MSFAX XPP"
  249. %11%\mapisvc.inf,"MSFAX XP" ,,"PR_DISPLAY_NAME=%str_FaxMailTransport%"
  250. %11%\mapisvc.inf,"Services" ,,"MSFAX XP=%str_FaxMailTransport%"
  251. %11%\mapisvc.inf,"Default Services" ,,"MSFAX XP=%str_FaxMailTransport%"
  252. [MAPI.RemoveFromIni]
  253. %11%\mapisvc.inf,"MSFAX XPP" ,"PR_PROVIDER_DISPLAY=%str_FaxMailTransport%",
  254. %11%\mapisvc.inf,"MSFAX XPP" ,"PR_DISPLAY_NAME=%str_FaxMailTransport%",
  255. %11%\mapisvc.inf,"MSFAX XPP" ,"PR_RESOURCE_FLAGS=STATUS_NO_DEFAULT_STORE",
  256. %11%\mapisvc.inf,"MSFAX XPP" ,"PR_RESOURCE_TYPE=MAPI_TRANSPORT_PROVIDER",
  257. %11%\mapisvc.inf,"MSFAX XPP" ,"PR_PROVIDER_DLL_NAME=FXSXP.DLL",
  258. %11%\mapisvc.inf,"MSFAX XP" ,"PR_RESOURCE_FLAGS=SERVICE_SINGLE_COPY|SERVICE_NO_PRIMARY_IDENTITY",
  259. %11%\mapisvc.inf,"MSFAX XP" ,"PR_SERVICE_ENTRY_NAME=ServiceEntry",
  260. %11%\mapisvc.inf,"MSFAX XP" ,"PR_SERVICE_SUPPORT_FILES=FXSXP.DLL",
  261. %11%\mapisvc.inf,"MSFAX XP" ,"PR_SERVICE_DLL_NAME=FXSXP.DLL",
  262. %11%\mapisvc.inf,"MSFAX XP" ,"Providers=MSFAX XPP",
  263. %11%\mapisvc.inf,"MSFAX XP" ,"PR_DISPLAY_NAME=%str_FaxMailTransport%",
  264. %11%\mapisvc.inf,"Services" ,"MSFAX XP=%str_FaxMailTransport%",
  265. %11%\mapisvc.inf,"Default Services" ,"MSFAX XP=%str_FaxMailTransport%",
  266. ;=============================================
  267. ; Install/Uninstall Links
  268. ;
  269. ; This section creates the fax links in
  270. ; the start menu.
  271. ;=============================================
  272. [CreateLink.Common]
  273. ProfileItems = Fax.InstallLink.SendWizard, \
  274. Fax.InstallLink.CoverPage, \
  275. Fax.InstallLink.Client
  276. [CreateLink.Server]
  277. ProfileItems = Fax.InstallLink.MMCSnapin
  278. [Fax.InstallLink.CoverPage]
  279. Name = %str_FaxCoverPageLink%
  280. CmdLine = 11,,FxsCover.exe
  281. Subdir = %str_FaxGroup%
  282. IconPath = 11,, FxsCover.exe
  283. IconIndex = 0
  284. InfoTip = %str_CoverPageInfoTip%
  285. [Fax.UninstallLink.CoverPage]
  286. Name = %str_FaxCoverPageLink%, 2 ; the flag '2' means 'delete link'
  287. SubDir = %str_FaxGroup%
  288. [Fax.InstallLink.MMCSnapin]
  289. Name = %str_FaxMMCLink%
  290. CmdLine = 11,,%SystemRoot%\System32\fxsadmin.msc
  291. Subdir = %str_FaxGroup%
  292. IconPath = 11,, fxsadmin.dll
  293. IconIndex = 0
  294. InfoTip = %str_FaxMMCInfoTip%
  295. [Fax.UninstallLink.MMCSnapin]
  296. Name = %str_FaxMMCLink%, 2 ; the flag '2' means 'delete link'
  297. SubDir = %str_FaxGroup%
  298. [Fax.InstallLink.SendWizard]
  299. Name = %str_FaxSendWizardLink%
  300. CmdLine = 11,,FxsSend.exe
  301. Subdir = %str_FaxGroup%
  302. IconPath = 11,, FxsSend.exe
  303. IconIndex = 0
  304. InfoTip = %str_FaxSendWizardInfoTip%
  305. [Fax.UninstallLink.SendWizard]
  306. Name = %str_FaxSendWizardLink%, 2 ; the flag '2' means 'delete link'
  307. SubDir = %str_FaxGroup%
  308. [Fax.InstallLink.Client]
  309. Name = %str_FaxClientLink%
  310. CmdLine = 11,,FxsClnt.exe
  311. Subdir = %str_FaxGroup%
  312. IconPath = 11,, FxsClntR.dll
  313. IconIndex = 0
  314. InfoTip = %str_FaxClientInfoTip%
  315. [Fax.UninstallLink.Client]
  316. Name = %str_FaxClientLink%, 2 ; the flag '2' means 'delete link'
  317. SubDir = %str_FaxGroup%
  318. [Fax.UninstallLink.CfgWzrd]
  319. Name = %str_FaxConfigWzrdLink%, 2 ; the flag '2' means 'delete link'
  320. SubDir = %str_FaxGroup%
  321. [Fax.InstallLink.WhereDidMyFaxGo]
  322. Name = %str_WhereDidMyFaxGo%,1 ; the flag '1' means create for current user.
  323. CmdLine = 11,,"rundll32.exe %11%\Setup\FxsOcm.dll,WhereDidMyFaxGo"
  324. Subdir = %str_SBSFaxGroup%
  325. IconPath = 11,, FxsClntR.dll
  326. IconIndex = 0
  327. [Fax.UninstallLink.WhereDidMyFaxGo]
  328. Name = %str_WhereDidMyFaxGo%, 3 ; the flag '3' means 'delete link' for 'currnet user'
  329. SubDir = %str_SBSFaxGroup%
  330. ;=============================================
  331. ; Remove W9X shortcuts
  332. ;=============================================
  333. [Fax.UninstallLink.FromW9x.CoverPage]
  334. Name = %str_FaxW9XCoverPageLink%, 2 ; the flag '2' means 'delete link'
  335. SubDir = %str_FaxGroup%
  336. ;=============================================
  337. ; Remove W2K shortcuts
  338. ;=============================================
  339. [Fax.UninstallLink.FromW2K.MyFaxes]
  340. Name = %str_FaxW2KMyFaxesLink%, 2 ; the flag '2' means 'delete link'
  341. SubDir = %str_FaxGroup%
  342. [Fax.UninstallLink.FromW2K.SendCoverPage]
  343. Name = %str_FaxW2KSendCoverPageLink%, 2 ; the flag '2' means 'delete link'
  344. SubDir = %str_FaxGroup%
  345. [Fax.UninstallLink.FromW2K.Help]
  346. Name = %str_FaxW2KHelpLink%, 2 ; the flag '2' means 'delete link'
  347. SubDir = %str_FaxGroup%
  348. [Fax.UninstallLink.FromW2K.MMCSnapin]
  349. Name = %str_FaxW2KMMCSnapinLink%, 2 ; the flag '2' means 'delete link'
  350. SubDir = %str_FaxGroup%
  351. [Fax.UninstallLink.FromW2K.FaxQueue]
  352. Name = %str_FaxW2KFaxQueueLink%, 2 ; the flag '2' means 'delete link'
  353. SubDir = %str_FaxGroup%
  354. ;=============================================
  355. ; Remove Whis shortcuts - support for build to build upgrade only
  356. ;=============================================
  357. [Fax.UninstallLink.FromWhis.SendCoverPage]
  358. Name = %str_FaxSendWizardLinkTemp%, 2 ; the flag '2' means 'delete link'
  359. SubDir = %str_FaxGroup%
  360. ;=============================================
  361. ; Copy Files Section
  362. ;=============================================
  363. ; These files are removed when upgrading from W2K
  364. [FaxFiles.DelOnUpgrade.FromW2K.System]
  365. fax.cpk,,,0x00010000
  366. fax.cpl,,,0x00010000
  367. faxadmin.dll,,,0x00010000
  368. faxcom.dll,,,0x00010000
  369. faxcover.exe,,,0x00010000
  370. faxcount.h,,,0x00010000
  371. faxdrv.dll,,,0x00010000
  372. faxevent.dll,,,0x00010000
  373. faxext32.dll,,,0x00010000
  374. faxmapi.dll,,,0x00010000
  375. faxocm.dll,,,0x00010000
  376. faxperf.dll,,,0x00010000
  377. faxperf.ini,,,0x00010000
  378. faxqueue.exe,,,0x00010000
  379. faxroute.dll,,,0x00010000
  380. faxsend.exe,,,0x00010000
  381. faxserv.msc,,,0x00010000
  382. faxshell.dll,,,0x00010000
  383. faxsvc.exe,,,0x00010000
  384. faxt30.dll,,,0x00010000
  385. faxtiff.dll,,,0x00010000
  386. faxui.dll,,,0x00010000
  387. faxxp32.dll,,,0x00010000
  388. msfaxmon.dll,,,0x00010000
  389. routeext.dll,,,0x00010000
  390. ;;winfax.dll,,,0x00010000 we will replace this file during the text mode of Whistler
  391. [FaxFiles.DelOnUpgrade.FromW2K.Help]
  392. fax.chm,,,0x00010000
  393. fax.hlp,,,0x00010000
  394. faxcover.chm,,,0x00010000
  395. faxmgmt.chm,,,0x00010000
  396. faxqueue.chm,,,0x00010000
  397. [FaxFiles.DelOnUpgrade.FromW2K.AddIn]
  398. faxext.ecf,,,0x00010000
  399. [FaxFiles.DelOnUpgrade.FromW9X.Windows]
  400. faxcover.exe,,,0x00010000
  401. [FaxFiles.System]
  402. ;;;0x0001000 means copy on reboot if file is busy
  403. fxsst.dll,,,0x00010000
  404. fxsadmin.dll,,,0x00010000
  405. fxsapi.dll,,,0x00010000
  406. fxscom.dll,,,0x00010000
  407. fxscomex.dll,,,0x00010000
  408. fxsclntR.dll,,,0x00010000
  409. fxsclnt.exe,,,0x00010000
  410. fxscount.h,,,0x00010000
  411. fxscover.exe,,,0x00010000
  412. fxsdrv.dll,,,0x00010000
  413. fxsevent.dll,,,0x00010000
  414. fxsext32.dll,,,0x00010000
  415. fxsperf.dll,,,0x00010000
  416. fxsperf.ini,,,0x00010000
  417. fxsres.dll,,,0x00010000
  418. fxsroute.dll,,,0x00010000
  419. fxsrtmtd.dll,,,0x00010000
  420. fxssend.exe,,,0x00010000
  421. fxsadmin.msc,,,0x00010000
  422. fxssvc.exe,,,0x00010000
  423. fxst30.dll,,,0x00010000
  424. fxst30p.dll,,,0x00010000
  425. fxstiff.dll,,,0x00010000
  426. fxsui.dll,,,0x00010000
  427. fxswzrd.dll,,,0x00010000
  428. fxscfgwz.dll,,,0x00010000
  429. fxsxp32.dll,,,0x00010000
  430. fxsmon.dll,,,0x00010000
  431. ;;
  432. ;;;; Remove the comments from the following files if you want them copied during standalone setup
  433. ;;
  434. ;;fxsocm.dll,,,0x00010000
  435. ;;winfax.dll,,,0x00010000 will be installed during text mode (see layout.inx)
  436. [FaxFiles.System.Security]
  437. "D:P(A;;GRGX;;;BU)(A;;GRGX;;;PU)(A;;GA;;;BA)(A;;GA;;;SY)(A;;GRGX;;;WD)"
  438. [FaxFiles.Addin]
  439. fxsext.ecf,,,0x00010000
  440. [FaxFiles.Coverpage]
  441. ;
  442. ; These file names are localized so make sure that
  443. ; the destination name is listed as a string
  444. ; defined in the [strings] section below
  445. ; The format of the syntax is:
  446. ; "dest_file_name, source_file_name"
  447. ;
  448. %str_confdent%,confdent.cov,,0x00010000
  449. %str_fyi%,fyi.cov,,0x00010000
  450. %str_generic%,generic.cov,,0x00010000
  451. %str_urgent%,urgent.cov,,0x00010000
  452. ;=============================================
  453. ; Register COM Server
  454. ;=============================================
  455. [Fax.RegSvr]
  456. ;
  457. ; This lists the binaries that are self registering
  458. ; Syntax:
  459. ; <dirid>,<subdir>,<filename>,<registration flags>,<optional timeout>,<arguments>
  460. ;
  461. ;<dirid> supplies the base directory id of the file.
  462. ;
  463. ;<subdir> if specified, specifies the subdir from the base directory
  464. ; where the file resides
  465. ;
  466. ;<filename> specifies the name of the file to be registered
  467. ;
  468. ;<registration flags> specifies the registration action to be taken
  469. ;
  470. ; FLG_REGSVR_DLLREGISTER ( 0x00000001 )
  471. ; FLG_REGSVR_DLLINSTALL ( 0x00000002 )
  472. ;
  473. ;<optional timeout> specifies how long to wait for the registration to
  474. ; complete. if not specified, use the default timeout
  475. ; (default is 60 seconds), field is in seconds
  476. ;
  477. ;<arguments> if specified, contains the cmdline to pass to an executable
  478. ; if we're not handling an EXE, this argument is ignored
  479. 11,,fxsadmin.dll,1
  480. 11,,fxst30p.dll,1
  481. 11,,fxsrtmtd.dll,1
  482. 11,,fxscomex.dll,1
  483. 11,,fxscom.dll,1
  484. ;=============================================
  485. ; Per User installation Section
  486. ;=============================================
  487. [FaxReg.PerUserStub]
  488. HKLM,%KEY_ACTIVE_SETUP_NT%,,,%PRODUCT_NAME%
  489. HKLM,%KEY_ACTIVE_SETUP_NT%,"ComponentID",,"Fax"
  490. HKLM,%KEY_ACTIVE_SETUP_NT%,"IsInstalled",1,01,00,00,00
  491. HKLM,%KEY_ACTIVE_SETUP_NT%,"Version",,"%VERSION_STR%"
  492. HKLM,%KEY_ACTIVE_SETUP_NT%,"Locale",,"%LOCALE_ID%"
  493. HKLM,%KEY_ACTIVE_SETUP_NT%,"StubPath",,"rundll32.exe advpack.dll,LaunchINFSection %17%\fxsocm.inf,Fax.Install.PerUser"
  494. [FaxReg.PerUserStub.UnInstall]
  495. HKLM,%KEY_ACTIVE_SETUP_NT%,"IsInstalled",1,00,00,00,00
  496. HKLM,%KEY_ACTIVE_SETUP_NT%,"StubPath",,"rundll32.exe advpack.dll,LaunchINFSection %17%\fxsocm.inf,Fax.UnInstall.PerUser"
  497. [Fax.Install.PerUser]
  498. AddReg = FaxReg.EventSounds.PerUser, \
  499. FaxReg.Setup.PerUser
  500. DelReg = FaxReg.DelOnUpgrade.FromW2K.PerUser
  501. [Fax.Install.PerUser.AppUpgrade]
  502. AddReg = FaxReg.EventSounds.PerUser, \
  503. FaxReg.Setup.PerUser
  504. DelReg = FaxReg.DelOnUpgrade.FromW2K.PerUser
  505. ProfileItems = Fax.InstallLink.WhereDidMyFaxGo
  506. [Fax.UnInstall.PerUser]
  507. DelReg = FaxReg.RemoveTree.PerUser
  508. ProfileItems = Fax.UninstallLink.WhereDidMyFaxGo
  509. [Fax.UnInstall.PerUser.WhereDidMyFaxGo]
  510. ProfileItems = Fax.UninstallLink.WhereDidMyFaxGo
  511. ;=============================================
  512. ; Registry Section
  513. ;=============================================
  514. [FaxReg.CoverPageAssociation]
  515. HKCR,".cov",,%REG_SZ_OVERWRITE%, %str_CoverPage%
  516. HKCR,".cpe",,%REG_SZ_OVERWRITE%, %str_CoverPage%
  517. HKCR,%str_CoverPage%,,%REG_SZ%, %str_FaxCoverpageFile%
  518. HKCR,%str_CoverPage%,"FriendlyTypeName",%REG_EXPAND_SZ%, "@%systemroot%\system32\fxscover.exe,-2523"
  519. HKCR,%str_CoverPage%\DefaultIcon,,%REG_EXPAND_SZ%, "%systemroot%\system32\fxscover.exe,-3"
  520. HKCR,%str_CoverPage%\Shell\Open\Command,,%REG_SZ_EXPAND_OVERWRITE%,%systemroot%\system32\fxscover.exe """%1"""
  521. HKCR,%str_CoverPage%\Shell\Print\Command,,%REG_SZ_EXPAND_OVERWRITE%,%systemroot%\system32\fxscover.exe /p """%1"""
  522. [FaxReg.EventSounds.PerUser]
  523. HKCU,"AppEvents\EventLabels\FaxNew" ,,%REG_SZ%,%str_FaxNew%
  524. HKCU,"AppEvents\EventLabels\FaxSent" ,,%REG_SZ%,%str_FaxSent%
  525. HKCU,"AppEvents\EventLabels\FaxError" ,,%REG_SZ%,%str_FaxError%
  526. HKCU,"AppEvents\EventLabels\FaxLineRings" ,,%REG_SZ%,%str_FaxLineRings%
  527. HKCU,"AppEvents\Schemes\Apps\explorer\FaxNew\.Default" ,, %REG_SZ_EXPAND_OVERWRITE%,%systemroot%\media\notify.wav
  528. HKCU,"AppEvents\Schemes\Apps\explorer\FaxNew\.Current" ,, %REG_SZ_EXPAND_OVERWRITE%,%systemroot%\media\notify.wav
  529. HKCU,"AppEvents\Schemes\Apps\explorer\FaxSent\.Default" ,, %REG_SZ_EXPAND_OVERWRITE%,%systemroot%\media\tada.wav
  530. HKCU,"AppEvents\Schemes\Apps\explorer\FaxSent\.Current" ,, %REG_SZ_EXPAND_OVERWRITE%,%systemroot%\media\tada.wav
  531. HKCU,"AppEvents\Schemes\Apps\explorer\FaxError\.Default" ,, %REG_SZ_EXPAND_OVERWRITE%,%systemroot%\media\ding.wav
  532. HKCU,"AppEvents\Schemes\Apps\explorer\FaxError\.Current" ,, %REG_SZ_EXPAND_OVERWRITE%,%systemroot%\media\ding.wav
  533. HKCU,"AppEvents\Schemes\Apps\explorer\FaxLineRings\.Default",, %REG_SZ_EXPAND_OVERWRITE%,%systemroot%\media\ringin.wav
  534. HKCU,"AppEvents\Schemes\Apps\explorer\FaxLineRings\.Current",, %REG_SZ_EXPAND_OVERWRITE%,%systemroot%\media\ringin.wav
  535. [FaxReg.Setup.PerUser]
  536. HKCU,Software\Microsoft\Fax\Setup, "CoverPageDir",%REG_SZ%,%str_FaxPersonalCoverpages%
  537. [FaxReg.MSFax]
  538. HKLM, Software\Microsoft\Fax, "Retries", %REG_DWORD%, 0x00000003
  539. HKLM, Software\Microsoft\Fax, "Retry Delay", %REG_DWORD%, 0x0000000a
  540. HKLM, Software\Microsoft\Fax, "QueueState", %REG_DWORD_OVERWRITE%, 0x00000000
  541. HKLM, Software\Microsoft\Fax, "NextJobNumber", %REG_DWORD_OVERWRITE%, 0x00000003
  542. HKLM, Software\Microsoft\Fax, "Branding", %REG_DWORD_OVERWRITE%, 0x00000001
  543. HKLM, Software\Microsoft\Fax, "UseDeviceTsid", %REG_DWORD_OVERWRITE%, 0x00000001
  544. HKLM, Software\Microsoft\Fax, "Inbound Profile", %REG_SZ_OVERWRITE%
  545. HKLM, Software\Microsoft\Fax, "ServerCoverPageOnly", %REG_DWORD%, 0x00000000
  546. HKLM, Software\Microsoft\Fax, "LastUniqueLineId", %REG_DWORD_OVERWRITE%, 0x00010001
  547. [FaxReg.ActivityLogging]
  548. HKLM, Software\Microsoft\Fax\ActivityLogging, "LogIncoming", %REG_DWORD_OVERWRITE%, 0x00000001
  549. HKLM, Software\Microsoft\Fax\ActivityLogging, "LogOutgoing", %REG_DWORD_OVERWRITE%, 0x00000001
  550. HKLM, Software\Microsoft\Fax\ActivityLogging, "DBFile", %REG_SZ_OVERWRITE%, %16419%\%str_ActivityLog% ;;; 16419=CSIDL_COMMON_APPDATA (i.e. All Users\Application Data\..., 0x0023 or'd with 0x4000)
  551. [FaxReg.Receipts]
  552. HKLM, Software\Microsoft\Fax\Receipts, "Port", %REG_DWORD_OVERWRITE%, 0x00000019 ;; 25 = Default SMTP port
  553. HKLM, Software\Microsoft\Fax\Receipts, "Type", %REG_DWORD_OVERWRITE%, 0x00000004 ;; DRT_MSGBOX
  554. [FaxReg.Inbox]
  555. HKLM, Software\Microsoft\Fax\Inbox, "Use", %REG_DWORD%, 0x00000001
  556. HKLM, Software\Microsoft\Fax\Inbox, "SizeQuotaWarn", %REG_DWORD%, 0x00000001
  557. HKLM, Software\Microsoft\Fax\Inbox, "HighWatermark", %REG_DWORD%, 0x00000078
  558. HKLM, Software\Microsoft\Fax\Inbox, "LowWatermark", %REG_DWORD%, 0x00000073
  559. HKLM, Software\Microsoft\Fax\Inbox, "AgeLimit", %REG_DWORD%, 0x0000005a
  560. HKLM, Software\Microsoft\Fax\Inbox, "Folder", %REG_SZ_OVERWRITE%, %16419%\%str_Inbox% ;;; 16419=CSIDL_COMMON_APPDATA (i.e. All Users\Application Data\...,0x0023 or'd with 0x4000)
  561. [FaxReg.SentItems]
  562. HKLM, Software\Microsoft\Fax\SentItems, "Use", %REG_DWORD%, 0x00000001
  563. HKLM, Software\Microsoft\Fax\SentItems, "SizeQuotaWarn", %REG_DWORD%, 0x00000001
  564. HKLM, Software\Microsoft\Fax\SentItems, "HighWatermark", %REG_DWORD%, 0x00000064
  565. HKLM, Software\Microsoft\Fax\SentItems, "LowWatermark", %REG_DWORD%, 0x0000005F
  566. HKLM, Software\Microsoft\Fax\SentItems, "AgeLimit", %REG_DWORD%, 0x0000003C
  567. HKLM, Software\Microsoft\Fax\SentItems, "Folder", %REG_SZ_OVERWRITE%, %16419%\%str_SentItems% ;;; 16419=CSIDL_COMMON_APPDATA (i.e. All Users\Application Data\...,0x0023 or'd with 0x4000)
  568. [FaxReg.OriginalSetup]
  569. HKLM, Software\Microsoft\Fax\Setup\Original Setup Data, "CSID", %REG_SZ%, %str_CSID_Fax%
  570. HKLM, Software\Microsoft\Fax\Setup\Original Setup Data, "TSID", %REG_SZ%, %str_TSID_Fax%
  571. HKLM, Software\Microsoft\Fax\Setup\Original Setup Data, "Rings", %REG_DWORD%, 0x00000002
  572. HKLM, Software\Microsoft\Fax\Setup\Original Setup Data, "Flags", %REG_DWORD%, 0x00000002
  573. HKLM, Software\Microsoft\Fax\Setup, "Installed", %REG_DWORD%, 0x00000001
  574. HKLM, Software\Microsoft\Fax\Setup, "ServerCoverPageDir", %REG_SZ_OVERWRITE%, %str_CoverPages% ;
  575. [FaxReg.PerformanceCounters]
  576. HKLM, System\CurrentControlSet\Services\Fax\Performance, "Open", %REG_SZ_OVERWRITE%, "OpenFaxPerformanceData"
  577. HKLM, System\CurrentControlSet\Services\Fax\Performance, "Close", %REG_SZ_OVERWRITE%, "CloseFaxPerformanceData"
  578. HKLM, System\CurrentControlSet\Services\Fax\Performance, "Collect", %REG_SZ_OVERWRITE%, "CollectFaxPerformanceData"
  579. HKLM, System\CurrentControlSet\Services\Fax\Performance, "Library", %REG_SZ_EXPAND_OVERWRITE%, "%systemroot%\\system32\\fxsperf.dll"
  580. [FaxReg.RoutingExtensions]
  581. HKLM,Software\Microsoft\Fax\Routing Extensions\Microsoft Routing Extension, "FriendlyName", %REG_SZ%, %str_MSRoutingExtension%
  582. HKLM,Software\Microsoft\Fax\Routing Extensions\Microsoft Routing Extension, "ImageName", %REG_SZ_EXPAND_OVERWRITE%, "%systemroot%\system32\fxsroute.dll"
  583. ;; Routing Method - Email
  584. HKLM,Software\Microsoft\Fax\Routing Extensions\Microsoft Routing Extension\Routing Methods\Email, "FriendlyName", %REG_SZ%, %str_RouteThroughEmail%
  585. HKLM,Software\Microsoft\Fax\Routing Extensions\Microsoft Routing Extension\Routing Methods\Email, "Function Name", %REG_SZ%, "FaxRouteEmail"
  586. HKLM,Software\Microsoft\Fax\Routing Extensions\Microsoft Routing Extension\Routing Methods\Email, "Guid", %REG_SZ%, "{6bbf7bfe-9af2-11d0-abf7-00c04fd91a4e}"
  587. HKLM,Software\Microsoft\Fax\Routing Extensions\Microsoft Routing Extension\Routing Methods\Email, "Priority", %REG_DWORD%, 0x00000001
  588. ;; Routing Method - Folder
  589. HKLM,Software\Microsoft\Fax\Routing Extensions\Microsoft Routing Extension\Routing Methods\Folder, "FriendlyName", %REG_SZ%, %str_StoreInFolder%
  590. HKLM,Software\Microsoft\Fax\Routing Extensions\Microsoft Routing Extension\Routing Methods\Folder, "Function Name", %REG_SZ%, "FaxRouteStore"
  591. HKLM,Software\Microsoft\Fax\Routing Extensions\Microsoft Routing Extension\Routing Methods\Folder, "Guid", %REG_SZ%, "{92041a90-9af2-11d0-abf7-00c04fd91a4e}"
  592. HKLM,Software\Microsoft\Fax\Routing Extensions\Microsoft Routing Extension\Routing Methods\Folder, "Priority", %REG_DWORD%, 0x00000002
  593. ;; Routing Method - Printing
  594. HKLM,Software\Microsoft\Fax\Routing Extensions\Microsoft Routing Extension\Routing Methods\Printing, "FriendlyName", %REG_SZ%, %str_Print%
  595. HKLM,Software\Microsoft\Fax\Routing Extensions\Microsoft Routing Extension\Routing Methods\Printing, "Function Name", %REG_SZ%, "FaxRoutePrint"
  596. HKLM,Software\Microsoft\Fax\Routing Extensions\Microsoft Routing Extension\Routing Methods\Printing, "Guid", %REG_SZ%, "{aec1b37c-9af2-11d0-abf7-00c04fd91a4e}"
  597. HKLM,Software\Microsoft\Fax\Routing Extensions\Microsoft Routing Extension\Routing Methods\Printing, "Priority", %REG_DWORD%, 0x00000003
  598. [FaxReg.ModemDeviceProvider]
  599. HKLM,Software\Microsoft\Fax\Device Providers\{2172FD8F-11F6-11D3-90BF-006094EB630B}, "FriendlyName", %REG_SZ%, %str_MSModemDeviceProvider%
  600. HKLM,Software\Microsoft\Fax\Device Providers\{2172FD8F-11F6-11D3-90BF-006094EB630B}, "ImageName", %REG_SZ_EXPAND_OVERWRITE%, "%systemroot%\system32\fxst30.dll"
  601. HKLM,Software\Microsoft\Fax\Device Providers\{2172FD8F-11F6-11D3-90BF-006094EB630B}, "ProviderName", %REG_SZ%, %str_WinCTI_SrvPrvdr%
  602. [FaxReg.OutboundRouting]
  603. HKLM,Software\Microsoft\Fax\Outbound Routing
  604. [FaxReg.RemoveTree.HKLM]
  605. HKLM, "Software\Microsoft\Fax"
  606. [FaxReg.RemoveTree.PerUser]
  607. HKCU, "Software\Microsoft\Fax"
  608. HKCU, "AppEvents\EventLabels\FaxNew"
  609. HKCU, "AppEvents\EventLabels\FaxSent"
  610. HKCU, "AppEvents\EventLabels\FaxError"
  611. HKCU, "AppEvents\EventLabels\FaxLineRings"
  612. HKCU, "AppEvents\Schemes\Apps\explorer\FaxNew"
  613. HKCU, "AppEvents\Schemes\Apps\explorer\FaxSent"
  614. HKCU, "AppEvents\Schemes\Apps\explorer\FaxError"
  615. HKCU, "AppEvents\Schemes\Apps\explorer\FaxLineRings"
  616. [FaxReg.DelOnUpgrade.FromW2K]
  617. HKLM,Software\Microsoft\Fax, "DebugLevel"
  618. HKLM,Software\Microsoft\Fax, "QueuePaused"
  619. HKLM,Software\Microsoft\Fax\Device Providers\Microsoft Modem Device Provider
  620. HKLM,Software\Microsoft\Fax\Devices
  621. HKLM,Software\Microsoft\Fax\Security
  622. HKLM,Software\Microsoft\Fax\Routing Extensions\Microsoft Routing Extension\Routing Methods\Inbox
  623. HKLM,Software\Microsoft\Fax\Setup, "InstalledPlatforms"
  624. HKLM,Software\Microsoft\Fax\Setup\Original Setup Data, "Printer"
  625. HKLM,Software\Microsoft\Fax\Setup\Original Setup Data, "Store Directory"
  626. HKLM,Software\Microsoft\Fax\Setup\Original Setup Data, "Profile"
  627. HKLM,Software\Microsoft\Fax\Setup\Original Setup Data, "Mask"
  628. [FaxReg.DelOnUpgrade.FromW2K.PerUser]
  629. HKCU,Software\Microsoft\Fax\Queue
  630. HKCU,Software\Microsoft\Fax\Setup, "CoverPageEditor"
  631. HKCU,Software\Microsoft\Fax\UserInfo, "AlwaysOnTop"
  632. HKCU,Software\Microsoft\Fax\UserInfo, "EnableManualAnswer"
  633. HKCU,Software\Microsoft\Fax\UserInfo, "LastCountryID"
  634. HKCU,Software\Microsoft\Fax\UserInfo, "LastRecipientAreaCode"
  635. HKCU,Software\Microsoft\Fax\UserInfo, "LastUseDialingRules"
  636. HKCU,Software\Microsoft\Fax\UserInfo, "OnTaskBar"
  637. HKCU,Software\Microsoft\Fax\UserInfo, "SoundNotification"
  638. HKCU,Software\Microsoft\Fax\UserInfo, "VisualNotification"
  639. HKCU,"AppEvents\EventLabels\Incoming-Fax"
  640. HKCU,"AppEvents\EventLabels\Outgoing-Fax"
  641. HKCU,"AppEvents\Schemes\Apps\explorer\Incoming-Fax"
  642. HKCU,"AppEvents\Schemes\Apps\explorer\Outgoing-Fax"
  643. [FaxReg.DelOnUpgrade.FromW9X]
  644. HKLM, "Software\Microsoft\At Work Fax"
  645. ;=============================================
  646. ; Services Section
  647. ;=============================================
  648. [FaxSvc.Service]
  649. DisplayName = %str_FaxServiceDisplayName%
  650. ServiceType = 16 ; SERVICE_WIN32_OWN_PROCESS
  651. StartType = 2 ; SERVICE_AUTO_START
  652. ErrorControl = 1 ; SERVICE_ERROR_NORMAL
  653. ServiceBinary = %systemroot%\system32\fxssvc.exe
  654. Dependencies = TapiSrv, RpcSs, PlugPlay, Spooler
  655. Description = %str_FaxServiceDescription%
  656. Security = "D:(A;;LCRP;;;WD)(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)"
  657. ;=============================================
  658. ; Strings
  659. ;=============================================
  660. [Strings]
  661. ;=============================================
  662. ; Begin: NON-Localized Strings
  663. ;=============================================
  664. str_addins = "addins"
  665. str_FaxPath = "Microsoft\Windows NT\MSFax"
  666. str_FaxServiceName = "Fax"
  667. str_FaxServiceDisplayName = "Fax"
  668. str_DefaultPrinterName = "Fax"
  669. str_Inbox = "Microsoft\Windows NT\MSFax\Inbox"
  670. str_SentItems = "Microsoft\Windows NT\MSFax\SentItems"
  671. str_CoverPages = "Microsoft\Windows NT\MSFax\Common Coverpages"
  672. str_CSID_Fax = "Fax"
  673. str_TSID_Fax = "Fax"
  674. str_ActivityLog = "Microsoft\Windows NT\MSFax\ActivityLog"
  675. str_CoverPageShareName = "FxsSrvCp$"
  676. str_WinCTI_SrvPrvdr = "Windows Telephony Service Provider for Universal Modem Driver"
  677. KEY_ACTIVE_SETUP_NT = "SOFTWARE\Microsoft\Active Setup\Installed Components\{8b15971b-5355-4c82-8c07-7e181ea07608}"
  678. PRODUCT_NAME = "Fax"
  679. VERSION_STR = "5.1"
  680. LOCALE_ID = "EN"
  681. ;=============================================
  682. ; End: NON-Localized Strings
  683. ;=============================================
  684. ;=============================================
  685. ; Begin: Localized Strings
  686. ;=============================================
  687. ; in localized builds, the actual coverpage filenames should be localized
  688. ;
  689. str_confdent = "confdent.cov"
  690. str_fyi = "fyi.cov"
  691. str_generic = "generic.cov"
  692. str_urgent = "urgent.cov"
  693. str_fax_desc = "Fax Services"
  694. str_fax_tip = "Allows the sending and receiving of faxes"
  695. str_CoverPage = "Coverpage"
  696. str_FaxCoverpageFile = "Fax Coverpage File"
  697. str_IncomingFax = "Incoming Fax"
  698. str_OutgoingFax = "Outgoing Fax"
  699. str_FaxError = "Fax error"
  700. str_FaxLineRings = "Fax line rings"
  701. str_FaxNew = "New fax"
  702. str_FaxSent = "Fax sent"
  703. str_RouteThroughEmail = "Route through e-mail"
  704. str_StoreInFolder = "Store in a folder"
  705. str_Print = "Print"
  706. str_FaxPersonalCoverpages = "\Fax\Personal Coverpages"
  707. str_MyFaxes = "My Faxes"
  708. str_CommonCoverPages = "Common CoverPages"
  709. str_FaxCoverPageLink = "Fax Cover Page Editor"
  710. str_FaxGroup = "Accessories\Communications\Fax"
  711. str_CoverPageInfoTip = "Creates and edits cover pages that are used when sending faxes"
  712. ; W9X cover page editor shortcut - removed during upgrade
  713. str_FaxW9XCoverPageLink = "Cover Page Editor"
  714. ; W2K shortcuts - removed during upgrade
  715. str_FaxW2KMyFaxesLink = "My Faxes"
  716. str_FaxW2KSendCoverPageLink = "Send Cover Page Fax"
  717. str_FaxW2KHelpLink = "Help"
  718. str_FaxW2KMMCSnapinLink = "Fax Service Management"
  719. str_FaxW2KFaxQueueLink = "Fax Queue"
  720. str_FaxSendWizardLink = "Send a Fax..."
  721. str_FaxSendWizardInfoTip = "Sends a fax composed of only a cover page"
  722. str_FaxSendWizardLinkTemp = "Fax Send Wizard"
  723. str_FaxClientLink = "Fax Console"
  724. str_FaxClientInfoTip = "Displays incoming and outgoing faxes and enables you to view, pause, or cancel them"
  725. str_FaxConfigWzrdLink = "Fax Configuration Wizard"
  726. str_FaxConfigWzrdInfoTip = "Configures the fax devices on your computer"
  727. str_FaxMMCLink = "Fax Service Manager"
  728. str_FaxMMCInfoTip = "Administers the fax devices"
  729. str_MSRoutingExtension = "Microsoft Routing Extension"
  730. str_MSModemDeviceProvider = "Microsoft Modem Device Provider"
  731. str_CoverPageShareComment = "Common Fax Cover Pages Directory"
  732. str_PrinterShareComment = "Fax Printer"
  733. str_FaxServiceDescription = "Enables you to send and receive faxes, utilizing fax resources available on this computer or on the network."
  734. str_FaxMailTransport = "Fax Mail Transport"
  735. str_WhereDidMyFaxGo = "Where Did My Fax Go"
  736. ; this should be localized the same as in SBS2000.
  737. str_SBSFaxGroup = "Microsoft Shared Fax Client"
  738. ;=============================================
  739. ; End: Localized Strings
  740. ;=============================================
  741. ;=============================================
  742. ; Begin: Constants used in INF
  743. ;=============================================
  744. ;; The following registry types are set with the NoClobber flag which
  745. ;; indicates that the value will not be overwritten if we are upgrading.
  746. ;; The special *_OVERWRITE types below should be used if you wish to
  747. ;; overwrite the value even when we are upgrading the OS.
  748. REG_DWORD =0x10003 ;; FLG_ADDREG_BINVALUETYPE | FLG_ADDREG_NOCLOBBER
  749. REG_EXPAND_SZ =0x20002 ;; FLG_ADDREG_NOCLOBBER
  750. REG_BINARY =0x00003 ;; FLG_ADDREG_NOCLOBBER
  751. REG_SZ =0x00002 ;; FLG_ADDREG_NOCLOBBER
  752. REG_MULTI_SZ =0x10002 ;; FLG_ADDREG_NOCLOBBER
  753. REG_NONE =0x20003 ;; FLG_ADDREG_NOCLOBBER
  754. REG_DWORD_OVERWRITE =0x10001 ;; overwrites value regardless of if upgrade or clean
  755. REG_SZ_OVERWRITE =0x00000 ;; overwrites value regardless of if upgrade or clean
  756. REG_SZ_EXPAND_OVERWRITE =0x20000 ;; overwrites value regardless of if upgrade or clean
  757. ;; the following constants have to remain in sync with the defines
  758. ;; in faxutil header file!!!
  759. PRODUCT_SKU_PERSONAL = 0x0001
  760. PRODUCT_SKU_PROFESSIONAL = 0x0002
  761. PRODUCT_SKU_SERVER = 0x0004
  762. PRODUCT_SKU_ADVANCED_SERVER = 0x0008
  763. PRODUCT_SKU_DATA_CENTER = 0x0010
  764. PRODUCT_DESKTOP_SKUS = 0x0003 ; PRODUCT_SKU_PERSONAL | PRODUCT_SKU_PROFESSIONAL
  765. PRODUCT_SERVER_SKUS = 0x001C ; PRODUCT_SKU_SERVER | PRODUCT_SKU_ADVANCED_SERVER | PRODUCT_SKU_DATA_CENTER
  766. PRODUCT_ALL_SKUS = 0xFFFF
  767. ;=============================================
  768. ; End: Constants used in INF
  769. ;=============================================