| Buttons & Navigation |
Button_Next | Next | Next button to navigate to the next setup step. |
Button_Previous | Previous | Previous button to return to the previous setup step. |
Button_Cancel | Cancel | Cancel button to abort installation or uninstallation. |
Button_Finish | Finish | Finish button to exit the wizard after successful completion. |
Button_Close | Close | Close button in dialog windows. |
Button_Retry | Retry | Retry button after an installation error. |
Button_OK | OK | OK confirmation button in message dialogs. |
Button_Yes | Yes | Yes confirmation button in confirmation prompts. |
Button_No | No | No rejection button in confirmation prompts. |
| Sidebar Step Names |
welcome | Welcome | Welcome step label in navigation sidebar. |
license | License | License agreement step label. |
installtype | Setup Options | Installation directory and scope step label. |
install | Installation | File copying and installation progress step label. |
success | Finish | Completion and summary step label. |
confirmuninstall | Confirmation | Uninstallation confirmation step label. |
uninstall | Uninstallation | Uninstallation progress step label. |
| Welcome Step |
WelcomeStep_Title | Installation - {0} | Window title bar text on welcome screen ({0} = app name). |
WelcomeStep_Header | Welcome to the {0} installer | Main welcome header on the first screen. |
WelcomeStep_DescriptionDefault | This program will install {0} on your computer... | Default description text recommending closing other applications. |
WelcomeStep_Version | Version: | Label for application version string. |
WelcomeStep_Publisher | Publisher: | Label for publisher name string. |
| License Step |
LicenseStep_Title | License Agreement | Header for EULA license agreement step. |
LicenseStep_AcceptTerms | I accept the terms in the License Agreement | Checkbox text for accepting license terms. |
LicenseStep_MustAcceptTitle | Acceptance Required | Warning dialog title when license is not accepted. |
LicenseStep_MustAcceptText | You must accept the terms of the license agreement... | Warning message requiring license acceptance to proceed. |
| Directory & Scope Step |
DefaultStep_Title | Installation Directory | Header for destination directory selection view. |
DefaultStep_InstallLocation | Installation Location: | Label above target path input field. |
DefaultStep_Browse | Browse... | Browse button to open system folder picker. |
DefaultStep_DesktopShortcut | Create desktop shortcut | Option checkbox to create Desktop shortcut. |
DefaultStep_StartMenuShortcut | Create Start Menu shortcut | Option checkbox to create Start Menu shortcut. |
DefaultStep_DescriptionDefault | The application {0} will be installed in the selected directory. | Default description showing target directory for application {0}. |
DefaultStep_BrowseDescription | Select installation directory | Title for system folder browser dialog. |
DefaultStep_PathEmptyMessage | Please select installation directory. | Validation error message when path input is empty. |
DefaultStep_ValidationErrorTitle | Validation Error | Title for path validation error dialog. |
DefaultStep_PathInvalidMessage | Invalid installation path: {0} | Validation error message for invalid target path {0}. |
InstallTypeStep_Title | Installation Scope | Header for installation scope selection (Local vs System). |
InstallTypeStep_Header | Choose Installation Scope | Main header on scope selection screen. |
InstallTypeStep_Description | Please select whether you want to install this application... | Description explaining local per-user vs machine-wide install. |
InstallTypeStep_LocalLabel | Install for me only (Local) | Radio option label for installing for current user only. |
InstallTypeStep_LocalDesc | The application will be installed in your user profile folder... | Description for per-user profile installation (no UAC required). |
InstallTypeStep_SystemLabel | Install for all users (System) | Radio option label for installing for all users. |
InstallTypeStep_SystemDesc | The application will be installed in Program Files... | Description for Program Files installation (requires UAC elevation). |
InstallTypeStep_PathLabel | Installation path: | Label displaying active installation path. |
| Install Progress & Services |
InstallStep_Installing | Installing... | Progress status text during file extraction. |
InstallStep_InstallingTitle | Installing Files | Header for file copying and extraction section. |
InstallStep_PreparingInstall | Preparing installation... | Initial status message before copying begins. |
InstallStep_InstallStarted | === Installation started === | Log entry header indicating start of installation. |
InstallStep_InstallSuccess | Installation completed successfully! | Summary message upon completing file extraction. |
InstallStep_InstallCompletedLog | === Installation completed === | Log entry indicating installation finished. |
InstallStep_InstallError | Installation error! | Error title when file copying or registration fails. |
InstallStep_DetailsLabel | Details: | Toggle button label for log details expander. |
InstallStep_Registering | Registering application... | Status text when registering app in Windows Control Panel. |
InstallStep_RunningPreScripts | Running pre-installation scripts... | Status text while running pre-install background scripts. |
InstallStep_RunningPostScripts | Running post-installation scripts... | Status text while running post-install background scripts. |
InstallStep_StoppingService | Stopping service... | Status text while stopping running Windows Service. |
InstallStep_RemovingOldService | Removing service... | Status text while removing existing Windows Service. |
InstallStep_InstallingService | Installing service... | Status text while registering new Windows Service. |
InstallStep_StartingService | Starting service... | Status text while starting installed Windows Service. |
InstallStep_RollbackStatus | Rolling back changes and restoring computer state... | Status text during automatic rollback after an error. |
InstallStep_RollbackStarted | Rolling back changes... | Log entry indicating rollback sequence initiated. |
| Success & Finish Step |
SuccessStep_Title | Installation Completed | Window title bar text on final completion screen. |
SuccessStep_Header | Installation Completed Successfully | Main success header on final screen. |
SuccessStep_DescriptionDefault | The installation of {0} completed successfully... | Default completion message for application {0}. |
SuccessStep_LaunchApp | Launch {0} | Checkbox label to automatically launch app upon exit. |
SuccessStep_UninstallTitle | Uninstallation Completed | Window title bar text after successful uninstallation. |
SuccessStep_UninstallHeader | Uninstallation Completed Successfully | Main header on uninstallation completion screen. |
SuccessStep_UninstallDescriptionDefault | The uninstallation of {0} completed successfully... | Default description message after uninstalling app {0}. |
| Uninstallation Steps |
ConfirmStep_Title | Uninstall Confirmation | Window title for uninstall confirmation prompt. |
ConfirmStep_MessageDefault | Are you sure you want to uninstall {0}? | Confirmation message asking if user wants to uninstall {0}. |
InstallStep_UninstallingTitle | Uninstallation in Progress | Header for uninstallation progress screen. |
InstallStep_PreparingUninstall | Preparing uninstallation... | Initial status text before removing files. |
UninstallService_DeletingFile | Deleting file: {0} | Log entry for file deletion. |
UninstallService_DeletingDirectory | Deleting directory: {0} | Log entry for directory deletion. |
UninstallService_Completed | Uninstallation completed successfully | Log entry for successful uninstallation. |
| Errors & Dialogs |
InstallStep_ErrorNoPermission | Installation failed due to insufficient permissions... | Error message when UAC administrator privileges are missing. |
InstallStep_ErrorElevationRequired | Elevation was rejected... | Error message when user rejects UAC prompt. |
InstallStep_ErrorDiskFull | Installation failed because the disk is full... | Error message when target disk is out of space. |
InstallStep_ErrorWriteFailed | Installation failed due to a file write error. | Error message when writing file fails. |
InstallStep_ErrorAppLocked | Installation blocked. The following applications are running: {0}... | Error message when running application processes block install. |
InstallStep_ErrorFilesLocked | Installation blocked. The following files are in use: {0}... | Error message when locked files block installation. |
InstallStep_ErrorDirectoryLocked | The installation directory is locked... | Error message when installation directory is locked. |
InstallStep_RetryPrompt | {0}\n\nDo you want to close applications/release files and try again?... | Retry prompt asking user to close applications and try again. |
Message_ConfirmCancelTitle | Cancel Installation | Dialog title when user clicks Cancel during installation. |
Message_ConfirmCancelDescription | Are you sure you want to cancel the installation and roll back any changes? | Dialog description asking to confirm cancellation and rollback. |
App_Error_AdminRequired | This installer requires administrator privileges... | Error prompt stating installer requires administrator privileges. |
RetryDialog_Title | Action Required | Title for action-required retry dialog. |
Updater_Title | Software Update | Title for auto-updater window. |
Updater_NewVersionPrompt | A newer version ({0}) is available. Do you want to update now? | Prompt notifying user of a new software version. |