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`?