Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2006
    Posts
    8

    Huh? "This installation can only be uninstalled by a user with administrative privileges"

    Hi,

    I've created a Setup Factory 7.0 installation executable with the following characteristics;

    (1) "User must have administrative privileges" in the "Requirements" tab of "Project Settings" set to false.
    (2) "User Notication" in the above tab set to "Warn user and continue".
    (3) "Create Uninstall" set to false. I have no need for this functionality.

    When I install the software on a computer where the user does not have administrative privileges, the software installs but, after the welcome screen a message box pops up with the message;

    "This installation can only be uninstalled by a user with administrative privileges."

    The user then has to click "OK". I do not want to show this message box, especially as I am not creating an uninstall in the first place. How do I get rid of it?

    Thanks for your help,
    Malcolm

  2. #2
    Join Date
    Jan 2000
    Posts
    2,002
    Try putting this in your startup script:

    Code:
    _InstallStages.CreateUninstall = false;

  3. #3
    Join Date
    Mar 2006
    Posts
    8

    Thumbs up

    Thanks Brett. That worked well.

Similar Threads

  1. Setup Factory and VS 2005
    By vazir786 in forum Setup Factory 7.0
    Replies: 4
    Last Post: 01-13-2006, 08:47 PM
  2. Prompt User to run Program after Installation
    By OHDev in forum Setup Factory 6.0
    Replies: 8
    Last Post: 10-13-2005, 12:25 PM
  3. HOWTO: Add DirectX 8.1 Support to your Setup Factory 6.0 Installation
    By Support in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 10-30-2002, 01:55 PM
  4. HOWTO: Prompt the User for Confirmation Before Exiting
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-03-2002, 09:50 AM
  5. HOWTO: Detect Administrator Privileges
    By Support in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 09-26-2002, 10:31 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