Results 1 to 3 of 3

Thread: New FTP Upload function

  1. #1

    Default New FTP Upload function

    Great idea, but...

    I make several test installs before releasing my software to the public.
    I really want to be asked if I want to upload the files at the end of
    the build. For my test builds I can just click NO, when I'm ready to
    release I can go in modify the version number, rebuild, then hit YES.

    I tried adding a #msgbox as the last line of the script, then use #ftp
    upload, but it gave me the question before it had finished building and
    when I hit cancel, of course it stopped.

    Also I need to upload my files to two different sites. Now I know I can
    do this with the #ftp upload script command, but I wouldn't want to be
    asked for each site if I want to upload. Just the one "Do you want to
    upload" followed by all the #ftp upload scripts.

    Any chance? :-)
    --
    Simon Craythorn
    InterVations, Inc
    http://www.intervations.com

  2. #2

    Default Re: New FTP Upload function

    Simon,

    Yes, already included in our latest internal source codes ;-) Simon Burrows
    suggested the same yesterday evening via private email.

    Thank you for your suggestion! With regards to the #ftp upload
    preprocessor. It should work fine if you check "Process after script
    compilation".

    Thanks,
    Friedrich

    --
    Friedrich Linder
    CEO, Lindersoft
    www.lindersoft.com
    +1.954.252.3910

    "point. click. ship" - that's SetupBuilder 5

  3. #3

    Default Re: New FTP Upload function

    BTW, you can do this:

    #def UPLOAD = (Display Yes/No)
    #ifdef UPLOAD Equals "YES" Then
    #FTP Upload "C:\test.exe" to ftp.yoursite.com/public_html
    #end

    Please mark the "Process after script compilation" checkbox.

    --
    Friedrich Linder
    CEO, Lindersoft
    www.lindersoft.com
    +1.954.252.3910

    "point. click. ship" - that's SetupBuilder 5

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. SetupBuilder 5.5 Developer Edition is released!
    By NewsArchive in forum SetupBuilder - NNTP
    Replies: 13
    Last Post: 08-30-2006, 12:09 AM
  2. SetupBuilder 5.5 Developer Edition is released!
    By linder in forum Lindersoft Announcements
    Replies: 0
    Last Post: 08-14-2006, 04:36 AM
  3. SetupBuilder 5.5 Update Information [July 11, 2006]
    By NewsArchive in forum SetupBuilder - NNTP
    Replies: 2
    Last Post: 07-13-2006, 07:04 AM
  4. Question: SendKeys Function?
    By NewsArchive in forum SetupBuilder - NNTP
    Replies: 4
    Last Post: 02-08-2006, 12:01 AM
  5. FTP Upload
    By NewsArchive in forum SetupBuilder - NNTP
    Replies: 5
    Last Post: 01-25-2006, 04:49 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •