Page 1 of 1

Problems to set a link

Posted: Fri Oct 27, 2006 7:13 am
by RetroMind
Hello,

i try to set a link on a dialog, but that's a big problem for me.

i tried it, like the 'cde autorun' sample it says, but no success

i've tried a label, button and BitBtn....

Code: Select all

Display Dialog: welcome, wait for dialog to return (modal)
if Variable WIZARD Equals TEAMVIEWER
  Run Program http://www.teamviewer.com/
end
if Variable WIZARD Equals CANCEL
  GoTo Label: Main Install
end


and

Code: Select all

Display Dialog: welcome, wait for dialog to return (modal)
if Variable WIZARD Equals TEAMVIEWER
  Run Program http://www.teamviewer.com/
else
if Variable WIZARD Equals CANCEL
  GoTo Label: Main Install
  end
end


i got on the next setup-side. the same, as i would click the next-button

have anybody an idea for me, to solve this problem`?

Posted: Fri Oct 27, 2006 7:45 am
by MichaelNesmith
So what exactly isn't working for you here? Also make sure the link button is actually called teamviewer, and its set to return its name in the dialog properties.