Deployment Project -> "InstallAllUsers" has no effect.

Proposed Answer Deployment Project -> "InstallAllUsers" has no effect.

  • Saturday, April 14, 2012 10:01 AM
     
     
    When creating a new deployment project in visual studio 2010,
    And setting the "InstallAllUsers" property to FALSE, the compiled installer still installs the program to all users.

    I have tried doing this on multiple computers with no success,
    Created new deployment projects, and tried to switch the values from True to False,
    Disabled the "Installation Folder" dialog to prevent from the user to change this value, with no success.

    After all this, still:
    The installer is always installing to all users instead to the current user!           
    • Moved by Alexander Sun Monday, April 16, 2012 5:23 AM Move to more appropriate forum (From:Visual Studio Setup and Installation)
    •  

All Replies

  • Saturday, April 14, 2012 12:21 PM
     
     Proposed Answer

    Hi Nimce4u,

    did you try InstallShield Limited Edition to create your Deployment Package.

    if you want to use InstallShiled LE follow below steps

    To obtain the InstallShield 2010 Limited Edition, complete the following steps:
    1.       On the File menu, point to New, and then click Project.
    2.       Expand the Other Project Types node.
    3.       Expand the Setup and Deployment node.
    4.       Click InstallShield LE.
    5.       Click Enable InstallShield Limited Edition, and then click OK.
    6.       Click Go to InstallShield.

    Regards

    Gautam

  • Monday, April 16, 2012 5:21 AM
     
     

    Hi Nimce4U,

    Welcome to the MSDN forum.

    The topic of this queue is Visual Studio Setup and Installation. Your problem is related to Project setup and deployment, so I will move your thread to ClickOnce forum for better support.

    Sorry for any inconvenience.

    Best Regards,


    Alexander Sun [MSFT]
    MSDN Community Support | Feedback to us

  • Tuesday, April 17, 2012 5:52 AM
     
     

    Hi,

    Yes I did, but it creates a really "heavy" setup file, that's why I prefer Windows Installer.

    I think it's a bug anyway, what do you think?