GithubHelp home page GithubHelp logo

al3x4n / qsetupcreator Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mguludag/qsetupcreator

0.0 0.0 0.0 154 KB

A gui for qt installation framework to create installer for your qt projects on windows

License: Boost Software License 1.0

C++ 94.35% C 2.42% QMake 3.22%

qsetupcreator's Introduction

QSetupCreator

A gui for qt installation framework to create installer for your qt projects on windows

Download

GitHub Releases

Usage

  • First you have to download and install Qt Installer Framework or if you have this goto step 2
  • Select Qt Installer framework path (example: C:/Qt/Tools/QtInstallerFramework/4.0/bin)
  • Prepare your deploy folder
    • Run windeployqt for copy neccessary dlls and some other libraries into deploy folder.
    • Copy icons and any assets into deploy folder if you want
  • Set title for installation window
  • Set app version
  • Set publisher name
  • Set installer name
  • If you prepared banner image for setup window, enter banner image filename
  • If you prepared setup icon, enter filename
  • Choose setup style (for use banner image select Modern style)
  • Set shortcut name
  • Set target executable name for shortcut
  • Set icon filename or target exe filename for icon
  • If you want you can add any redist packages and silent switches into Redist Setup Packages section
    • Write each package per line and seperate package name and arguments by comma

    Example:

    vc_redist.x86.exe,/install,/quiet
    vc_redist.x64.exe,/install,/quiet
    
  • Hit create button then select output folder and wait for finished.

qsetupcreator's People

Contributors

mguludag avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.