Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2004
    Location
    Braceville, IL
    Posts
    27

    Installer StartUp Sequence of Events

    Greetings,

    In Chapter 4 of the SUF7 Manual (pgs 127-131) the sequence of Events of the Install and UnInstall Process are documented. However there are a number of things that happen when the Installer is first executed. Things like Unpacking the Primer Files and Dependency Checking... etc.

    Is the EXACT sequence of Events documented anywhere as to the order things are done (or at least checked for being applicable in an installer)?

    For example, if you want to package a group of Primer Files, is there a way to determine if there is enough room on a file system to accommodate BOTH the Primer Files and the Amount of Space they require when unpacked BEFORE letting the Primer File Unpack go forward?

    It would seem that the only way to do this would be to wrap an installer with another installer and I am already at that point, so it would be Yet Another Level of installer to deal with.

    Regards,
    Keith
    Keith Weatherhead
    Discus Data, Ltd
    keithw@ddltd.com

  2. #2
    Join Date
    May 2000
    Location
    Indigo Rose Software
    Posts
    2,150
    The Primer files are extracted very early in the install process. There are no script events to work with at this point so I don't see a way to determine the free space of the users machine.

    Adam Kapilik

  3. #3
    Join Date
    Sep 2004
    Location
    Braceville, IL
    Posts
    27
    Quote Originally Posted by Adam View Post
    The Primer files are extracted very early in the install process. There are no script events to work with at this point so I don't see a way to determine the free space of the users machine.

    Adam Kapilik
    Hi Adam,

    Thanx for the response. Is there a flow chart available, as to the order of things such as when Global Functions are loaded, Primer Files, Dependencies, etc.

    If debugging/some sort of extended logging, was turned on, would a log(file) show the order of things as they occur?

    Keith
    Keith Weatherhead
    Discus Data, Ltd
    keithw@ddltd.com

Similar Threads

  1. So you want to build an installer?
    By kweatherhead in forum Setup Factory 7.0
    Replies: 3
    Last Post: 10-04-2007, 11:34 AM
  2. Press Release: Setup Factory for Windows Installer
    By Ted Sullivan in forum MSI Factory 2.0 Discussion
    Replies: 0
    Last Post: 06-04-2007, 02:21 PM
  3. Press Release: Setup Factory for Windows Installer
    By Ted Sullivan in forum Announcements & News
    Replies: 0
    Last Post: 06-04-2007, 02:21 PM
  4. Setup Factory for Windows Installer FAQ
    By Brett in forum MSI Factory 2.0 Discussion
    Replies: 0
    Last Post: 06-04-2007, 02:21 PM
  5. INFO: Setup Factory and the Windows Installer
    By Support in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 10-22-2002, 10:38 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