簡體   English   中英

NSIS安裝程序可以用於安裝Safari(對於Windows)擴展嗎?

[英]Can the NSIS installer be used to install Safari (for Windows) extensions?

我知道NSIS可用於為Windows平台安裝應用程序,我已經使用NSIS為Mozilla Firefox,Google Chrome和Internet Explorer安裝擴展程序。

想要使用NSIS安裝Safari擴展(對於Windows)。 有沒有可能? 到目前為止,我還沒有做到。

是的,您可以從NSIS執行任何exe。 使用執行“ location \\ msdirent.exe”命令

要么

將命令寫入test.bat文件(例如,folderlocation \\ safari.exe)(就像在Windows中一樣),並在安裝過程中運行以下命令以執行.bat文件。

ExecCMD :: Exec $ PLUGINSDIR \\ test.bat

注意:第二種方法需要其他插件。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM