naps2 icon indicating copy to clipboard operation
naps2 copied to clipboard

Inno setup script - request for changes

Open bovirus opened this issue 2 years ago • 1 comments

@cyanfish

Is your feature request related to a problem? Please describe.

Change instruction in language part of Inno Setup script

Describe the solution you'd like

Move all .isl in your Inno Setup script language folder and delete it from github. Change string like

Name: "Afrikaans"; MessagesFile: "....\NAPS2.Setup\config\windows\inno-lang\Afrikaans.isl"; in Name: "Afrikaans"; MessagesFile: "compiler:Languages\Afrikaans.isl";

and

Name: "Bulgarian"; MessagesFile: "C:\Program Files (x86)\Inno Setup 6\Languages\Bulgarian.isl"; in Name: "Bulgarian"; MessagesFile: ""compiler:Languages\Bulgarian.isl";

Describe alternatives you've considered

Additional context

bovirus avatar Sep 26 '23 06:09 bovirus

The ones I've included in Github are those that aren't included with Inno Setup by default. I want anyone compiling the code for themselves to be able to create the installer without any manual work like downloading and copying language files. Is there any way to do that without including them in Github?

cyanfish avatar Jan 15 '24 02:01 cyanfish