Reply to Thread

Post a reply to the thread: Installing Files from external folder not linked into the installer

Your Message

Click here to log in

What's the name of our main installation product (in uppercase letters), directly followed by the current year?

 

You may choose an icon for your message from this list

Additional Options

  • Will turn www.example.com into [URL]http://www.example.com[/URL].

Topic Review (Newest First)

  • 04-05-2006, 08:53 AM
    linder

    Re: Installing Files from external folder not linked into the installer

    Okay, thank you for the info. I'll see what we can do.

    BTW, the %_SB_DISKSPACEREQ% variable holds the value for the required disk space.
  • 04-04-2006, 06:16 PM
    d2_s

    Re: Installing Files from external folder not linked into the installer

    Quote Originally Posted by linder
    Yes, I see. I'll see what we can do here.

    Thanks,
    What would be useful, would be to be able to get access to a string list of file names from a specified directory path.

    That way I could loop through the retreived files and calculate the total install size. Then as I loop through and use the copy files command to copy across the individually installed files I could update the progress bar manually as I am copying each file.

    I am already doing this, the only problem is my file lists are currently hard-coded ... if I could dynamically process the files retreived from a folder (as specified above) it would make maintaining the code very easy and actually make the code very clean as I could use one piece of generic code for each of my install configurations.

    The reason I asked about floating point arithmetic was because I am manually calculating the cumulative percentage value for the progress bar (based on the file sizes relative to the total install size).

    I can get away with this using only integer arithemtic because the cases that will give me a zero result will generally have no affect on the progress bar anyway ... my installs consist of a small number of very large files and a small number of very very small files so though the very small files generate a 0 percentage resault it doesn't really matter.

    ---

    One other way to get around the progress bar percentage calculations without adding integer arithmetic would be to allow the user to manually specify the upper value of the progress bar. For example I could set the upper value to say 4096000 and I and I would update the value by say 100000 for example, and the progress bar would automatically handle the percentage calculations thus eliminating the need to make percentage calculations with any floating point precision.

    Thanks again for all your help.

    P.S In addition it would be neat to also be able to manually set the Disk SPace Requirements et al in the "Ready to Install Dialog" ...
  • 04-04-2006, 04:10 AM
    linder

    Re: Installing Files from external folder not linked into the installer

    Yes, I see. I'll see what we can do here.

    Thanks,
  • 04-04-2006, 12:49 AM
    d2_s

    Re: Installing Files from external folder not linked into the installer

    Quote Originally Posted by linder
    Hello,

    Just a quick idea: what you can do is to display a "Wait Dialog...".

    Friedrich
    Sadly I wish I could do this but because the installer will be handled by non-technical people they need to see progress. The installs will be quite large and when they don't see progress the users tend to do things like turning off the machine etc. Not a big deal with my installer but it will prevent unneccesary technical support calls if I take the progress bar route
  • 03-31-2006, 08:53 AM
    linder

    Re: Installing Files from external folder not linked into the installer

    Hello,

    Just a quick idea: what you can do is to display a "Wait Dialog...".

    Friedrich
  • 03-30-2006, 05:02 PM
    d2_s

    Re: Installing Files from external folder not linked into the installer

    Quote Originally Posted by linder
    Hello,

    We'll add an option to log "copy file" commands to one of the next builds, thank you.

    You can use all available variables and hardcoded paths, not only %_SB_INSTALLDIR%.

    Does this help?
    Excellent, thankyou for all of your help. I can now do everything I need to do ... the only minor thing is being able to manage the progress bar now. I am copying across various files using a combination of the install fil and copy files commands and the only quirk now is that the progress bar doesn't update when I am performing copy file commands.
  • 03-23-2006, 04:50 AM
    linder

    Re: Installing Files from external folder not linked into the installer

    Hello,

    We'll add an option to log "copy file" commands to one of the next builds, thank you.

    You can use all available variables and hardcoded paths, not only %_SB_INSTALLDIR%.

    Does this help?
  • 03-21-2006, 10:34 PM
    d2_s

    Re: Installing Files from external folder not linked into the installer

    Ok, I noticed files copied via the copy local files command don't actually get added to the install log ... is it possible foe me to have these entries included on the install log automatically? Or do I need to make the entries into the install log manually?

    A really nifty feature would be to allow the install file command to accept a source path other than then %_SB_INSTALLDIR% that allows me to enter paths that don't neccesarily exist yet. I know it's not that useful for most installations but in cases where you know details of the target machine in advance this would be very useful.
  • 03-21-2006, 03:36 PM
    d2_s

    Re: Installing Files from an external folder not linked into the installer

    Quote Originally Posted by linder
    Hello,

    Yes, you can do this. Please use the "Copy Local File(s)" script function.

    Does this help?
    Yes it does Thanyou very much for all of your help!

    May I ask if I will manually have to take care of uninstall entries when using this command, or will the log file automiatically handle this for me?

    I will test it out for myself anyway

    Thanks Again!!!
  • 03-21-2006, 12:09 AM
    linder

    Re: Installing Files from an external folder not linked into the installer

    Hello,

    Yes, you can do this. Please use the "Copy Local File(s)" script function.

    Does this help?
This thread has more than 10 replies. Click here to review the whole thread.

Posting Permissions

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