PDA

View Full Version : Install folder



NewsArchive
10-06-2008, 03:17 AM
Friedrich,

Testing a dual C6/C7 install. I correctly get the two choices as expected.
Press next and there is the default value. However, there is a minor
problem with it. Say my default value is C6. If I change that to C7 and
press next, I see "C:\Program Files\SoftVelocity\Clarion 7". That is
correct on my machine. If press Back and then choose Clarion 6 and then
press Next, the default install folder remains "C:\Program
Files\SoftVelocity\Clarion 7".

If I quit the install and restart it and reverse the steps, I get the same
behavior except in reverse. Once the default install dialog shows, that
value for the default location is locked in. I can change the radio buttons
on the previous one all I want and it will show the correct default value
once I open that dialog But once that happens, it won't change.

Is that enough data to reproduce?
--
Russell B. Eggen
www.radfusion.com
Skype Clarion chat: http://tinyurl.com/2273lm

NewsArchive
10-06-2008, 03:18 AM
Russ,

Please use the "Wizard: Refresh Next Dialog..." function and you are done.
This will "update" the next dialog when doing a Back/Update/Next.

Does this help?

Friedrich

--
Friedrich Linder
Lindersoft
www.lindersoft.com
+1.954.252.3910

"point. click. ship" - that's SetupBuilder
Create Windows Vista ready installations in minutes

-- Official Comodo Code Signing and SSL Certificate Partner

NewsArchive
10-07-2008, 01:40 AM
Nope.

Where should this be placed in the script? Perhaps I got it in the wrong
spot.

--
Russell B. Eggen
www.radfusion.com
Skype Clarion chat: http://tinyurl.com/2273lm

NewsArchive
10-07-2008, 01:41 AM
> Nope.
>
> Where should this be placed in the script? Perhaps I got it in the wrong
> spot.

In the Wizard Loop. Let us assume, you handle the Clarion 6, Clarion 7,
etc. selection in Dialog #3

Then you have:

Loop Wizard (Abort Dialog Active)
If %_SB_DIALOGID% Equals "3" Then
Refresh Next Dialog
End
End

Does this help?

Friedrich

NewsArchive
10-07-2008, 01:43 AM
Thanks! Worked perfectly. ;-)

--
Russell B. Eggen
www.radfusion.com
Skype Clarion chat: http://tinyurl.com/2273lm

NewsArchive
10-07-2008, 01:43 AM
>
> Thanks! Worked perfectly. ;-)
>

;-)

Friedrich