1 安裝qt installerframework
2 配置安裝檔案
3、修改配置檔案config.xml
<?xml version="1.0"encoding="utf-8"?>
1.0.0
your vendor
@homedir@/installationdirectory
各配置項描述如下:
<?xml version="1.0"encoding="utf-8"?>
你的應用程式名稱
程式版本
安裝嚮導名稱
開始選單的名稱
預設的指定安裝目錄
修改後內容如下:
<?xml version="1.0"encoding="utf-8"?>
hvplayer
1.18.01.15
hvplayer安裝
hujianfeng
hvplayer
@rootdir@/program files(x86)/hvplayer
4、修改包資訊檔案packages.xml
<?xml version="1.0"encoding="utf-8"?>
the root component
install this example.
0.1.0-1
2010-09-21
scriptpage.ui
各配置項描述如下:
<?xml version="1.0"encoding="utf-8"?>
安裝元件名稱
安裝元件描述.
版本建立日期
安裝指令碼檔案安裝介面定義檔案page.ui
修改後內容如下:
<?xml version="1.0"encoding="utf-8"?>
hvplayer
1.18.01.15
2018-01-15
script
5、修改安裝指令碼
function component()
component.prototype.isdefault = function()
component.prototype.createoperations = function()
catch(e)
} component.prototype.loaded = function ()}
component.prototype.dynamicpageentered = function()
}
這裡只簡單修改component.prototype.createoperations= function()函式,修改後內容如下:
component.prototype.createoperations = function()
} catch(e)
}
3 拷貝包安裝依賴檔案
在qt開始選單下開啟相應環境的命令列,執行:
windeployqt工具將把所有依賴檔案拷貝到可執行檔案所在的目錄。
4 生成安裝包
1、把qt installer framework安裝目錄的bin目錄加入系統的path環境變數。
binarycreator.exe -c config\config.xml -p packagessetup.exe
qt程式安裝包製作 windows系統
windows qt程式簡易打包教程 作業系統 win7 64位 vs版本 vs2010 qt版本 5.5.1 安裝包名稱 qt opensource windows x86 msvc2010 5.5.1.exe qtcreator版本 3.5.1 1.2.選擇2.0.3資料夾,跳轉頁面選擇qtin...
QT程式按鈕效果製作
qt程式按鈕效果製作 qt creator下,建空gui專案,新增乙個widget,然後設計介面 最下面的是widget,上一層放乙個frame,用lineedit,pushbutton排列成這效果就行。接下來新增stylesheet,建立乙個資源檔案 qrc 比如reso.qrc,首先add乙個p...
安裝程式的製作框架安裝
2007 03 05 16 53 一 安裝程式的製作 先新建乙個安裝部署專案 然後在應用程式資料夾將所需打包的檔案新增進來 選中快捷方式,選屬性視窗,注意 不是右鍵 屬性 裡面有icon屬性,然後選擇先前放入的圖示 二 新增解除安裝程式 方法一 在打包專案中新增檔案msiexec.exe 一般在c ...