Hi there,
is it possible to install a added file from Archive to %TempFolder% by Button click?
is it possible to install a added file from Archive to %TempFolder% by Button click?
if (e_MsgID == MSGID_CLICKED) then
-- a control was clicked...
if (e_CtrlID == CTRL_BUTTON_01) then
-- install a file from Archive to %TempFolder%
end
end
-- a control was clicked...
if (e_CtrlID == CTRL_BUTTON_01) then
-- install a file from Archive to %TempFolder%
end
end
Comment