Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Using Qt installer framework online

Using Qt installer framework online

Scheduled Pinned Locked Moved Installation and Deployment
qt ifw 2.0online installeinstaller frameftp repository
1 Posts 1 Posters 1.2k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    koahnig
    wrote on 7 Jul 2015, 09:12 last edited by
    #1

    I am checking with the online example of ifw 2.0 and try to connect to an FTP server.
    So far I have managed to create the repository and copied this to the FTP site.
    The modified config.xml is below:

    <?xml version="1.0" encoding="UTF-8"?>
    <Installer>
        <Name>Online Installer Example</Name>
        <Version>1.0.0</Version>
        <Title>Online Installer Example</Title>
        <Publisher>The Qt Company</Publisher>
        <!-- Directory name is used in component.xml -->
        <StartMenuDir>Qt IFW Examples</StartMenuDir>
        <TargetDir>@HomeDir@/IfwExamples/online</TargetDir>
        <Translations>
            <Translation>en.qm</Translation>
        </Translations>
        <RemoteRepositories>
            <Repository>
                     <Url>ftp://ftp.blibla.sw</Url>
                     <Enabled>1</Enabled>
                     <Username>sw_repos@blibla.sw</Username>
                     <Password>simple</Password>
                     <DisplayName>Example repository</DisplayName>
             </Repository>
        </RemoteRepositories>
    </Installer>
    

    When starting the installer and try to access the repository, it is not working directly. When pressing "next" I receive a prompt for username and password. This is even when the username and password is already given as here in the config.xml. The prompt will reoccur even when the correction username password is used. Apperently all this in an endless loop.

    However, when entering the settings on main screen, I can select and test the repository successfully. When pressing test, the username/password dialog is already filled with those details.

    Certainly, I can remove username and password from config.xml, but this does not change the responses for the installation. Again, apparently endless dialog asking for username and password.
    When testing the repository certainly I have to set now username and password, but the whole installer is now crashing.

    Vote the answer(s) that helped you to solve your issue(s)

    1 Reply Last reply
    0

    1/1

    7 Jul 2015, 09:12

    • Login

    • Login or register to search.
    1 out of 1
    • First post
      1/1
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved