Re: [sword-devel] BibleCS Installer: HKCU vs HKLM

2006-02-14 Thread DM Smith
L.Allan-pbio wrote: If you do the leg work, I'll incorporate it. But at some point we need to do a release. And at that point whatever is solid will make the cut and be used. We can still work on it for the next release. I did some more research, and the more you look, the more complicated it

Re: [sword-devel] BibleCS Installer: HKCU vs HKLM

2006-02-14 Thread L.Allan-pbio
If you do the leg work, I'll incorporate it. But at some point we need to do a release. And at that point whatever is solid will make the cut and be used. We can still work on it for the next release. I did some more research, and the more you look, the more complicated it seems to get. I'm re

Re: [sword-devel] BibleCS Installer: HKCU vs HKLM

2006-02-14 Thread DM Smith
t;$(TEXT_IO_SUBTITLE)" !insertmacro MUI_INSTALLOPTIONS_DISPLAY "HkcuVsHklm_CustomPage.ini" FunctionEnd - Original Message - From: "DM Smith" <[EMAIL PROTECTED]> To: "SWORD Developers' Collaboration Forum" Sent: Monday, February 13, 2006 10:

Re: [sword-devel] BibleCS Installer: HKCU vs HKLM

2006-02-14 Thread L.Allan-pbio
ces StrCmp $HkeyChoice "current" 0 ShowInstallChoices SetShellVarContext current Abort ShowInstallChoices: !insertmacro MUI_HEADER_TEXT "$(TEXT_IO_TITLE)" "$(TEXT_IO_SUBTITLE)" !insertmacro MUI_INSTALLOPTIONS_DISPLAY "HkcuVsHklm_CustomPage.ini" FunctionE

Re: [sword-devel] BibleCS Installer: HKCU vs HKLM

2006-02-13 Thread DM Smith
L.Allan-pbio wrote: Regarding use of HKCU vs HKLM (split from general Installer thread to be focused on this issue alone) : Here is some sample code for a custom page allowing choice of "Just this user" and "All Users". It is pretty stripped down just to illustrate the basics of how it work

[sword-devel] BibleCS Installer: HKCU vs HKLM

2006-02-09 Thread L.Allan-pbio
Regarding use of HKCU vs HKLM (split from general Installer thread to be focused on this issue alone) : Here is some sample code for a custom page allowing choice of "Just this user" and "All Users". It is pretty stripped down just to illustrate the basics of how it works. (I haven't tested