SWizardCompilerOutputDir='Please specify the folder.';
SWizardISPP='Inno Setup Preprocessor';
SWizardISPP2='Please specify whether Inno Setup Preprocessor should be used.';
SWizardISPPLabel='The [name] can use #define compiler directives to simplify your script. Although this is not necessary, it will make it easier to manually change the script later.'+SNewLine2+'Do you want the [name] to use #define compiler directives?';
SWizardISPPCheck='&Yes, use #define compiler directives';
SWizardFinished='Finished';
SWizardNextButton='&Next';
SWizardFinishButton='&Finish';
SWizardCancelMessage='The [name] is not complete. If you quit now, the new script file will not be generated.'#13#13'Exit the [name]?';
SWizardAllFilesFilter='All files|*.*';
SWizardAppNameError='Please specify the application name.';
SWizardAppVersionError='Please specify the application version.';
SWizardAppRootDirError='Please specify the application destination base folder.';
SWizardAppDirNameError='Please specify the application folder name.';
SWizardAppExeError='Please specify the application main executable file.';
SWizardAppGroupNameError='Please specify the application Start Menu group name.';
SWizardFileDestRootDirError='Please specify the destination base folder.';
SWizardFileAppDestRootDirError='Please specify a destination base folder other than the application folder';
SWizardLanguagesSelError='Please select at least one language.';
SWizardScriptHeader='; Script generated by the [name].'+SNewLine+'; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!';