added installer
This commit is contained in:
@@ -0,0 +1,48 @@
|
||||
; Script generated by the Inno Script Studio Wizard.
|
||||
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
||||
|
||||
#define MyAppName "pictureConvert"
|
||||
#define MyAppVersion "1.0.0"
|
||||
#define MyAppPublisher "WIN-DESIGN"
|
||||
#define MyAppURL "https://www.windesign.at"
|
||||
#define MyAppExeName "pictureConvert.exe"
|
||||
|
||||
[Setup]
|
||||
; NOTE: The value of AppId uniquely identifies this application.
|
||||
; Do not use the same AppId value in installers for other applications.
|
||||
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
|
||||
AppId={{90CD61D8-9162-4CDB-B84D-718297BB0A68}
|
||||
AppName={#MyAppName}
|
||||
AppVersion={#MyAppVersion}
|
||||
;AppVerName={#MyAppName} {#MyAppVersion}
|
||||
AppPublisher={#MyAppPublisher}
|
||||
AppPublisherURL={#MyAppURL}
|
||||
AppSupportURL={#MyAppURL}
|
||||
AppUpdatesURL={#MyAppURL}
|
||||
DefaultDirName={pf}\{#MyAppName}
|
||||
DefaultGroupName={#MyAppName}
|
||||
LicenseFile=C:\Users\VET0572\Documents\github\pictureConvert\LICENSE
|
||||
OutputBaseFilename=setup
|
||||
Compression=lzma
|
||||
SolidCompression=yes
|
||||
ArchitecturesInstallIn64BitMode=x64
|
||||
MinVersion=0,6.2
|
||||
|
||||
[Languages]
|
||||
Name: "english"; MessagesFile: "compiler:Default.isl"
|
||||
|
||||
[Tasks]
|
||||
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
|
||||
|
||||
[Files]
|
||||
Source: "C:\Users\VET0572\Documents\github\build-pictureConvert-Desktop_Qt_5_13_2_MinGW_64_bit-Release\deploy\pictureConvert.exe"; DestDir: "{app}"; Flags: ignoreversion 64bit
|
||||
Source: "C:\Users\VET0572\Documents\github\build-pictureConvert-Desktop_Qt_5_13_2_MinGW_64_bit-Release\deploy\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs 64bit
|
||||
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
|
||||
|
||||
[Icons]
|
||||
Name: "{group}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"
|
||||
Name: "{group}\{cm:UninstallProgram,{#MyAppName}}"; Filename: "{uninstallexe}"
|
||||
Name: "{commondesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon
|
||||
|
||||
[Run]
|
||||
Filename: "{app}\{#MyAppExeName}"; Flags: nowait postinstall skipifsilent 64bit; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"
|
||||
@@ -82,6 +82,7 @@ DISTFILES += \
|
||||
README.md \
|
||||
LICENSE \
|
||||
fileFormats.xlsx \
|
||||
installer.iss \
|
||||
qdarkstyle/rc/branch_closed-on.png \
|
||||
qdarkstyle/rc/branch_closed.png \
|
||||
qdarkstyle/rc/branch_open-on.png \
|
||||
|
||||
Reference in New Issue
Block a user