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.

90 lines
4.1 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4. #include <windows.h>
  5. /////////////////////////////////////////////////////////////////////////////
  6. // English (U.S.) resources
  7. /////////////////////////////////////////////////////////////////////////////
  8. // Dialogs
  9. //
  10. IDD_PromptForPath DIALOG DISCARDABLE 0, 0, 252, 93
  11. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | DS_CENTER
  12. CAPTION ""
  13. FONT 8, "MS Shell Dlg"
  14. BEGIN
  15. LTEXT "",IDC_STPromptDlgText,7,7,238,24
  16. LTEXT "&Path:",IDC_STATIC,7,35,230,8
  17. EDITTEXT IDC_EBPath,7,44,184,14,ES_AUTOHSCROLL
  18. PUSHBUTTON "&Browse...",IDC_BNBrowse,195,44,50,14
  19. DEFPUSHBUTTON "OK",IDOK,141,71,50,14
  20. PUSHBUTTON "Cancel",IDCANCEL,195,71,50,14
  21. END
  22. /////////////////////////////////////////////////////////////////////////////
  23. // String Table
  24. //
  25. STRINGTABLE DISCARDABLE
  26. BEGIN
  27. IDS_Version "5.0"
  28. IDS_BrowseFailed "An unexpected error occurred."
  29. IDS_ErrorTitle "Error"
  30. IDS_BOSPrepFailed "BOSPrep.exe failed."
  31. IDS_BOSCancelCDPrompt "This will cancel BackOffice Server Setup.\nDo you want to continue?"
  32. IDS_BOSPromptTitle "Setup needs the location of the BackOffice Server Setup files."
  33. IDS_PromptTitle2 "Cannot find SETUP.EXE"
  34. IDS_CantFindMsg "Cannot find SETUP.EXE.\nVerify the specified location and try again."
  35. IDS_SetupSwitch "/setup"
  36. IDS_SetupExe "\\setup.exe"
  37. IDS_BOSPrepLocEnd "Microsoft BackOffice\\Setup\\BosPrep.exe"
  38. IDS_BOlnk "\\boinst.lnk"
  39. IDS_ChooseFolderTitle "Specify a folder"
  40. IDS_UserInitKeyLoc "Software\\Microsoft\\Windows NT\\CurrentVersion\\Winlogon"
  41. IDS_UserInitKeyName "userinit"
  42. IDS_CfgSrvKeyLoc "Software\\Microsoft\\Windows\\CurrentVersion\\Setup\\Welcome"
  43. IDS_CfgSrvKeyName "SRVWIZ"
  44. IDS_SourcePathLoc "Software\\Microsoft\\Windows\\CurrentVersion\\Setup"
  45. IDS_SourcePathName "SourcePath"
  46. IDS_SBSSwitch "/sbs"
  47. IDS_EXEName "bosprep.exe"
  48. IDS_BOSPrompt "Insert BackOffice Server 2000 Disc 1."
  49. IDS_SBSPrompt "Insert the Small Business Server 2003 Disc 1."
  50. IDS_BOSTitle "BackOffice Server Setup"
  51. IDS_SBSTitle "Small Business Server Setup"
  52. IDS_SBSCancelCDPrompt "This will cancel Small Business Server Setup.\nDo you want to continue?"
  53. IDS_SBSPromptTitle "Setup needs the location of the Small Business Server Setup files."
  54. IDS_StoreExeKey "SYSTEM\\CurrentControlSet\\Control\\Session Manager\\AppCompatibility\\store.exe"
  55. IDS_SBSUpgrade "SBSUpgrade"
  56. IDS_SBSUpgradeVal "0C,00,00,00,00,00,00,00,03,00,00,00,05,00,00,00,10,00,00,00,17,00,5A,0A,05,00,05,00,FF,FF,FF,FF,FF,FF,FF,FF,0E,00,00,00,26,00,00,00,4D,00,69,00,63,00,72,00,6F,00,73,00,6F,00,66,00,74,00,20,00,45,00,78,00,63,00,68,00,61,00,6E,00,67,00,65,00,00,00,00,00,00,00"
  57. IDS_DllPatchSBSUpgrade "DllPatch-SBSUpgrade"
  58. IDS_DllPatchVal "_sbsw2ku.dll"
  59. IDS_WinSBPrompt "Insert the Windows Server 2003 for Small Business Server Disc."
  60. IDS_WinSBTitle "Windows Server 2003 for Small Business Server Setup"
  61. IDS_WinSBCancelCDPrompt "If you cancel Setup, Windows Server 2003 for Small Business Server will not be installed on your computer.\nDo you want to cancel Setup?"
  62. IDS_WinSBPromptTitle "Specify the location of the Windows Server 2003 for Small Business Server files."
  63. END
  64. /////////////////////////////////////////////////////////////////////////////
  65. #include <ntverp.h>
  66. #include <winver.h>
  67. #define VER_FILETYPE VFT_APP
  68. #define VER_FILESUBTYPE VFT2_UNKNOWN
  69. #define VER_FILEDESCRIPTION_STR "SBS Setup Object"
  70. #define VER_INTERNALNAME_STR "BOSPrep.exe"
  71. #define VER_ORIGINALFILENAME_STR "BOSPrep.exe"
  72. #include <common.ver>