Re: [sword-devel] BibleCS Installer: readme before executables

2006-02-10 Thread L.Allan-pbio
DM Smith wrote: The implementation is not a hybrid of C&D but more a variation on C as you gave in code below. If it is clearer to swap the labels, I would be glad to do that. Your call ... I don't really have a real preference ... maybe lean towards not changing the labels, and have the min

Re: [sword-devel] BibleCS Installer: readme before executables

2006-02-10 Thread DM Smith
The implementation is not a hybrid of C&D but more a variation on C as you gave in code below. If it is clearer to swap the labels, I would be glad to do that. I've uploaded the changes to http://www.crosswire.org/bibledesktop/biblecs/biblecs/installer. See SwordSetup.nsi and SwordFinish.nsh

Re: [sword-devel] BibleCS Installer: readme before executables

2006-02-10 Thread L.Allan-pbio
Well, I think you have two very good solutions here: (C and D) 1) Swap the labels and the functions. I found the default labels and I think that we can use them, so i18n is not an issue, nor is hacking. 2) Set variables in both functions and in .onInstSuccess do the work as requested. The secon

Re: [sword-devel] BibleCS Installer: readme before executables

2006-02-10 Thread DM Smith
Well, I think you have two very good solutions here: (C and D) 1) Swap the labels and the functions. I found the default labels and I think that we can use them, so i18n is not an issue, nor is hacking. 2) Set variables in both functions and in .onInstSuccess do the work as requested. The secon

[sword-devel] BibleCS Installer: readme before executables

2006-02-09 Thread L.Allan-pbio
By having them, we sign up to the responsibility for internationalizing those pages, should the need arise. Good point ... I hadn't considered that. Regarding getting readme.txt to show up by itself before InstallManager.exe and sword.exe (split from general Installer thread to be focused on t