+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 12

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

  1. #1

    Exclamation Installing Files from an external folder not linked into the installer

    I was wondering if it is possible to have my installer copy files from external folders to the destination directory instead of having all of the install files compressed into the exe itself?

    For example I would have my installer app in location d:\setup.exe and a folder containing my installation files in location d:\setupFiles. The setup.exe would proceed to copy the files from d:\setupFiles to the destination machine. Is this possible?

    Thanks
    Last edited by d2_s; 03-15-2006 at 10:24 PM.

  2. #2

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

    Anyone know the answer to this? If I can get this installer working then I can actually advise my boss to purchase this application otherwise I'll have to look at some uglier options for setting up installations

  3. #3
    Join Date
    Mar 2004
    Posts
    4,307

    Default 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?

  4. #4

    Default 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!!!

  5. #5

    Default 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.

  6. #6
    Join Date
    Mar 2004
    Posts
    4,307

    Default 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?

  7. #7

    Default 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.

  8. #8
    Join Date
    Mar 2004
    Posts
    4,307

    Default 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

  9. #9

    Default 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

  10. #10
    Join Date
    Mar 2004
    Posts
    4,307

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

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

    Thanks,

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. clarion root folder + installing different dll versions
    By NewsArchive in forum SetupBuilder - NNTP
    Replies: 3
    Last Post: 04-28-2006, 04:22 AM
  2. Replies: 1
    Last Post: 03-25-2006, 04:30 AM
  3. Installer continues even if files were locked...
    By Doug I in forum SetupBuilder
    Replies: 11
    Last Post: 07-06-2005, 08:01 AM
  4. iDeploy WebInstaller/WebUpdate
    By NewsArchive in forum SetupBuilder - NNTP
    Replies: 3
    Last Post: 07-06-2005, 01:24 AM
  5. Conditional copy files
    By NewsArchive in forum SetupBuilder - NNTP
    Replies: 1
    Last Post: 02-22-2005, 01:59 AM

Tags for this Thread

Posting Permissions

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