first, sorry for my bad english... i'm french but on french forum i do not find help for this ...
i have made a game and i would put online for the end of this year, so i have choose NSIS to make my installer because i want use my owne skins...
my pb is that i do not know nsis script and it is difficult for me to be ready in two weeks !
ok , my game can be installed in two languages : English and French , so i have 3 folders :
1 commun with all the game
1 french with files for french language
1 english " " " english "
;Installer Sectionsi have made two choice for installing this game in FR or EN but i do not want take two times the common file with the game because is very heavy !
Section "MOD_Version_FR" SecDummy
SetOutPath "$INSTDIR"
i would that the choice "MOD_Version_EN" include only the english langage more the common file
and the same for french choice....
thanks