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
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
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:
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
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
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