|
saet Apprentice
Joined: 12 Jun 2006 Posts: 106
|
Posted: Sat Dec 02, 2006 8:37 pm
[1.18] Data Files path selection |
During the install, the first two options, for where data files will be stored, are both selected by default.
|
|
|
|
Fang Xianfu GURU
Joined: 26 Jan 2004 Posts: 5155 Location: United Kingdom
|
Posted: Sat Dec 02, 2006 10:42 pm |
For me, the Other option was selected and that was all.
|
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Sun Dec 03, 2006 8:08 pm |
Regarding the file installation area: Remember that the registry key in HKEY_LOCAL_USER/Software/Zuggsoft/CMUD/Datadir will override the installer, and this key is probably left over from the previous 1.17 release. You'll need to delete the key in HKEY_LOCAL_USER so that the key added by the installer in HKEY_LOCAL_MACHINE will take effect.
|
|
|
|
ecourt Apprentice
Joined: 29 Dec 2000 Posts: 146 Location: USA
|
Posted: Sun Dec 03, 2006 8:27 pm |
actually, it's HKEY_CURRENT_USER, But I'm sure everyone got the idea.
|
|
|
|
Rainchild Wizard
Joined: 10 Oct 2000 Posts: 1551 Location: Australia
|
Posted: Sun Dec 03, 2006 10:46 pm |
I had cleared out my registry, deleted my 1.17 directory and started the installer fresh. This is a screenshot of the issue:
|
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Mon Dec 04, 2006 7:26 pm |
Yeah, looks like the InstallOptions package for the NSIS installer has some problems with radio buttons. I can't seem to make it set the correct default value with a set of radio buttons like this. I've even tried clearing each radio button, but it still doesn't let me select the correct defaults. Still looking for a solution to this. You'd think that with all of the people using it that InstallOptions would be working better with NSIS.
|
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Mon Dec 04, 2006 7:49 pm |
Bah, it was my problem. Missing a Goto in part of the installer script. NSIS really reminds me how much I hated Goto statements.
|
|
|
|
|
|