Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 36

Thread: Building desktop installers in v1.1

Hybrid View

  1. #1
    Lianja MVP
    Join Date
    Feb 2012
    Location
    Berea, KY, USA
    Posts
    2,185
    Hi Victor,

    no, it is not. Your installer is similar to any other installer, installing the runtime and the application files. In Lianja, the user (typically) logs into the app center, and based on their security roles, has access to one or more apps. They start the app by clicking on the app icon. At that point, the lianja runtime is called, behind the scene, with the name of the app.

    Running an app by running an EXE is only one way of running an app, even in VFP. Because of the nature of Lianja (meant for desktop and cloud), creating an app that runs as an EXE isn't practical, nor is it needed. Lianja installs the entire app (but only the .dbo, or compiled version, of the prg files). Even in VFP, it is common to put files outside the exe (e.g., report files that might be modified, or .fxp files, for routines that might need a hotfix). Because Lianja uses the .dbo files, a cloud server app can be upgraded on-the-fly.

    In addition, of course, Lianja runtime runs on Windows, Mac and Linux. A Windows exe could not do this, for obvious reasons.

    From the user's perspective, however, there is no difference between distributing an installer that has an exe and the VFP runtime inside it, and distributing an installer that has the app files and the app center inside it.

    In both VFP and Lianja, having an installer makes it easier to distribute. In both, you can actually distribute the same files without an installer: it's just harder to do so, in both cases. Lianja also has the ability to pack as an .lpk, or Lianja Package. This is a good way to distribute upgrades.

    hth,

    Hank
    Last edited by HankFay; 2014-06-10 at 18:52.

  2. #2
    Senior Member
    Join Date
    Apr 2013
    Location
    Soledad, Atlántico, Colombia
    Posts
    117
    Thanks Hank

    This like me.

    For give to clients the installer; the client must have any requirements? Must they buy a licence?

    Thanks again

    Victor Navarro
    Barranquilla, COLOMBIA
    3008102508
    ICQ 279 364 380
    Face: +573008102508
    MSN: eres_un_vago@hotmail.com
    Mail: eres_un_vago@yahoo.es
    Whatsapp: +573008102508
    Skype: eres_un_vago
    PIN: 7A3F5E60

  3. #3
    Lianja Support Team lianjasupport's Avatar
    Join Date
    Feb 2012
    Location
    Boston USA, Wokingham UK
    Posts
    1,259
    Hi Victor,

    No, Lianja desktop Apps are runtime royalty free.

  4. #4
    Senior Member
    Join Date
    Apr 2013
    Location
    Soledad, Atlántico, Colombia
    Posts
    117
    in version 1.2 ; How can do it?

    Thanks

    Victor Navarro
    Barranquilla, COLOMBIA
    3008102508
    ICQ 279 364 380
    Face: +573008102508
    MSN: eres_un_vago@hotmail.com
    Mail: eres_un_vago@yahoo.es
    Whatsapp: +573008102508
    Skype: eres_un_vago
    PIN: 7A3F5E60

  5. #5
    Lianja Development Team barrymavin's Avatar
    Join Date
    Feb 2012
    Location
    UK, USA, Thailand
    Posts
    7,181
    Blog Entries
    22
    You asked the same question a year ago and the answer is the same as it was then.
    http://www.lianja.com/community/show...ktop+installer
    Principal developer of Lianja, Recital and other products

    Follow me on:

    Twitter: http://twitter.com/lianjaInc
    Facebook: http://www.facebook.com/LianjaInc
    LinkedIn: http://www.linkedin.com/in/barrymavin

  6. #6
    Senior Member
    Join Date
    Apr 2013
    Location
    Soledad, Atlántico, Colombia
    Posts
    117
    Thanks again.

    The result file can be copied to clients.
    In wich directory will be installed the project?

    Thanks again.

    Victor Navarro
    Barranquilla, COLOMBIA
    3008102508
    ICQ 279 364 380
    Face: +573008102508
    MSN: eres_un_vago@hotmail.com
    Mail: eres_un_vago@yahoo.es
    Whatsapp: +573008102508
    Skype: eres_un_vago
    PIN: 7A3F5E60

  7. #7
    Lianja Team yvonne.milne's Avatar
    Join Date
    Feb 2012
    Location
    Berkshire, UK
    Posts
    1,842
    Default directories for Apps, data and Library scripts are listed here: http://www.lianja.com/doc/index.php/...ocal_Directory.

    Regards,

    Yvonne

  8. #8
    Junior Member
    Join Date
    Aug 2014
    Posts
    5
    Hi,

    can i make an app with Lianja, then make a (.exe) file or an installer package to install on another machine without having to install Lianja on that machine, (i.e. can i make a software package just like i do using VB)

    if so, can you give me a link to a video to show me please.

    many thanks for your time

  9. #9
    Senior Member
    Join Date
    Apr 2013
    Location
    Soledad, Atlántico, Colombia
    Posts
    117
    Thanks yvonne

    In the destination directory on client machine; whic file is the "executable"?

    Thanks again

    Victor Navarro
    Barranquilla, COLOMBIA
    3008102508
    ICQ 279 364 380
    Face: +573008102508
    MSN: eres_un_vago@hotmail.com
    Mail: eres_un_vago@yahoo.es
    Whatsapp: +573008102508
    Skype: eres_un_vago
    PIN: 7A3F5E60

  10. #10
    Lianja Development Team barrymavin's Avatar
    Join Date
    Feb 2012
    Location
    UK, USA, Thailand
    Posts
    7,181
    Blog Entries
    22
    You build an installer which is a .exe file that installs everything the user needs to run your App(s).

    Lianja is for desktop, web and mobile. There is no concept of an "exe" in the web.

    You cannot build an "exe" for desktop that will run without any data or other supporting files that Lianja needs.
    Principal developer of Lianja, Recital and other products

    Follow me on:

    Twitter: http://twitter.com/lianjaInc
    Facebook: http://www.facebook.com/LianjaInc
    LinkedIn: http://www.linkedin.com/in/barrymavin

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Journey into the Cloud
Join us