naps2
naps2 copied to clipboard
Inno setup script - request for changes
@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
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?