How do we create an installer than doesn't require administrator permissions?

后端 未结 4 670
感情败类
感情败类 2021-01-12 22:04

When creating a setup/MSI with Visual Studio is it possible to make a setup for a simple application that doesn\'t require administrator permissions to install? If its not

4条回答
  •  一生所求
    2021-01-12 22:54

    The only way that I know of to do this is to build a ClickOnce application in .NET 2.0+

    If the user of your application has the correct pre-requsits installed then the application can just be "launched".

    Check out:

    • Microsoft Family.Show

提交回复
热议问题