Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2004
    Posts
    16

    Huh? ginormous problem (for me at least)

    My software is a security app, and one thing that it does is terminate installation programs on sight. I updated Setup Factory to the newest version and now I have the problem that my software doesn't work against my own setup program. When I send a wm_close to the setup program, it shows the Abort? prompt. The problem is that now when I send a wm_close to that window, the setup mysteriously begins running, attempting to install the software. That's not normal operationa nd actually it makes no sense. Even if the close message were interpreted as "No, don't abort" it shouldn't start installing because none of the screens have even been gone through (eg, Select Install Folder, License Agreement, etc). This is a huge problem for me and I don't know what I can do about it. I'd rather not change to a different setup engine just to avoid users seeing this happen (my software still works against other setup apps I try it on).

  2. #2
    Join Date
    Aug 2007
    Posts
    42
    How about sending "TerminateProcess" to that "Abort" Window's process? You already know that things are going wrong .... so a memory leak (or whatever) is probably only a minor concern.

  3. #3
    Join Date
    Feb 2001
    Location
    Indigo Rose Software
    Posts
    2,728
    It sounds to me like your installer may be getting built differently -- perhaps due to different project settings after upgrading to the new version of SF7.

    Another possibility is that your software is killing the wrong process. SF7 uses a launcher stub to extract a second executable from its archive, the launcher normally exits as soon as this is completed at the beginning of the setup process. If you terminate the launcher after the actual installer is launched, that won't have any effect on the installation.

    Has anything else changed on your system? Have you made any changes to your security software?
    --[[ Indigo Rose Software Developer ]]

Similar Threads

  1. Problem installing fonts
    By ByronFS in forum Setup Factory 7.0
    Replies: 5
    Last Post: 05-08-2006, 12:23 PM
  2. Video Problem
    By ScottDuncan in forum AutoPlay Media Studio 5.0
    Replies: 0
    Last Post: 07-10-2004, 01:38 PM
  3. PROBLEM: Setup Starts and then Crashes
    By Support in forum Setup Factory 5.0
    Replies: 0
    Last Post: 10-15-2002, 03:02 PM
  4. PROBLEM: Setup Requests Disk 2 in a Single File Setup
    By Support in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 10-09-2002, 02:04 PM
  5. INFO: Tips for Debugging Action Lists in AutoPlay Media Studio 4.0
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-03-2002, 08: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