2010-09-02 83 views

回答

1

嘗試:

procedure CallPage; 
var 
    ErrorCode: Integer; 
begin 
    ShellExec(’open’, ‘http://www.yourdomain.com/xxxxxx’, 」, 」, SW_SHOWNORMAL, ewNoWait, ErrorCode); 
end; 

其中xxxxx是要調用的頁面。調用頁面時甚至可以傳遞參數。

+0

我該怎麼稱呼CallPage,對於innosetup我不太瞭解。 – Ata 2010-09-03 19:44:55