Re: [Interest] Qt Installer Framework - add menu entries under Linux

2023-09-12 Thread Hamish Moffatt via Interest
On 9/9/23 19:14, Petric Frank wrote: Hello, there is an example to add start menu entries for the windows platform. But how to do it for the Linux platform - here: Debian 12 (Bookworm) ? Platform: Debian 12 WM: KDE Plasma Qt 5.15.2 (by Online Installer from qt.io) You need to create a .desk

[Interest] Qt Installer Framework - add menu entries under Linux

2023-09-09 Thread Petric Frank
Hello, there is an example to add start menu entries for the windows platform. But how to do it for the Linux platform - here: Debian 12 (Bookworm) ? Platform: Debian 12 WM: KDE Plasma Qt 5.15.2 (by Online Installer from qt.io) Any hints ? ___ Inte

[Interest] Qt Installer Framework offline installer with online components

2020-04-25 Thread Thomas Sevaldrud
I'm making an installer using Qt Installer Framework for a cross-platform product, and it seems to work fine. However, I would like to have a mixed offline and online installer, i.e I would like the installer to contain packages for the base product, with optional components downloaded from an onli

Re: [Interest] Qt Installer Framework: How to add a custom page in maintenance tool after choosing "Remove all components"

2019-11-19 Thread Katja Marttila
Hi Hendrik, I don't think it is not possible to add custom pages when running uninstaller. --Katja Marttila From: Interest On Behalf Of Schenk, Hendrik Sent: tiistai 19. marraskuuta 2019 7.34 To: interest@qt-project.org Subject: [Interest] Qt Installer Framework: How to add a custom pa

[Interest] Qt Installer Framework: How to add a custom page in maintenance tool after choosing "Remove all components"

2019-11-18 Thread Schenk, Hendrik
Hi all, can you help and explain me, how to add a custom page into the maintenance tool when i selected "Remove all components". The problem is, that there are no components which are loaded at this point so that i could add a page in a component-script. I appreciate your help. Thank you. Be

[Interest] Qt Installer Framework 3.0 vs 2.0

2018-05-25 Thread Álvaro Cebrián Juan
Hello everyone, In the Qt Creator installation wizard I can choose to install two different versions of the Qt Installer Framework, the 3.0 and the 2.0. Can anybody shed some light on the differences between them? Thank you. Regards, Álvaro ___ Intere

[Interest] Qt installer framework Linux build environment

2016-11-10 Thread Alexander Voitenko
Hello. I want to build installer framework from sources exactly in the same way which is used to produce Linux binary release. Can you give me the environment description? - Static QT build flags - OS distribution and version - Compiler version - Any additional qmake parameters Of course I’ve r

[Interest] Qt Installer Framework: Use C++ for scripting instead of JavaScript?

2016-07-26 Thread Jochen Baier
Hi, i wonder if it is possible to use C++ instead of JavaScript for writing the Controller and Components scripts? If yes, is there some documentation available? Thanks Jochen ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.

Re: [Interest] Qt installer framework

2016-05-19 Thread Kai Koehne
> -Original Message- > From: Interest [mailto:interest-bounces+kai.koehne=qt...@qt-project.org] > On Behalf Of Isaac Garcia > Sent: Thursday, April 21, 2016 10:25 AM > To: interest@qt-project.org > Subject: [Interest] Qt installer framework > > Hi, > > I

[Interest] Qt installer framework

2016-05-18 Thread Isaac Garcia
Hi, Is there any form to change the language to the default pages in the installer? I've seen that in SDK code exists a translation in the file es.ts but It doesn't translate or I'm doing something wrong. Thanks in advance. -- Isaac Garcia ___ Interes

Re: [Interest] Qt Installer Framework - test if program is running

2015-11-01 Thread Koehne Kai
> -Original Message- > From: Interest [mailto:interest-boun...@qt-project.org] On Behalf Of Harald > Vistnes > Sent: Wednesday, October 28, 2015 9:26 PM > To: interest@qt-project.org > Subject: [Interest] Qt Installer Framework - test if program is running > >

[Interest] Qt Installer Framework - test if program is running

2015-10-28 Thread Harald Vistnes
Hi! I have an application that is deployed with an online installer (Windows only). Users often try to update using the maintain tool while the application is still running. I want to detect if the application is running and if so abort the installation/update with a user friendly error message. H

[Interest] Qt Installer Framework - Maintenance Tool - Updates only

2015-04-21 Thread Juan Navarro
Hi, is it possible to limit the default workflow of QtIFW Maintenance Tool in order to only allow updates? Given a setup in which some software will always be installed, I am looking to add an online/offline updating system, but nothing more than that. This means that the "Maintenance Tool" which

Re: [Interest] Qt Installer Framework 2.0.0 [ OS X ] - How to launch my.app on finish?

2015-04-09 Thread Eddie Sutton
ge- >> From: Eddie Sutton [mailto:edsut...@gmail.com] >> Sent: Thursday, April 09, 2015 3:45 PM >> To: Koehne Kai >> Cc: Kalinowski Maurice; Qt Project >> Subject: Re: [Interest] Qt Installer Framework 2.0.0 [ OS X ] - How to launch >> my.app on finish? >

Re: [Interest] Qt Installer Framework 2.0.0 [ OS X ] - How to launch my.app on finish?

2015-04-09 Thread Koehne Kai
> -Original Message- > From: Eddie Sutton [mailto:edsut...@gmail.com] > Sent: Thursday, April 09, 2015 3:45 PM > To: Koehne Kai > Cc: Kalinowski Maurice; Qt Project > Subject: Re: [Interest] Qt Installer Framework 2.0.0 [ OS X ] - How to launch > my.app on finish? &g

Re: [Interest] Qt Installer Framework 2.0.0 [ OS X ] - How to launch my.app on finish?

2015-04-09 Thread Eddie Sutton
any@qt-project.org >> [mailto:interest-bounces+kai.koehne=theqtcompany@qt-project.org] >> On Behalf Of Eddie Sutton >> Sent: Wednesday, April 08, 2015 5:16 PM >> To: Kalinowski Maurice >> Cc: Qt Project >> Subject: Re: [Interest] Qt Installer Framework

Re: [Interest] Qt Installer Framework 2.0.0 [ OS X ] - How to make installer replace a previous version?

2015-04-08 Thread Koehne Kai
> -Original Message- > From: interest-bounces+kai.koehne=theqtcompany@qt-project.org > [mailto:interest-bounces+kai.koehne=theqtcompany@qt-project.org] > On Behalf Of Eddie Sutton > Sent: Wednesday, April 08, 2015 9:49 PM > To: Qt Project > Subject: [I

Re: [Interest] Qt Installer Framework 2.0.0 [ OS X ] - How to launch my.app on finish?

2015-04-08 Thread Koehne Kai
Project > Subject: Re: [Interest] Qt Installer Framework 2.0.0 [ OS X ] - How to launch > my.app on finish? > > Thank you Maurice, that works well. > > Is there a way to control when it executes? For example after user presses > Done? Check out the "openreadme"

[Interest] Qt Installer Framework 2.0.0 [ OS X ] - How to make installer replace a previous version?

2015-04-08 Thread Eddie Sutton
When I install a newer version, I receive message: “The folder you selected contains an installation”. Is there a way to install without removing, or force remove, if installing a newer version? -Ed /Applications/myapp/my.app For version numbering, I use .. MyApp 3.0.2072 MyApp

Re: [Interest] Qt Installer Framework 2.0.0 [ OS X ] - How to install my.app to /Applications folder ?

2015-04-08 Thread Eddie Sutton
, Apr 8, 2015 at 10:11 AM, Koehne Kai > wrote: >>> -Original Message- >>> From: interest-bounces+kai.koehne=theqtcompany@qt-project.org >>> Subject: [Interest] Qt Installer Framework 2.0.0 [ OS X ] - How to install >>> my.app to /Applicati

Re: [Interest] Qt Installer Framework 2.0.0 [ OS X ] - How to launch my.app on finish?

2015-04-08 Thread Eddie Sutton
@TargetDir@/my.app"); } -Ed > On Apr 8, 2015, at 1:45 AM, Kalinowski Maurice > wrote: > >> Subject: [Interest] Qt Installer Framework 2.0.0 [ OS X ] - How to launch >> my.app on finish? >> >> "Open ReadMe Example” opens a README.TXT file

Re: [Interest] Qt Installer Framework 2.0.0 [ OS X ] - How to install my.app to /Applications folder ?

2015-04-08 Thread Eddie Sutton
15, at 8:01 AM, Koehne Kai wrote: > >> -Original Message- >> From: Eddie Sutton [mailto:edsut...@gmail.com] >> Sent: Wednesday, April 08, 2015 2:50 PM >> To: Koehne Kai >> Cc: Qt Project >> Subject: Re: [Interest] Qt Installer Framework 2.0.0 [ OS X ] -

Re: [Interest] Qt Installer Framework 2.0.0 [ OS X ] - How to install my.app to /Applications folder ?

2015-04-08 Thread Koehne Kai
> -Original Message- > From: Eddie Sutton [mailto:edsut...@gmail.com] > Sent: Wednesday, April 08, 2015 2:50 PM > To: Koehne Kai > Cc: Qt Project > Subject: Re: [Interest] Qt Installer Framework 2.0.0 [ OS X ] - How to install > my.app to /Applications folder ? >

Re: [Interest] Qt Installer Framework 2.0.0 [ OS X ] - How to install my.app to /Applications folder ?

2015-04-08 Thread Eddie Sutton
entually want to deploy to the Mac App Store, am I better off investing my time in a pure Apple developer installer? -Ed > On Apr 8, 2015, at 2:11 AM, Koehne Kai wrote: > > > >> -Original Message- >> From: interest-bounces+kai.koehne=theqtcompany....@qt-project

Re: [Interest] Qt Installer Framework 2.0.0 [ OS X ] - How to install my.app to /Applications folder ?

2015-04-08 Thread Robert Iakobashvili
On Wed, Apr 8, 2015 at 10:11 AM, Koehne Kai wrote: >> -Original Message- >> From: interest-bounces+kai.koehne=theqtcompany@qt-project.org >> Subject: [Interest] Qt Installer Framework 2.0.0 [ OS X ] - How to install >> my.app to /Applications folder ? >>

Re: [Interest] Qt Installer Framework 2.0.0 [ OS X ] - How to install my.app to /Applications folder ?

2015-04-08 Thread Koehne Kai
> -Original Message- > From: interest-bounces+kai.koehne=theqtcompany@qt-project.org > Subject: [Interest] Qt Installer Framework 2.0.0 [ OS X ] - How to install > my.app to /Applications folder ? > > I want to deploy my,app to the /Applications folder. Thi

Re: [Interest] Qt Installer Framework 2.0.0 [ OS X ] - How to launch my.app on finish?

2015-04-07 Thread Kalinowski Maurice
> Subject: [Interest] Qt Installer Framework 2.0.0 [ OS X ] - How to launch > my.app on finish? > > "Open ReadMe Example” opens a README.TXT file on finish using script > command: > > QDesktopServices.openUrl("file:///" + installer

[Interest] Qt Installer Framework 2.0.0 [ OS X ] - How to launch my.app on finish?

2015-04-07 Thread Eddie Sutton
"Open ReadMe Example” opens a README.TXT file on finish using script command: QDesktopServices.openUrl("file:///" + installer.value("TargetDir") + "/README.txt”); See: http://doc.qt.io/qtinstallerframework/qt-installer-framework-openreadme-example.html Is there a way to

[Interest] Qt Installer Framework 2.0.0 [ OS X ] - How to install my.app to /Applications folder ?

2015-04-07 Thread Eddie Sutton
I want to deploy my,app to the /Applications folder. This is the standard method of deploying an OS X applications. If I set the config.xml to @ApplicationsDir@ the user receives error message warning “You have selected an existing, non-empty folder for installation”. Qt Installer Framework

Re: [Interest] Qt installer framework problems linux

2015-03-18 Thread Koehne Kai
> -Original Message- > From: interest-bounces+kai.koehne=theqtcompany@qt-project.org > Subject: [Interest] Qt installer framework problems linux > > Hi there, > > So I am trying to build a linux installer for my QT application. I downloaded > the latest v

Re: [Interest] Qt installer framework problems linux

2015-03-18 Thread Ferguson, Eric W (397B)
This is a follow up on my email below. I am still running into problems. Can anyone help or point me to someone who may be able to figure out what is going wrong? Eric Ferguson NASA/Jet Propulsion Laboratory Mission Operations Engineer (397B) 818.634.1928 "It’s h

[Interest] Qt installer framework problems linux

2015-03-18 Thread Ferguson, Eric W (397B)
Hi there, So I am trying to build a linux installer for my QT application. I downloaded the latest version of QT (5.4.1) and built QT statically using the configuration described in the INSTALL file in the installer-framework repository's root directory. The installer-framework also built just

Re: [Interest] Qt Installer Framework.

2014-07-17 Thread william.croc...@analog.com
> >> 3 - Remove all of the options from the >>uninstall page. > No possible at the moment. > I hope that it will be possible soon. I need a simple install/uninstall (local/non-web) and look forward to using the IFW for that purpose. Thanks. Bill -- FWIW: I would have used: if(

Re: [Interest] Qt Installer Framework.

2014-07-17 Thread André Somers
william.croc...@analog.com schreef op 17-7-2014 14:52: > When is an installer !installer.isInstaller() ? Not knowing anything about this at all, but I guess when it is an _un_installer? André ___ Interest mailing list Interest@qt-project.org http://lis

Re: [Interest] Qt Installer Framework.

2014-07-17 Thread william.croc...@analog.com
On 07/17/2014 07:52 AM, Karsten Heimrich wrote: >> 1 - Remove the component selection page. >> > 2 - Remove the use of the Start Menu. > > Put this in you sample .qs script: > > function Component() { > if (installer.isInstaller()) { > installer.setDefaultPageVisible(QInstaller.ComponentSele

Re: [Interest] Qt Installer Framework.

2014-07-17 Thread Karsten Heimrich
Hi, On 17.07.2014 00:35, Bill Crocker wrote: > On 07/16/2014 11:34 AM, william.croc...@analog.com wrote: >> On 07/16/2014 11:23 AM, Koehne Kai wrote: -Original Message- From: interest-bounces+kai.koehne=digia@qt-project.org [...] Ok. Got the source. Found the functio

Re: [Interest] Qt Installer Framework.

2014-07-16 Thread Bill Crocker
On 07/16/2014 11:34 AM, william.croc...@analog.com wrote: > On 07/16/2014 11:23 AM, Koehne Kai wrote: >>> -Original Message- >>> From: interest-bounces+kai.koehne=digia@qt-project.org >>> [...] >>> Ok. Got the source. Found the function. >>> That gives no hint about where and when to ca

Re: [Interest] Qt Installer Framework.

2014-07-16 Thread william.croc...@analog.com
On 07/16/2014 11:23 AM, Koehne Kai wrote: >> -Original Message- >> From: interest-bounces+kai.koehne=digia@qt-project.org >> [...] >> Ok. Got the source. Found the function. >> That gives no hint about where and when to call it. >> >> I have a simple installer with one package. >> I am

Re: [Interest] Qt Installer Framework.

2014-07-16 Thread Koehne Kai
> -Original Message- > From: interest-bounces+kai.koehne=digia@qt-project.org > [...] > Ok. Got the source. Found the function. > That gives no hint about where and when to call it. > > I have a simple installer with one package. > I am starting with the sample .qs script that is inclu

Re: [Interest] Qt Installer Framework.

2014-07-16 Thread william.croc...@analog.com
On 07/16/2014 09:29 AM, Sze Howe Koh wrote: > On 16 July 2014 21:23, william.croc...@analog.com > wrote: >> >>> >>> It's documented here: >>> >>> http://doc-snapshot.qt-project.org/qtifw-master/scripting-qinstaller.html#setDefaultPageVisible-method >>> >>> The *complete* documentation is the sour

Re: [Interest] Qt Installer Framework.

2014-07-16 Thread Sze Howe Koh
On 16 July 2014 21:23, william.croc...@analog.com wrote: > >> >> It's documented here: >> >> http://doc-snapshot.qt-project.org/qtifw-master/scripting-qinstaller.html#setDefaultPageVisible-method >> >> The *complete* documentation is the source code ;) >> > > Is the source code anywhere near the a

Re: [Interest] Qt Installer Framework.

2014-07-16 Thread william.croc...@analog.com
> > It's documented here: > > http://doc-snapshot.qt-project.org/qtifw-master/scripting-qinstaller.html#setDefaultPageVisible-method > > The *complete* documentation is the source code ;) > Is the source code anywhere near the above URL? > Regards > > Kai > __

Re: [Interest] Qt Installer Framework.

2014-07-16 Thread Koehne Kai
> -Original Message- > From: interest-bounces+kai.koehne=digia@qt-project.org > [mailto:interest-bounces+kai.koehne=digia@qt-project.org] On Behalf > Of william.croc...@analog.com > Sent: Wednesday, July 16, 2014 1:47 PM > To: interest@qt-project.org > S

[Interest] Qt Installer Framework.

2014-07-16 Thread william.croc...@analog.com
Hello: I'm trying to use the Qt Installer Framework to create an installer for Windows. Someone suggested I use installer.setDefaultPageVisible to solve a problem I was having, but I can not find any reference to that in the doc which is included with the installer. So, where is the *complete* d

[Interest] QT Installer Framework - Post Install operations

2014-03-28 Thread Sandeep
Hi, I had asked this question earlier in a different way (Subject line: Qt Installer Framework - Running more than 1 command after the installation is finished), but the motive is same. As I understand after the application installer is completed, if I choose to run my program (when the checkb

Re: [Interest] QT Installer framework - Customize Pages

2014-03-28 Thread Sandeep
Hi, Question2: What is the difference between "function Component" and "function Controller" in the installer.qs scripts used in examples? Basically what are they? I tried registering for the IntroductionPageCallback but never got called. function Component() { } Component.prototype.Int

[Interest] Qt Installer Framework - Running more than 1 command after the installation is finished

2014-03-28 Thread Sandeep
Hi, I want to know if there is a way to run more than 1 command once the installer is completed. I tried comma/semi-colon separated list of commands in the RunProgram but that does not work. Multiple RunProgram tags are not supported either. Having said that, how would I be allowed to run mu

Re: [Interest] QT Installer framework - Customize Pages

2014-03-25 Thread Karsten Heimrich
Hi, i was just searching for an Controller example, that's why i didn't answer that question more specific. On 25.03.2014 12:12, Sandeep wrote: Hi, Question2: What is the difference between "function Component" and "function Controller" in the installer.qs scripts used in examples? Basica

Re: [Interest] QT Installer framework - Customize Pages

2014-03-25 Thread Karsten Heimrich
Hi, On 13.03.2014 14:46, Sandeep wrote: Hello, I went through the Qt-IF documentation may be 3 to 4 times, went through all the examples, did some trial and error but still not able to get hold of few things, in fact many things. Hoping to get some answers from the experts. Question1: I w

Re: [Interest] QT Installer framework - Customize Pages

2014-03-25 Thread Karsten Heimrich
Hi, On 13.03.2014 14:50, Sandeep wrote: Regarding Question 1: I am basically trying to achieve the "Classic Style" of the wizard as shown in the link http://qt-project.org/doc/qt-4.8/qwizard.html#WizardOption-enum. right now that's more or less impossible, though a user provided a patch

Re: [Interest] QT Installer framework - Customize Pages

2014-03-14 Thread Sandeep
Regarding Question 1: I am basically trying to achieve the "Classic Style" of the wizard as shown in the link http://qt-project.org/doc/qt-4.8/qwizard.html#WizardOption-enum. ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/

[Interest] QT Installer framework - Customize Pages

2014-03-14 Thread Sandeep
Hello, I went through the Qt-IF documentation may be 3 to 4 times, went through all the examples, did some trial and error but still not able to get hold of few things, in fact many things. Hoping to get some answers from the experts. Question1: I want to get rid of the Header part of the I

Re: [Interest] Qt installer framework: maintenance tool update fails silently

2014-02-28 Thread Wiebe Cazemier
- Original Message - > From: "Karsten Heimrich" > Cc: interest@qt-project.org > Sent: Friday, 28 February, 2014 11:38:44 AM > Subject: Re: [Interest] Qt installer framework: maintenance tool update fails > silently > > Can you please file an bugreport on h

Re: [Interest] Qt installer framework: maintenance tool update fails silently

2014-02-28 Thread Karsten Heimrich
On 27.02.2014 13:57, Wiebe Cazemier wrote: > - Original Message - >> From: "Karsten Heimrich" >> To: interest@qt-project.org >> Sent: Thursday, 27 February, 2014 1:04:24 PM >> Subject: Re: [Interest] Qt installer framework: maintenance tool update >

Re: [Interest] Qt installer framework: maintenance tool update fails silently

2014-02-27 Thread Wiebe Cazemier
- Original Message - > From: "Karsten Heimrich" > To: interest@qt-project.org > Sent: Thursday, 27 February, 2014 1:04:24 PM > Subject: Re: [Interest] Qt installer framework: maintenance tool update fails > silently > > Did you bump the version number of th

Re: [Interest] Qt installer framework: maintenance tool update fails silently

2014-02-27 Thread Karsten Heimrich
Hi, On 26.02.2014 17:56, Wiebe Cazemier wrote: > Hi, > > I created an installer for our Qt application with the Qt Installer framework > (1.5 on Windows 7). I'm trying to install an update, and so I uploaded new > files to the repository created by repogen. When I start the maintenance tool > (

[Interest] Qt installer framework: maintenance tool update fails silently

2014-02-26 Thread Wiebe Cazemier
Hi, I created an installer for our Qt application with the Qt Installer framework (1.5 on Windows 7). I'm trying to install an update, and so I uploaded new files to the repository created by repogen. When I start the maintenance tool (called uninstall.exe...) and choose update, nothing happen

[Interest] Qt Installer framework: installer that installs updates, not only new installs

2014-02-25 Thread Wiebe Cazemier
Hello, I'm creating installers for my current project (online and offline) with Qt Installer Framework 1.5. The installer works, but I'm having problems with using the installer to install updates. I have these issues: [1] when running the offline or online installer again for a new version,

Re: [Interest] [interest][QT Installer Framework] how to overwrite or reinstall with existing app

2014-02-09 Thread Jenssen Tim
roject.org Betreff: Re: [Interest] [interest][QT Installer Framework] how to overwrite or reinstall with existing app you specify a different PATH while installing if you like both of the versions to be kept. e.g C/Qt/5.1 C/Qt/5.2 etc On Wed, Feb 5, 2014 at 1:18 PM, peterlingoal mailto

[Interest] [QT Installer Framework] how to overwrite or reinstall with existing app

2014-02-09 Thread peterlingoal
Hi All, I created an offline installer file for windows using QT Installer Frame work. After installation succeeded, I tried to execute the installation file again. However an error message "The folder you selected already exists and contains an installation. Choose a different target for install

Re: [Interest] [interest][QT Installer Framework] how to overwrite or reinstall with existing app

2014-02-05 Thread Sujan Dasmahapatra
you specify a different PATH while installing if you like both of the versions to be kept. e.g C/Qt/5.1 C/Qt/5.2 etc On Wed, Feb 5, 2014 at 1:18 PM, peterlingoal wrote: > Hi Sujan, > > Thanks for the reply. > > If uninstalling is the only solution, is there any way to invoke it at the > beginni

Re: [Interest] [interest][QT Installer Framework] how to overwrite or reinstall with existing app

2014-02-04 Thread peterlingoal
Hi Sujan, Thanks for the reply. If uninstalling is the only solution, is there any way to invoke it at the beginning of installation process? Sorry I am new to QT installer framework, so please give me some guidance. Thanks. regards, On Wed, Feb 5, 2014 at 3:14 PM, Sujan Dasmahapatra < sujan.

Re: [Interest] [interest][QT Installer Framework] how to overwrite or reinstall with existing app

2014-02-04 Thread Sujan Dasmahapatra
you delete/uninstall the existing folder and reinstall. if you want want a new copy then give a different PATH. On Wed, Feb 5, 2014 at 8:10 AM, peterlingoal wrote: > Hi All, > > I created an offline installer file for windows using QT Installer Frame > work. > > After installation succeeded, I

[Interest] [interest][QT Installer Framework] how to overwrite or reinstall with existing app

2014-02-04 Thread peterlingoal
Hi All, I created an offline installer file for windows using QT Installer Frame work. After installation succeeded, I tried to execute the installation file again. However an error message "The folder you selected already exists and contains an installation. Choose a different target for install

Re: [Interest] Qt Installer Framework - Adding custom generated file to the installation

2013-11-19 Thread Alejandro Exojo
2013/11/18 Michael Jackson : > I am very new to QtInstallerFramework but I have successfully created an > installer for my project where I package a bunch of precompiled binaries so > my developers do not have to build them. The convenience I would like to add > to the installer is the ability t

[Interest] Qt Installer Framework - Adding custom generated file to the installation

2013-11-18 Thread Michael Jackson
I am very new to QtInstallerFramework but I have successfully created an installer for my project where I package a bunch of precompiled binaries so my developers do not have to build them. The convenience I would like to add to the installer is the ability to generate a simple text file with th

Re: [Interest] Qt Installer Framework: cannot create start menu shortcut on Win7

2013-08-26 Thread baneyue
__ > Von: interest-bounces+tim.jenssen=digia@qt-project.org > [interest-bounces+tim.jenssen=digia@qt-project.org]" im Auftrag von > "baneyue [bane...@gmail.com] > Gesendet: Montag, 26. August 2013 10:35 > An: interest@qt-project.org > Betreff: [Interest] Qt

Re: [Interest] Qt Installer Framework: cannot create start menu shortcut on Win7

2013-08-26 Thread Jenssen Tim
: interest-bounces+tim.jenssen=digia@qt-project.org [interest-bounces+tim.jenssen=digia@qt-project.org]" im Auftrag von "baneyue [bane...@gmail.com] Gesendet: Montag, 26. August 2013 10:35 An: interest@qt-project.org Betreff: [Interest] Qt Installer Framework: cannot create start menu

[Interest] Qt Installer Framework: cannot create start menu shortcut on Win7

2013-08-26 Thread baneyue
I followed the Qt Installer Framework Manual, every just worked expect create start menu shortcut on win7. The _config.xml_ contains: ... my_verdor/my_app ... and the _installscript.qs_: function Component() { var programFiles = inst

Re: [Interest] Qt Installer Framework example

2013-06-24 Thread Muhammad Bashir Al-Noimi
On 06/24/2013 11:54 AM, Graham Labdon wrote: I did not build IFW but downloaded the pre built version It looks like you are missing an include path I've pre built too, try to build this example and you'll discover that it's missing some header files. -- Best Regards, Muhammad Bashir Al-Noim

Re: [Interest] Qt Installer Framework example

2013-06-24 Thread Muhammad Bashir Al-Noimi
On 06/24/2013 09:07 AM, Graham Labdon wrote: What problems are you experiencing? When I tried to build it I got this error message: bnoimi@mbnoimi-pc ~/.QtIFW-1.3.0/examples/testapp $ make /home/mbnoimi/.Qt5.0.2/5.0.2/gcc_64/bin/uic componentselectiondialog.ui -o ui_componentselectiondialog.

Re: [Interest] Qt Installer Framework example

2013-06-21 Thread Muhammad Bashir Al-Noimi
On 06/21/2013 06:07 PM, Muhammad Bashir Al-Noimi wrote: Howdy, I'm working on learning how to use IFW, I tried to run its examples to understand how to use it specially I suffer from documentation lacking, but I failed to run this example (testapp)

[Interest] Qt Installer Framework example

2013-06-21 Thread Muhammad Bashir Al-Noimi
Howdy, I'm working on learning how to use IFW, I tried to run its examples to understand how to use it specially I suffer from documentation lacking, but I failed to run this example (testapp)

[Interest] Qt Installer Framework - unistall

2013-06-19 Thread Graham Labdon
Hi Is there a way of controlling what goes into the uninstaller that is created? I need to delete some files not specified in the unistaller Thanks ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Qt Installer Framework

2013-06-18 Thread Unai IRIGOYEN
Hi, > So I created an installer using Qt installer framework and it runs on my PC. > So I copied it to a USB stick to install on a different PC but when I run it > I get an error dialog stating that it is not a valid win32 application. > If I run the installer from the USB stick on my PC I get the

Re: [Interest] Qt Installer Framework

2013-06-18 Thread Syam Krishnan
On 06/18/2013 03:40 PM, Graham Labdon wrote: > > So I created an installer using Qt installer framework and it runs on > my PC. > > So I copied it to a USB stick to install on a different PC but when I > run it I get an error dialog stating that it is not a valid win32 > application. > > If I ru

Re: [Interest] Qt Installer Framework vars

2013-06-18 Thread Jenssen Tim
-bounces+tim.jenssen=digia@qt-project.org]" im Auftrag von "Graham Labdon [graham.lab...@avalonsciences.com] Gesendet: Dienstag, 18. Juni 2013 13:09 An: Interest@qt-project.org Betreff: [Interest] Qt Installer Framework vars Hi I have seen this comment in some example config

[Interest] Qt Installer Framework vars

2013-06-18 Thread Graham Labdon
Hi I have seen this comment in some example config.xml files - @homeDir@ and @rootDir@ are some of the supported vars And was wondering what other vars are supported Can anyone help me with this? Thanks ___ Interest mailing list Interest@qt-project.o

Re: [Interest] Qt Installer Framework

2013-06-18 Thread Karsten Heimrich
Hi, On 18.06.2013 12:10, Graham Labdon wrote: So I created an installer using Qt installer framework and it runs on my PC. So I copied it to a USB stick to install on a different PC but when I run it I get an error dialog stating that it is not a valid win32 application. If I run the ins

[Interest] Qt Installer Framework

2013-06-18 Thread Graham Labdon
So I created an installer using Qt installer framework and it runs on my PC. So I copied it to a USB stick to install on a different PC but when I run it I get an error dialog stating that it is not a valid win32 application. If I run the installer from the USB stick on my PC I get the same error

Re: [Interest] Qt Installer Framework 1.3.0 released

2013-03-27 Thread Koehne Kai
> -Original Message- > From: interest-bounces+kai.koehne=digia@qt-project.org > [mailto:interest-bounces+kai.koehne=digia@qt-project.org] On Behalf > Of Sze Howe Koh > Sent: Wednesday, March 27, 2013 4:18 PM > To: Qt Interest (interest@qt-project.org) > Subje

Re: [Interest] Qt Installer Framework 1.3.0 released

2013-03-27 Thread Sze Howe Koh
On 27 March 2013 23:06, Koehne Kai wrote: > We released Qt Installer Framework v1.3.0 today. The Qt Installer Framework > can be used to write installers for all major desktop platforms, and is e.g. > used in the Qt Creator, Qt SDK installers. > > Blog post: > https://blog.qt.digia.com/blog/201

[Interest] Qt Installer Framework 1.3.0 released

2013-03-27 Thread Koehne Kai
We released Qt Installer Framework v1.3.0 today. The Qt Installer Framework can be used to write installers for all major desktop platforms, and is e.g. used in the Qt Creator, Qt SDK installers. Blog post: https://blog.qt.digia.com/blog/2013/03/27/qt-installer-framework-1-3-released/ Download:

Re: [Interest] Qt Installer Framework

2013-01-29 Thread Alex Malyushytskyy
> I see same behavior in an INNO Setup, however MSI behaves different - it > doesn't allow to install program twice. It all depends on the design of your installation: product and package codes. You can have multiple products with the same name ( for example different version of the products ) in

Re: [Interest] Qt Installer Framework

2013-01-29 Thread Иван Комиссаров
In fact, i'm comparing different installer here, Qt Installer is not the only option i consider. I see same behavior in an INNO Setup, however MSI behaves different - it doesn't allow to install program twice. Иван Комиссаров 29.01.2013, в 13:21, Kalinowski Maurice написал(а): > > I remember

Re: [Interest] Qt Installer Framework

2013-01-29 Thread Kalinowski Maurice
> > > Not sure how we handle that, but i guess that behavior is correct. In case > > of > two different uninstall tools, both called "App", one entry will overwrite the > other (even if version is different). Anyway, I need to lookup MSDN for the > right behavior, in the meantime it wouldn't hurt

Re: [Interest] Qt Installer Framework

2013-01-29 Thread Иван Комиссаров
> Not sure how we handle that, but i guess that behavior is correct. In case of > two different uninstall tools, both called "App", one entry will overwrite > the other (even if version is different). Anyway, I need to lookup MSDN for > the right behavior, in the meantime it wouldn't hurt if yo

Re: [Interest] Qt Installer Framework

2013-01-28 Thread Heimrich Karsten
Hi, >> There is one more thing, I set option >> true in package.xml >Yes this should be preselected then and this should work and worked last time. > Maybe you can create a task on jira and add a very small package directory > where > I can follow it step by step to see the problem. I've seen t

Re: [Interest] Qt Installer Framework

2013-01-28 Thread franki
Dnia poniedziałek, 28 stycznia 2013 o 16:59:13 Jenssen Tim napisał(a): > > There is one more thing, I set option > > true in package.xml > > Yes this should be preselected then and this should work and worked last > time. Maybe you can create a task on jira and add a very small package > directory

Re: [Interest] Qt Installer Framework

2013-01-28 Thread Jenssen Tim
> There is one more thing, I set option > true in package.xml Yes this should be preselected then and this should work and worked last time. Maybe you can create a task on jira and add a very small package directory where I can follow it step by step to see the problem. _

Re: [Interest] Qt Installer Framework

2013-01-28 Thread franki
Dnia poniedziałek, 28 stycznia 2013 o 15:23:31 Jenssen Tim napisał(a): > > Von: interest-bounces+tim.jenssen=digia@qt-project.org > There is something happening ... it saves the value on the installer > (object) and later if you are creating an real shortcut you can use that > saved variable. >

Re: [Interest] Qt Installer Framework

2013-01-28 Thread Jenssen Tim
> Von: interest-bounces+tim.jenssen=digia@qt-project.org > [interest-bounces+tim.jenssen=digia@qt-project.org]" im Auftrag von > "franki [fra...@franki.eu.org] > Gesendet: Montag, 28. Januar 2013 15:01 > An: interest@qt-project.org > Betreff: Re: [Inte

Re: [Interest] Qt Installer Framework

2013-01-28 Thread franki
Hello Can I join discussion? I'm creating offline installer, I compiled framework with static Qt 4.8.4 on Windows XP, with MSVC according to: http://doc-snapshot.qt-project.org/qtifw-1.2/ifw-tutorial.html I have cloned installer framework on Friday last week. I'm aware of syntax change with bi

Re: [Interest] Qt Installer Framework

2013-01-28 Thread Jenssen Tim
org > Betreff: Re: [Interest] Qt Installer Framework > > > I didn't get one thing - as long as repogen creates .7z for each folder > within package data dir, why should i manually add that list of 7z files? > Repogen can create a file that lists which files should be downl

Re: [Interest] Qt Installer Framework

2013-01-28 Thread Иван Комиссаров
Hello! Yes, documentation really misses that... I didn't get one thing - as long as repogen creates .7z for each folder within package data dir, why should i manually add that list of 7z files? Repogen can create a file that lists which files should be downloaded instead of that manual scripti

Re: [Interest] Qt Installer Framework

2013-01-27 Thread Heimrich Karsten
Hi, Hm, i'm trying to create online-only installer now and i get a problem that installer doesn't download my data directory. In the log i see following error: Error-Exception: "Found a binary data file, but we are the installer and we should read the binary resource from our very own binary!"

Re: [Interest] Qt Installer Framework

2013-01-27 Thread Heimrich Karsten
Hi Ivan, > Your way with "ProgramFiles" variable works, thanks very much. Great! > So, can anyone help me how can i remove installation directory if it's not > empty before installing? I'm not sure, but there was an undocumented "RemoveTargetDir" variable to be set. Maybe Tim or Niels can com

Re: [Interest] Qt Installer Framework

2013-01-25 Thread Иван Комиссаров
Hm, i'm trying to create online-only installer now and i get a problem that installer doesn't download my data directory. In the log i see following error: Error-Exception: "Found a binary data file, but we are the installer and we should read the binary resource from our very own binary!" Any th

Re: [Interest] qt installer framework with opesource license

2013-01-25 Thread franki
Dnia piątek, 25 stycznia 2013 o 14:35:07 Jenssen Tim napisał(a): > > I'm little bit confused about Qt license. > > Right now I'm using opensource license, and I want to use Qt framework > > installer to distribute my app, however in qtifw docs they say to > > configure this framework with static Qt

Re: [Interest] qt installer framework with opesource license

2013-01-25 Thread Jenssen Tim
> I'm little bit confused about Qt license. > Right now I'm using opensource license, and I want to use Qt framework > installer to distribute my app, however in qtifw docs they say to configure > this framework with static Qt: > http://doc.qt.digia.com/qtifw-1.2/ifw-getting-started.html > > So the

  1   2   >