Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug Report: Inno Setup installer script - Message strings not defined #29

Closed
1 task done
bovirus opened this issue Oct 27, 2023 · 1 comment
Closed
1 task done
Assignees
Labels
bug Something isn't working

Comments

@bovirus
Copy link
Collaborator

bovirus commented Oct 27, 2023

Is there an existing issue for this?

  • I have searched the existing issues (both open and closed).

What happened or didn't happen?

@Timthreetwelve

In Inno Setup script seems there are two message string not defined

Answer := MsgBox(ThisApp + ' ' + CustomMessage('AppIsRunning'), mbError, MB_OKCANCEL);
mres := MsgBox(CustomMessage('DeleteConfigFiles'),

seems that in [CustoMString] section is not defined the string

AppIsRunning
DeleteConfigFiles

shoiuld be like

[CustomStrings]
en.AppIsRunning=xxxxx
een.DeleteConfigFiles=xxxx

Please check both in GetMyIP and Windows Update Viewer installer script

Thanks.

Steps To Reproduce

Check Inno Setup installer script file

Add in CistomString section the string like

en.AppIsRunning=xxxxx
een.DeleteConfigFiles=xxxx

Version

0.9.1

Windows Version

Windows 22 H2 64bit italian

Relevant log output

No response

Anything else?

No response

@bovirus bovirus added bug Something isn't working needs triage labels Oct 27, 2023
@bovirus
Copy link
Collaborator Author

bovirus commented Oct 28, 2023

@Timthreetwelve

You added the string then i believe that you can close this ticket.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants