PDA

View Full Version : add screen to setup or move into screen


mrSilence
08-14-2006, 06:12 AM
Hello
i'm quite new to Setup Factory so if it's silly, i'm sorry.:lol
objective :
i try to build a setup for software that use database from a server. So i need to now if the setup is runnig on the server, or in a client machine. If it's in a client machine, i need to get IP adress of server to build registry keys.

solution :
01. add a screen inside the setup where i ask if it's a client machine and if it's "yes", ask the IP address of server
-> radio button (always visible) to choose between server / client machine
-> edit field (visible only if isClientMachine) to get the IP adress
But i can't build this kind of screen :huh (screen with edit field or screen field with radio button, it's ok but not both radio button and edit field on a single screen)
02.add 2 screens inside the setup
-> one screen (always visible) with the radio button
-> one screen (visible only if isClientMachine)
But i don't know how to move inside screen's setup (change the value of the "Next" button) :
Screen(License Agreement) -> Screen(Server/client Machine ?) -> { Screen(IP adress) ->} Screen(User Information)
{} = depending if it's clientMachine
thanks for your help

Adam
08-14-2006, 12:56 PM
You can change the value of the text for the buttons in the "Attributes" tab.

Adam Kapilik