Detecting if a program is already installed with NSIS

前端 未结 4 704
庸人自扰
庸人自扰 2020-12-04 20:42

I\'m using NSIS to create an installer for a program, what is the best way to detect if this program is already installed? Also, since I\'m running the installer from the au

4条回答
  •  Happy的楠姐
    2020-12-04 20:56

    This is generally done by having NSIS insert a registry key for your product when it installs. It is then an easy manner to detect if that registry key is present and if so, bail

提交回复
热议问题