2
0

Shared.SetupMessageIDs.pas 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300
  1. unit Shared.SetupMessageIDs;
  2. {
  3. Inno Setup
  4. Copyright (C) 1997-2025 Jordan Russell
  5. Portions by Martijn Laan
  6. For conditions of distribution and use, see LICENSE.TXT.
  7. Message identifiers
  8. }
  9. interface
  10. { Note: When any messages are added/deleted/changed, MessagesHdrID needs to be
  11. updated in Struct.pas }
  12. const
  13. SetupMessageIDPrefixLength = 3;
  14. type
  15. TSetupMessageID = (
  16. msgAbortRetryIgnoreCancel,
  17. msgAbortRetryIgnoreSelectAction,
  18. msgAbortRetryIgnoreIgnore,
  19. msgAbortRetryIgnoreRetry,
  20. msgAboutSetupMenuItem,
  21. msgAboutSetupMessage,
  22. msgAboutSetupNote,
  23. msgAboutSetupTitle,
  24. msgAdminPrivilegesRequired,
  25. msgApplicationsFound,
  26. msgApplicationsFound2,
  27. msgArchiveIncorrectPassword,
  28. msgArchiveIsCorrupted,
  29. msgArchiveUnsupportedFormat,
  30. msgBadDirName32,
  31. msgBadGroupName,
  32. msgBeveledLabel,
  33. msgBrowseDialogLabel,
  34. msgBrowseDialogTitle,
  35. msgButtonBack,
  36. msgButtonBrowse,
  37. msgButtonCancel,
  38. msgButtonFinish,
  39. msgButtonInstall,
  40. msgButtonNewFolder,
  41. msgButtonNext,
  42. msgButtonNo,
  43. msgButtonNoToAll,
  44. msgButtonOK,
  45. msgButtonStopDownload,
  46. msgButtonStopExtraction,
  47. msgButtonWizardBrowse,
  48. msgButtonYes,
  49. msgButtonYesToAll,
  50. msgCannotContinue,
  51. msgCannotInstallToNetworkDrive,
  52. msgCannotInstallToUNCPath,
  53. msgChangeDiskTitle,
  54. msgClickFinish,
  55. msgClickNext,
  56. msgCloseApplications,
  57. msgCompactInstallation,
  58. msgComponentSize1,
  59. msgComponentSize2,
  60. msgComponentsDiskSpaceGBLabel,
  61. msgComponentsDiskSpaceMBLabel,
  62. msgConfirmDeleteSharedFile2,
  63. msgConfirmDeleteSharedFileTitle,
  64. msgConfirmTitle,
  65. msgConfirmUninstall,
  66. msgCustomInstallation,
  67. msgDirDoesntExist,
  68. msgDirDoesntExistTitle,
  69. msgDirExists,
  70. msgDirExistsTitle,
  71. msgDirNameTooLong,
  72. msgDiskSpaceGBLabel,
  73. msgDiskSpaceMBLabel,
  74. msgDiskSpaceWarning,
  75. msgDiskSpaceWarningTitle,
  76. msgDontCloseApplications,
  77. msgDownloadingLabel,
  78. msgErrorChangingAttr,
  79. msgErrorCloseApplications,
  80. msgErrorCopying,
  81. msgErrorCreatingDir,
  82. msgErrorCreatingTemp,
  83. msgErrorDownloadAborted,
  84. msgErrorDownloadFailed,
  85. msgErrorDownloadSizeFailed,
  86. msgErrorExecutingProgram,
  87. msgErrorExtracting,
  88. msgErrorExtractionAborted,
  89. msgErrorExtractionFailed,
  90. msgErrorFileHash1,
  91. msgErrorFileHash2,
  92. msgErrorFileSize,
  93. msgErrorFunctionFailed,
  94. msgErrorFunctionFailedNoCode,
  95. msgErrorFunctionFailedWithMessage,
  96. msgErrorIniEntry,
  97. msgErrorInternal2,
  98. msgErrorOpeningReadme,
  99. msgErrorProgress,
  100. msgErrorReadingExistingDest,
  101. msgErrorReadingSource,
  102. msgErrorRegCreateKey,
  103. msgErrorRegisterServer,
  104. msgErrorRegisterTypeLib,
  105. msgErrorRegOpenKey,
  106. msgErrorRegSvr32Failed,
  107. msgErrorRegWriteKey,
  108. msgErrorRenamingTemp,
  109. msgErrorReplacingExistingFile,
  110. msgErrorRestartingComputer,
  111. msgErrorRestartReplace,
  112. msgErrorTitle,
  113. msgErrorTooManyFilesInDir,
  114. msgExistingFileNewerSelectAction,
  115. msgExistingFileNewer2,
  116. msgExistingFileNewerOverwriteExisting,
  117. msgExistingFileNewerKeepExisting,
  118. msgExistingFileNewerOverwriteOrKeepAll,
  119. msgExistingFileReadOnly2,
  120. msgExistingFileReadOnlyRetry,
  121. msgExistingFileReadOnlyKeepExisting,
  122. msgExitSetupMessage,
  123. msgExitSetupTitle,
  124. msgExtractionLabel,
  125. msgFileAbortRetryIgnoreSkipNotRecommended,
  126. msgFileAbortRetryIgnoreIgnoreNotRecommended,
  127. msgFileExistsSelectAction,
  128. msgFileExists2,
  129. msgFileExistsOverwriteExisting,
  130. msgFileExistsKeepExisting,
  131. msgFileExistsOverwriteOrKeepAll,
  132. msgFileNotInDir2,
  133. msgFinishedHeadingLabel,
  134. msgFinishedLabel,
  135. msgFinishedLabelNoIcons,
  136. msgFinishedRestartLabel,
  137. msgFinishedRestartMessage,
  138. msgFullInstallation,
  139. msgGroupNameTooLong,
  140. msgHelpTextNote,
  141. msgIncorrectPassword,
  142. msgInfoAfterClickLabel,
  143. msgInfoAfterLabel,
  144. msgInfoBeforeClickLabel,
  145. msgInfoBeforeLabel,
  146. msgInformationTitle,
  147. msgInstallingLabel,
  148. msgInvalidDirName,
  149. msgInvalidDrive,
  150. msgInvalidGroupName,
  151. msgInvalidParameter,
  152. msgInvalidPath,
  153. msgLastErrorMessage,
  154. msgLdrCannotCreateTemp,
  155. msgLdrCannotExecTemp,
  156. msgLicenseAccepted,
  157. msgLicenseLabel,
  158. msgLicenseLabel3,
  159. msgLicenseNotAccepted,
  160. msgMustEnterGroupName,
  161. msgNewFolderName,
  162. msgNoProgramGroupCheck2,
  163. msgNoRadio,
  164. msgNotOnThisPlatform,
  165. msgNoUninstallWarning,
  166. msgNoUninstallWarningTitle,
  167. msgOnlyAdminCanUninstall,
  168. msgOnlyOnTheseArchitectures,
  169. msgOnlyOnThisPlatform,
  170. msgPasswordEditLabel,
  171. msgPasswordLabel1,
  172. msgPasswordLabel3,
  173. msgPathLabel,
  174. msgPowerUserPrivilegesRequired,
  175. msgPrepareToInstallNeedsRestart,
  176. msgPreparingDesc,
  177. msgPreviousInstallNotCompleted,
  178. msgPrivilegesRequiredOverrideTitle,
  179. msgPrivilegesRequiredOverrideInstruction,
  180. msgPrivilegesRequiredOverrideText1,
  181. msgPrivilegesRequiredOverrideText2,
  182. msgPrivilegesRequiredOverrideAllUsers,
  183. msgPrivilegesRequiredOverrideAllUsersRecommended,
  184. msgPrivilegesRequiredOverrideCurrentUser,
  185. msgPrivilegesRequiredOverrideCurrentUserRecommended,
  186. msgReadyLabel1,
  187. msgReadyLabel2a,
  188. msgReadyLabel2b,
  189. msgReadyMemoComponents,
  190. msgReadyMemoDir,
  191. msgReadyMemoGroup,
  192. msgReadyMemoTasks,
  193. msgReadyMemoType,
  194. msgReadyMemoUserInfo,
  195. msgRunEntryExec,
  196. msgRunEntryShellExec,
  197. msgSelectComponentsDesc,
  198. msgSelectComponentsLabel2,
  199. msgSelectDirBrowseLabel,
  200. msgSelectDirDesc,
  201. msgSelectDirectoryLabel,
  202. msgSelectDirLabel3,
  203. msgSelectDiskLabel2,
  204. msgSelectLanguageLabel,
  205. msgSelectLanguageTitle,
  206. msgSelectStartMenuFolderBrowseLabel,
  207. msgSelectStartMenuFolderDesc,
  208. msgSelectStartMenuFolderLabel3,
  209. msgSelectTasksDesc,
  210. msgSelectTasksLabel2,
  211. msgSetupAborted,
  212. msgSetupAlreadyRunning,
  213. msgSetupAppRunningError,
  214. msgSetupAppTitle,
  215. msgSetupFileCorrupt,
  216. msgSetupFileCorruptOrWrongVer,
  217. msgSetupFileMissing,
  218. msgSetupLdrStartupMessage,
  219. msgSetupWindowTitle,
  220. msgSharedFileNameLabel,
  221. msgSharedFileLocationLabel,
  222. msgShowReadmeCheck,
  223. msgShutdownBlockReasonInstallingApp,
  224. msgShutdownBlockReasonUninstallingApp,
  225. msgSourceDoesntExist,
  226. msgSourceIsCorrupted,
  227. msgSourceVerificationFailed,
  228. msgStatusClosingApplications,
  229. msgStatusCreateDirs,
  230. msgStatusCreateIcons,
  231. msgStatusCreateIniEntries,
  232. msgStatusCreateRegistryEntries,
  233. msgStatusExtractFiles,
  234. msgStatusRegisterFiles,
  235. msgStatusRestartingApplications,
  236. msgStatusRollback,
  237. msgStatusSavingUninstall,
  238. msgStatusRunProgram,
  239. msgStatusUninstalling,
  240. msgStopDownload,
  241. msgStopExtraction,
  242. msgTranslatorNote,
  243. msgUninstallAppFullTitle,
  244. msgUninstallAppTitle,
  245. msgUninstallDataCorrupted,
  246. msgUninstallDisplayNameMark,
  247. msgUninstallDisplayNameMarks,
  248. msgUninstallDisplayNameMark32Bit,
  249. msgUninstallDisplayNameMark64Bit,
  250. msgUninstallDisplayNameMarkAllUsers,
  251. msgUninstallDisplayNameMarkCurrentUser,
  252. msgUninstalledAll,
  253. msgUninstalledAndNeedsRestart,
  254. msgUninstalledMost,
  255. msgUninstallAppRunningError,
  256. msgUninstallNotFound,
  257. msgUninstallOnlyOnWin64,
  258. msgUninstallOpenError,
  259. msgUninstallStatusLabel,
  260. msgUninstallUnknownEntry,
  261. msgUninstallUnsupportedVer,
  262. msgUserInfoDesc,
  263. msgUserInfoName,
  264. msgUserInfoNameRequired,
  265. msgUserInfoOrg,
  266. msgUserInfoSerial,
  267. msgVerificationFileHashIncorrect,
  268. msgVerificationFileSizeIncorrect,
  269. msgVerificationKeyNotFound,
  270. msgVerificationSignatureDoesntExist,
  271. msgVerificationSignatureInvalid,
  272. msgWelcomeLabel1,
  273. msgWelcomeLabel2,
  274. msgWindowsServicePackRequired,
  275. msgWindowsVersionNotSupported,
  276. msgWinVersionTooHighError,
  277. msgWinVersionTooLowError,
  278. msgWizardInfoAfter,
  279. msgWizardInfoBefore,
  280. msgWizardInstalling,
  281. msgWizardLicense,
  282. msgWizardPassword,
  283. msgWizardPreparing,
  284. msgWizardReady,
  285. msgWizardSelectDir,
  286. msgWizardSelectComponents,
  287. msgWizardSelectProgramGroup,
  288. msgWizardSelectTasks,
  289. msgWizardUninstalling,
  290. msgWizardUserInfo,
  291. msgYesRadio);
  292. implementation
  293. end.