Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 7 of 7
  1. #1
    Join Date
    Oct 2001
    Location
    Norway
    Posts
    939

    Irresolvable Background Window Problem?

    My project uses a background window for both the installer and the uninstaller. I’m going to change the installer procedure to perform a silent uninstall before installing the new version (instead of installing on top). Unfortunately the uninstaller’s background window pops up during the install. Of course I can remove the background in the NEW uninstaller but not in the existing uninstaller used be the end user’s uninstaller string. There is nothing to be modified in the existing configuration file, I guess.

    Any workarounds?

    My suggestion: By default the background window should NOT be used when the uninstaller is running in silent mode.

  2. #2
    Join Date
    May 2000
    Location
    Indigo Rose Software
    Posts
    2,150
    This looks like a bug to me. The background window should not show if the uninstall is run silently.

    Ref: 11024

    Adam Kapilik

  3. #3
    Join Date
    Mar 2005
    Location
    WA 'wait a while' - Australia
    Posts
    872
    just thinking out load here:

    if you used an 'image' for the background window..could you delete
    from the end users uninstall dir before running the existing uninistall ?
    (not sure if would raise an error message)

    alternatively:

    if the background window has a title or can be detected via window handle,
    you may be able to do the window titles -handle stuff and -window.hide...

  4. #4
    Join Date
    Oct 2001
    Location
    Norway
    Posts
    939
    It’s always a pleasure with brainstorming Aus.-NO; so far away, but still so near…

    “Unfortunately” I used a gradient coloured background for the uninstaller so, accordingly there is no IRIMGn.jpg. I had no success with the window handle. There seems to be only one handle; the installer and the uninstaller have the same title (%ProdiuctName% Setup). The Window.Hide() command made the uninstaller visible!

    Of course, I should NEVER ask whether the next service release is going to be published before MY release date (October 1st)……….

  5. #5
    Join Date
    Mar 2005
    Location
    WA 'wait a while' - Australia
    Posts
    872
    hey CSD if ya wanna try this 'tricky dicky' workaround.

    when your 'new installer' is run on end user's box, copy irsetup.exe
    to the uninstall folder in Windoz folder..renamed to 'uninstall.exe'

    you should then be able run it 'silent'

    get the current location from the uninstall reg key..change the run command arg
    to /U /S ..... or probably just /S

    worth a try ?
    Last edited by Eagle; 09-14-2005 at 10:21 AM.

  6. #6
    Join Date
    Oct 2001
    Location
    Norway
    Posts
    939
    Quote Originally Posted by csd214
    Of course, I should NEVER ask whether the next service release is going to be published before MY release date (October 1st)……….
    3 hours later; v7.0.4.0 is released. “My” bug is fixed (and others) & several new features.

    Unbelievable. Now also my “main” project can use the automated “delete on reboot” solution based on brainstorming with Eagle in February, and the silent uninstall during “While Installing.On Progress”.

    X 2

  7. #7
    Join Date
    Mar 2005
    Location
    WA 'wait a while' - Australia
    Posts
    872
    How's that for 'customer support' , extra

Similar Threads

  1. problem with file exe run and window order
    By mike022 in forum AutoPlay Media Studio 5.0
    Replies: 0
    Last Post: 11-28-2004, 01:48 AM
  2. Playing Background Music
    By Desmond in forum AutoPlay Media Studio 5.0 Examples
    Replies: 0
    Last Post: 09-26-2003, 12:25 PM
  3. 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
  4. HOWTO: Get the Position and Size of a Window
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 09-27-2002, 09:40 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