Results 1 to 4 of 4

Thread: Running Script code at the end of setup

  1. #1
    Dewitteridder Guest

    Running Script code at the end of setup

    I have a MSI setup developed on IS developer 7.04. Is there anyway i can run installshield code at the end of the setup sequence after all the files and registry entries have been copied onto the system? I've been reading a lot of posts regarding this but it looks pretty bleak. Any help on this would be greatly appreciated. Thank you.

    Kenji Horvath

  2. #2
    Join Date
    Jan 2002
    Location
    Oakland, CA, USA
    Posts
    5,348
    I presume it is a Basic MSI project. Yes, it is possible. InstallScript custom actions can be scheduled deferred in Execute Sequence, e.g, between PublishProduct action and InstallFinalize action.
    Tsung-Huang Hsieh
    "A problem well stated is a problem half solved." --Charles F. Kettering

  3. #3
    Dewitteridder Guest
    Thank you. That's exactly what i wanted. The deferred execution made the difference =)

    Kenji

  4. #4
    Join Date
    Jan 2002
    Location
    Oakland, CA, USA
    Posts
    5,348
    You may find this informative.
    Tsung-Huang Hsieh
    "A problem well stated is a problem half solved." --Charles F. Kettering

Posting Permissions

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